/* CSS Document */

/* ----- Menu Styles ----- */
#topMenu {
	height:100px;
	background:transparent url(../imagery/logo_phone.gif) top left no-repeat; border-bottom:3px #7d0000 solid;
	}
#topMenu ul {
	float:right;
	list-style-type: none;
	padding-top:80px;
	font:14px/20px normal normal arial;
	letter-spacing:2px;
	}
#topMenu ul li a {
	display: block;
	color:#7d0000;
	text-decoration: none;
	font-family:Georgia, "Times New Roman", Times, serif;
	}
#topMenu ul li a:hover {
	color:#333333;
	}
#topMenu li {
	float: left;
	padding-right: 16px;
	position: relative;
	}
#topMenu a {
	text-decoration: none;
	color: #7d0000;
	}
#topMenu li li a {
	text-decoration: none;
	font-weight: normal;
	color: #C0A37B;
	}
#topMenu li li a:hover {
	text-decoration: none;
	color:#fff;
	}
#topMenu li ul {
	display: none;
	position: absolute; 
	top: 20px;
	left: 0;
	background-color: #7d0000;
	width: 150px;
	padding: 10px;
	}
#topMenu li:hover ul,
#topMenu li.over ul {
	display: block;
	}
#topMenu li li {
	width: auto;
	float: none;
	padding-right: 0;
	padding-bottom:5px;
	position: static;
	margin-bottom: 5px;
	font-size: 13px;
	border-bottom:1px #C0A37B dotted;
	}
	
	
/* Hide from IE Mac \*/
html>body #topMenu li ul {
	top: auto;
	left: auto;
	}
html>body #topMenu li {
	width: auto;
	}
#topMenu ul a {
	height: auto;
	}
/* End hack */


/*
div {
	border: 1px solid #f00;
	}
*/
-->

