#chromemenu{
}

#chromemenu:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

#chromemenu ul{
	border: 1px solid #205486;
	width: 120px;
	background: url(chromebg.gif) center center repeat-x;
	padding-left: 0;
	margin: 0;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
}


#chromemenu ul li{
	display: inline;
}


#chromemenu ul li a{
	float: left;
	color: #FFFFFF;
	font-weight: bold;
	padding: 6px;
	text-decoration: none;
}

#chromemenu ul li a:hover{
color: #CCCCCC;
}

#chromemenu ul li a[onMouseover]:after{ /*HTML to indicate drop down link*/

/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
	position:absolute; /*Theme Change here*/
	border-bottom-width: 0;
	width: 200px;
	visibility: hidden;
	font-family: Arial, Helvetica, sans-serif;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #1D476D;
	border-right-color: #1D476D;
	border-bottom-color: #1D476D;
	border-left-color: #1D476D;
	z-index: 100;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #FFFFFF;
	line-height: 18px;
}

.dropmenudiv a{
	width: 100%;
	display: block;
	text-indent: 3px;
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #1D476D;
	padding-top: 2px;
	padding-right: 0;
	padding-bottom: 2px;
	padding-left: 0;
	background-image: url(ddBG.gif);
}

.dropmenudiv a:hover{ /*Theme Change here*/
	background-color: #0099FF;
	color: #FFFFFF;
	background-image: url(ddBG.gif);
	text-decoration: underline;
}
