.chromestyle{
padding: 0;
margin: 0;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
padding: 0;
margin: 0;
list-style-type: none;
}

.chromestyle ul li{
float: left;
}

.chromestyle ul li a{
padding: 0 30px 0 0;
margin: 0;
text-decoration: none;
font-variant: small-caps;
font-weight: bold;
color: #5d717e;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected { /*script dynamically adds a class of "selected" to the current active menu item*/
	color: #e75a8c;
}

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

.dropmenudiv ul {
display: none;
list-style-type: none;
background: transparent url(opaque.png);
z-index: 10;
}
.dropmenudiv ul li {
float: none;
}
.dropmenudiv ul li a {
padding: 0px;
margin: 0px;
}
.chromestyle ul li:hover .dropmenudiv ul {
display: block;
position: absolute;
padding-top: 3px;
}
.chromestyle ul li:hover .dropmenudiv ul li a {
display: block;
border: none;
padding: 2px 10px 3px 10px;
}

/*
.dropmenudiv, .dropmenudiv ul{
position:absolute;
padding: 0;
margin: 0;
top: 20px;
border-bottom-width: 0;
font:normal 10px Verdana;
line-height:18px;
z-index:100;
background-color: white;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4);
}

.dropmenudiv ul li{
display: inline;
}

.dropmenudiv ul li a{
padding: 0 30px 0 0;
margin: 0;
text-decoration: none;
font-variant: small-caps;
font-weight: bold;
color: #5d717e;
}
.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #BBB; 
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: black;
}

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