﻿.menu{
	width: 99%;
	font-family: Arial, Microsoft Sans Serif;
	font-size: 9pt;
	font-weight: normal;  
	line-height:28px;
}

.menu:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}


.menu ul{
border: 0px solid #FFFFFF;
width: 100%;
background-color :gray ;
padding: 3px 0;
margin: 0;
text-align: left; /*set value to "left", "center", or "right"*/
}


.menu ul li{
display: inline;
}

.menu ul li a{
color: white;
padding: 11px 20px;
margin: 0;
text-decoration: none;
border-right: 1px solid #FFFFFF;

}

.menu ul li a:visited {
	    text-decoration: none;
	    color:White;
}


.menu ul li a:hover{
/*background: url(chromebg-over.gif) center center repeat-x; /*THEME CHANGE HERE*/
background-color:#008000;
text-decoration: none;

}

.menu ul li a[rel]:after{ /*HTML to indicate drop down link*/
 /* content: " v"; */
/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
	position:absolute;
	top: 0;
	border: 0px solid #BBB; /*THEME CHANGE HERE*/
	border-bottom-width: 0;
	font:normal 10px;
	font-family:Arial, Microsoft Sans Serif;
	line-height:18px;
	z-index:100;
	background-color:#212241;
	text-decoration: none;
	width: 100%;
	visibility: hidden;
	margin: 6;
/*filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 4px;
border-bottom: 1px solid #FFFFFF; /*THEME CHANGE HERE*/
padding: 4px 5px;
font-weight: normal; /* sdfgsfdg*/
text-align :left;
color: white;
}

.dropmenudiv a:visited {
	    text-decoration: none;
	    color:white;
}


* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color:#008000;
text-decoration: none;
}