.chromestyle2{
width:200px;
font: bold 10px Verdana, Arial, Helvetica, sans-serif;
}

.chromestyle2:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle3 
{
	width:300px;
	font: Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#FFFFFF;
	width: 100%;

	padding: 4px 0;
	margin: 0;
	text-align: left; /*set value to "left", "center", or "right"*/
}

.chromestyle3#chromemenu2 a 
{
	color:#FFFFFF;
	padding: 4px 7px;
	margin: 0;
	text-decoration:none;
}

.chromestyle3 a:hover 
{
	color:#FFFFFF;
	text-decoration:underline;
}

.chromestyle2 ul {
color:#FFFFFF;
width: 100%;

padding: 4px 0;
margin: 0;
text-align: left; /*set value to "left", "center", or "right"*/
height:15px;
}

.chromestyle2 ul li{
display: inline;
}

.chromestyle2 ul li a{
color:#FFFFFF;
padding: 4px 7px;
margin: 0;
text-decoration: none;
}

.chromestyle2 ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
color:#000000;
}

#chromemenu2 a:hover{
	color:#FFFFFF;
	text-decoration:underline;
}





/* ######### Style for Drop Down Menu ######### */

.dropmenudiv2{
position:absolute;
margin-top:-20px;
margin-left:200px;
top: 0;
border: 1px solid #BBB; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:24px;
z-index:100;
background-color:#e9ecef;
width: 200px;
visibility: hidden;
font: bold 10px Verdana, Arial, Helvetica, sans-serif;
}


.dropmenudiv2 a{
width: auto;
display: block;
margin-left:3px;
border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: black;
}

* html .dropmenudiv2 a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv2 a:hover{ /*THEME CHANGE HERE*/
background-color: #dcdfe3;
}