.chromestyle{
font-weight: bold;
}

.chromestyle:after{ 
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
width: 100%;
padding: 0px 0px;
margin: 0;
text-align: center; 
}

.chromestyle ul li{
display: inline;
float:left;
}

.chromestyle ul li img{
padding:0px;}


.chromestyle ul li a{
color: #fff;
padding: 0px 0px;
margin: 0;
text-decoration: none;
float:left;
}

.dropmenu-heading {font-size:12px; font-family:Georgia, 'Times New Roman', Times, serif; font-weight:bold; color:#fff!important; background:#4D6296;}
.dropmenu-heading:hover {color:#000!important;}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ }

.dropmenudiv{
position:absolute;
font-size:13px;
font-weight:bold;
line-height:25px;
z-index:100;
background-color: #dd4e54;
width: 200px;
visibility: hidden;
display:block;
border:1px solid #ff7e00;
}

.dropmenudiv a{
width: auto;
display: block;
text-indent: 13px;
padding: 2px 5px;
text-decoration: none;
color: #fff;
border-bottom:1px solid #ff7e00;
cursor:pointer;
outline:none;
}

* html .dropmenudiv a{
width: 100%;
}

.dropmenudiv a:hover{
background-color:#fe8906;
color:#fff!important;
}