.chromestyle{
width: 100%;
font-weight: bold;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

.chromestyle ul{
width: 100%;
background: #81bce9;
padding: 4px 0;
border: 1px solid #81bce9;
margin: 0;
text-align: left; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: white;
padding: 4px 7px;
margin: 0;
text-decoration: none;
border-right: 1px solid #fff;
}

.chromestyle ul li a.language img {
border-width:0px;
}

.chromestyle ul li a.language{
float: right;
margin: 2px;
padding: 0;
border-right: 0;
}

.chromestyle ul li a:hover{
background: #7ac;
color: #fff;
}



.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #81bce9; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
background-color: #81bce9;
width: 200px;
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-top: 1px solid #fff;
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: #fff;
}

.dropmenudiv a img{
float: left;
border-width:0px;
margin: 1px;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{
background-color: #7ac;
}

