/*=====================================================================================
	///////////////////////////////////(MENU START)////////////////////////////////////
  ====================================================================================*/

.chromestyle{
width:200px;
height:290px;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block;
clear: both; 
visibility: hidden;
}

.chromestyle ul{

width:192px;
padding: 4px ;
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:#000000;
margin: 0;
border-top:#737373 solid 1px;
border-right:#737373 solid 1px;
border-left:#737373 solid 1px;
border-bottom:#bbb solid 1px;
font-size:14px;
text-align:left;
padding-top:6px;
padding-left:6px;
width:192px;
margin-bottom:0px;
height:25px;
float:left;
text-decoration: none;
}

.chromestyle ul li a:hover{

color:#3178E0;

border-right:#bbb solid 1px;
border-left:#bbb solid 1px;
background-color:#000000; /*THEME CHANGE HERE*/
}




/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
	position:absolute;
	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;
	margin-left:198px;
	margin-top: -30px;
	
}


.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)///////////////////////////////////////
  =====================================================================================*/

