.mainnav:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.mainnav ul li a:hover, .mainnav ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
	color: #f3d9d9;
	/*background-image: url(images/red-bgrnd-90transparent.png);*/
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 2px solid #f3d9d9;
border-bottom-width: 0;
line-height:18px;
z-index:100;
background-color: #ffffff;
width: 155px;
visibility: hidden;
}

.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 2px solid #f3d9d9;
padding: 2px 0;
text-decoration: none;
color: #000000;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{
background-color: #ae2814;
color: #ffffff;
}
