﻿.menu{
width: 900px;
height: 44px;
margin: 0 auto;
background: url(images/menu.gif) no-repeat;
}

.menu:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.menu ul{float:right; padding-right: 20px; margin: 0px;}

.menu ul li{display: inline;}

.menu ul li a{
	display: block;
	float: left;
	width: 138px;
	height: 30px;
	text-align: center;
	text-decoration: none;
	color: #ffffff;
	font-weight: bold;
	font-size: 14px;
	padding-top: 14px;
	margin-right: 2px;
}

.menu ul li a:hover, .menu ul li a.selected{color:#ffffff; background:url(images/munegover.gif);}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #A00100; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
background-color: white;
width: 200px;
visibility: hidden;
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #A00100; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: black;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
color:White;
background-color: #D07765;
}