/*=====================================================================================
	///////////////////////////////////(MENU START)////////////////////////////////////
  ====================================================================================*/

.chromestyle{
width:900px;
margin-top:10px;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block;
clear: both; 
visibility: hidden;
}

.chromestyle ul{

width:900px;
padding: 4px 0;
margin: 0;
text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
margin-left:10px;
}

.chromestyle ul li a{
color:#ffffff;
padding: 3px 3px;
margin: 0;
font-size:14px;
text-decoration: none;
}

.chromestyle ul li a:hover{

color:#3178E0; /*THEME CHANGE HERE*/
}




/* ######### 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:#292929;
width: 200px;
visibility:hidden;
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
padding: 4px 0;
text-decoration: none;
color:#ffffff;


}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color:#000000;
color:#3178E0;
}

/*=====================================================================================
	///////////////////////////////////(MENU END)///////////////////////////////////////
  =====================================================================================*/

