#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: url(menubg.gif) center center repeat-x; /*Theme Change here*/
margin-left: 0;
padding-left: 0;
margin: 0;
float: left;
font: bold 12px Verdana;
line-height:2em;
box-sizing: border-box;
}


#chromemenu ul li{
display: inline;
}


#chromemenu ul li a{
float: left;
color: #000033;
font-weight: bold;
padding: 6px 12px 6px 7px;
text-decoration: none;
background: url(menudivider.gif) center right no-repeat; /*Theme Change here*/
}

#chromemenu ul li a:hover{
color: #0000cc;
}

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

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #BBB; /*Theme Change here*/
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
background-color: white;
visibility: hidden;
-moz-box-shadow:	1px 1px 2px rgba(0, 0, 0, 0.5);
-webkit-box-shadow:	1px 1px 2px rgba(0, 0, 0, 0.5);
box-shadow:			1px 1px 2px rgba(0, 0, 0, 0.5);
}

.dropmenudiv a {
display: block;
border-bottom: 1px solid #BBB; /*Theme Change here*/
padding: 0.6em 0.8em;
text-decoration: none;
font-weight: bold;
line-height:2em;
white-space: nowrap;
}

.dropmenudiv a * {
	vertical-align:middle;
}
.dropmenudiv a img {
	margin-right:0.6em;
	border: 0 none;
}
.dropmenudiv a:visited{
color: #000033;
}
.dropmenudiv a:link{
color: #000033;
}
.dropmenudiv a:visited{
color: #000033;
}
.dropmenudiv a:hover{
color: #000033;
}


.dropmenudiv a:hover{ /*Theme Change here*/
background-color: #F0F0F0;
}
