.chromestyle{
	font-family:Arial, Helvetica, sans-serif;
width: 99%;
font-weight:normal;
margin-right:-4px;

}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

.chromestyle ul{
font-family:Arial, Helvetica, sans-serif;
width:252px;
font-size:10px;

margin: 0;
 /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
float:left;
/*display: inline;*/
border-left:1px solid #cfcfcf;
height:21px;
}
.chromestyle ul .divider{border-left:1px solid #cfcfcf;width:1px;}
.chromestyle ul li a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px ;
 	font-weight:normal ;
	color: #494949;
	padding: 1px 13px;
	display:block;
	margin: 0;
	text-decoration: none !important;
	line-height:20px;
}
.chromestyle ul li a:hover{font-family:Arial, Helvetica, sans-serif; font-size:10px; color:#323232; background:#cfcfcf; line-height:20px;}

.chromestyle ul li a.selected{font-family:Arial, Helvetica, sans-serif; font-size:10px; color:#323232; background:#cfcfcf;}



/* .chromestyle ul li a:hover, .chromestyle ul li a.selected{
	text-decoration: none;font-family:Arial, Helvetica, sans-serif;
font-size:10px ;
     font-weight:normal ;

} */

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{

font-family:Arial, Helvetica, sans-serif;
font-size:10px ;
font-weight:normal ;
position:absolute;
top: 0;
border: 1px solid #cfcfcf;
font-family:Arial, Helvetica, sans-serif;
font-size:10px ;
font-weight:normal ;
padding-left:3px;
line-height:10px;
z-index:100;
background-color: #f5f5f7;
width: 180px;
visibility: hidden;
font-color:#323232;
}


.dropmenudiv a{
width: auto;
font-family:Arial, Helvetica, sans-serif;
font-size:10px ;
          font-weight:normal ;
display: block;
text-indent: 3px;

padding: 2px 0;
text-decoration: none;
font-weight: normal;
color: #323232;
}
.dropmenudiv label{
	width: auto;
font-family:Arial, Helvetica, sans-serif;
font-size:10px ;
 font-weight:normal ;
display: block;
text-indent: 3px;
padding: 2px 0;
text-decoration: none;
font-weight: normal;
color: #9D9D9D;
}
.dropmenudiv span{
	width: auto;
font-family:Arial, Helvetica, sans-serif;
font-size:10px ;
 font-weight:normal ;
display: block;
text-indent: 3px;
padding: 2px 0;
text-decoration: none;
font-weight: normal;
color: #323232;
}
* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #cfcfcf;
font-family:Arial, Helvetica, sans-serif;
font-size:10px ;
          font-weight:normal ;
text-decoration: none;
font-weight: normal;
color: #323232;
}
