.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;
list-style:none !important;

}

.chromestyle ul li{
float:right;
list-style:none !important;
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 ;
 	list-style:none !important;
	color: #7d7d7d;
	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; list-style:none !important;font-size:10px; color:#000; background:#fff; line-height:20px;}

.chromestyle ul li a.selected{font-family:Arial, Helvetica, sans-serif; list-style:none !important;font-size:10px; color:#000; background:#fff;}



/* .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: #fff;
width: 180px;
visibility: hidden;
font-color:#7d7d7d;
}


.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;
color: #7d7d7d;
}
.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: #C8C8C8;
}
.dropmenudiv span{
	width: auto;
font-family:Arial, Helvetica, sans-serif;
font-size:10px ;
font-weight:bold ;
display: block;
text-indent: 3px;
padding: 2px 0;
text-decoration: none;
font-weight: normal;
color: #7d7d7d;
}
* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{
background-color: #fff;
font-family:Arial, Helvetica, sans-serif;
font-size:10px;
font-weight:normal;
text-decoration: underline !important;
color: #000;
}