#chromemenu{
	width: 100%;
	position: absolute;
	top: 119px;
	z-index: 5;
	background-image: url(/images/TopBar.gif);
	background-repeat: repeat-x;
	height: 24px;
	overflow: hidden;
	
}

#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 #BBB;
	width: 100%;
	background-image: url(/images/topbar.gif) center repeat-x;
	padding: 0px;
	margin: 0px;
	text-align: left;
	text-indent: 25%;
	overflow: hidden;	
	font-weight: 400;
	

}


#chromemenu ul li{
display: inline;
}


#chromemenu ul li a{
	color: #000000;
	font-size: 12px;
	padding: 3px 6px 6px 6px;
	background: url(../menu/divider.gif) center right no-repeat;
	margin: 0px;
	line-height: 18px;
	font-weight: 400;
	text-decoration: none;

	}


#chromemenu ul li a:hover{
	color: #999999;
	

}

#chromemenu ul li a[onMouseover]:after{ /*HTML to indicate drop down link*/
content: "+";
/*content: " " url(/images/expand.gif); /*uncomment this line to use an image instead*/
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #BBB; /*Theme Change here*/
border-bottom-width: 0;
line-height:18px;
background-color: #FFFFFF;
color: #000000;
font-size: 11px;
width: 200px;
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}

.dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
background: url(/images/chromebg3.gif) center center repeat-x;
border-bottom: 1px solid #BBB; /*Theme Change here*/
padding: 2px 0;
text-decoration: none;
color: #000000;
}

.dropmenudiv a:hover{
	color: #666666;
	font-weight: 900;
}
