#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: 0px solid ;
width: 100%;
margin-left: 0;
padding-left: 0;
margin: 0;
float: left;
font: bold 12px Arial;
}


#chromemenu ul li{
display: inline;
}


#chromemenu ul li a{
	float: center;
	color: #333333;
	font-weight: bold;
	padding: 5px 55px 5px 55px;
	text-decoration: none;
	font-size: 12px;
}

#chromemenu ul li a:hover{
color: #0033CC;
text-decoration: underline;

}

#chromemenu ul li a[onMouseover]:after{ /*HTML to indicate drop down link*/
content: "";
/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}

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

.dropmenudiv{
position:absolute;
border: 1px solid #BBB; /*Theme Change here*/
border-bottom-width: 1;
font:normal 12px Arial;
line-height:20px;
z-index:100;
background-color: #F5F5F5;
width: 550px;
visibility: hidden;

}

.dropmenudiv a{
width: 250px;
display: block;
text-indent: 3px;
border-bottom: 1px solid #E8E8E8; /*Theme Change here*/
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: #333333;
}

.dropmenudiv a:hover{ /*Theme Change here*/
color: #0033CC;
text-decoration: underline;
}

.dropmenudiv a:visited{ /*Theme Change here*/
color:#333333;
}

