.chromestyle{
width: 99%;
}

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

.chromestyle ul{
border: 1px solid #BBB;
width: 100%;
background-color:#F2F2F2;
padding: 4px 0;
margin: 0;
text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle2 ul{
padding: 0px 0;
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #494949;
padding: 4px 7px;
margin: 0;
text-decoration: none;
/*border-right: 1px solid #DADADA;*/
white-space:nowrap;
}

.chromestyle2 a{
display:block;
background-color:#f2f2f2;
}


.chromestyle2 a:hover{
display:block;
background-color:#DADADA;
}

.chromestyle ul li  a:hover, .chromestyle ul li a.selected{ 
background-color:#DADADA;
}

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

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #3366ab; /*THEME CHANGE HERE*/
border-bottom-width: 0;
line-height:28px;
z-index:100;
background-color: #47E1E9;
width: 150px;
text-align: center;
visibility: hidden;
display: none;
/*filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4);*/
}

.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #3366ab;
	padding: 7px 0px;
	color: #166ed7;
	font: normal normal normal 13px/13px Arial, Helvetica, sans-serif;
	text-decoration: none;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	background-color: #47E1E9;
	color: white;
}

div.contdmenu p 
{
	font-family:Verdana;
	font-size:12px;
}
