﻿
	.listingHeadline {
		font-family : Baskerville;
		font-size: 18px;
		line-height : 14px;
		font-weight: 700;
		color: #9e1334;
		padding-top:5px;
		padding-bottom:3px;
	}

	.listingDetails {
		font-family : arial;
		font-size: 11px;
		line-height : 14px;
	}

	
	ul {
		list-style: none;
		padding: 0;
		margin: 0;
	}
	
	#nav {
		width : 600px;
	}

	#nav a {
		font-weight: bold;
		color: white;
	}
	
	#nav a {
		text-decoration: none;
	}
	
	#nav li li a {
		display: block;
		background-color:#9e1334;
		font-weight: normal;
		color: white;
		padding: 0.2em 10px;
	}
	
	#nav li li a:hover {
		padding: 0.2em 5px;
		background-color: #eda;
		z-index: 10000;
	}
	
	li {
		float: left;
		position: relative;
		text-align: left;
		cursor: default;
	}
	
	li#first {
		border-left-width: 1em;
		padding-left : 10px;
	}
	
	li#last {
		border-right-width: 1em;
	}
	
	li ul {
		display: none;
		position: absolute;
		width:95px;
		left: 0px;
		top: 11px;
		font-weight: normal;
		background-color:#9e1334;
		padding: 0.5em 0 1em 0;
		border-right: solid 1px #7d6340;
		z-index : 10000;

	}
	
	
	li ul li {
		display: block;
		float: none;
		background-color: transparent;
		border: 0;
	}
	
	li:hover ul, li.over ul {
		display: block;
		width:95px;
		z-index: 10000;
	}
	
	hr {
		display: none;
	}

