.chromestyle{
margin:0;
padding:0;
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
font-weight:bold;
text-decoration:none;
list-style-type:none;
/*background:url(../images/menurepeat.jpg);*/
height:33px;
/*border-left:1px solid #C5C5C5;
border-right:1px solid #C5C5C5;*/
overflow:hidden;
width:100%;
}

.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:100%;
/*background: url(chromebg.gif) center center repeat-x;*/ /*THEME CHANGE HERE*/
padding:0;
margin:0;
text-align:left; /*set value to "left", "center", or "right"*/
line-height:normal;
list-style-type:none;
}

.chromestyle ul li{
display:inline;
}

.chromestyle ul li a{
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
font-weight:bold;
text-decoration:none;
color:#1D1D1D;
display:block;
float:left;
background:url(../images/divaidar2.jpg) no-repeat right center;
height:27px;
padding:6px 15px 0 15px;
margin:0;
}

.chromestyle ul li a:hover{
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
font-weight:bold;
text-decoration:none;
color:#ffffff;
display:block;
float:left;
background:url(../images/divaidar2.jpg) no-repeat right center;
background-color:#8B8878;
height:27px;
padding:6px 15px 0 15px;
margin:0;
}
/*.chromestyle .current_page_item a{
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
font-weight:bold;
text-decoration:none;
color:#ffffff;
display:block;
float:left;
background:url(../images/divaidar1.jpg) no-repeat right center;
background-color:#8B8878;
height:27px;
padding:6px 15px 0 15px;
margin:0;
}
.chromestyle .current_page_item a:hover{
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
font-weight:bold;
text-decoration:none;
color:#ffffff;
display:block;
float:left;
background:url(../images/divaidar1.jpg) no-repeat right center;
background-color:#8B8878;
height:27px;
padding:6px 15px 0 15px;
margin:0;
}
*/
/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top:0;
/*border: 1px solid #fff; *//*THEME CHANGE HERE*/
border-bottom-width: 0;
font: normal 12px Arial, Helvetica, sans-serif;
line-height:18px;
z-index:100;
background-color:white;
width:270px;
visibility:hidden;
}


.dropmenudiv a{
display:block;
width:270px; /*width of menu (not including side paddings)*/
background-color:#8B8878;
color:#ffffff;
padding:6px 10px 6px 10px;
text-decoration:none;
font-weight:normal;
font-size:12px;
border-bottom:1px solid #C0BDAC;
}

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

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color:#C0BDAC;
display:block;
width:270px; /*width of menu (not including side paddings)*/
color:#35342D;
padding:6px 10px 6px 10px;
text-decoration:none;
font-weight:bold;
font-size:12px;
}