.chromestyle{
width:auto;
font-weight: bold;
float:left;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
/*border: 1px solid #BBB;*/
width:auto;
/*background: url(chromebg.gif) center center repeat-x;*/ /*THEME CHANGE HERE*/
padding:0px 0;
float:left;
margin: 0;
margin-top:0px;
text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
/*display: inline;*/
background:url(../images/menu_separetion.png) no-repeat right; height:45px; float:left; list-style:none; 
}

.chromestyle ul li.home_menu a:hover{ background:url(leftcorner_hover.png) no-repeat left;}
.chromestyle ul li.home_menu a.selected{ background:url(leftcorner_hover.png) no-repeat left;}

.chromestyle ul li a{
color: #fff;
padding:0px 11px;
margin: 0;
height:47px;
display:block;
line-height:47px;
text-decoration: none;
border-right: 0px solid #DADADA;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
background: url(topmenu_middle_hover.jpg) center center repeat-x; /*THEME CHANGE HERE*/
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top:0px;
margin-top:-1px;
border-bottom-width:0;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
/*background-color: white;*/
width: 200px;
visibility: hidden;
}


.dropmenudiv a{
width: auto;
display: block;
/*background:#434343 url(bg_2.jpg) bottom no-repeat;
*/padding: 6px 6px 6px 4px;
background-color:#868686;
text-decoration: none;
border-bottom:1px solid #979797;
/*height:24px;*/
font-weight: normal;
color:#fff;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background:#515151;

}