.chromestyle{
width: 99%;
font-weight: bold;
font-size:12px;
font-family:arial;
color:#ccc;
 height:40px; line-height:40px;   


}

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

.chromestyle ul{ 
  float:left;
width: 100%;
padding: 0px 0;
margin: 0;
text-align: left; /*set value to "left", "center", or "right"*/   
}

.chromestyle ul li{  list-style:none;  display:inline;
 
}

.chromestyle ul li a{
color: #ccc;
padding:10px 5px;
margin:0px;
text-decoration: none;
border-right: 1px solid #7E7E76; 

}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
background: #666 center center repeat-x; 
/*padding: 12px 13px; THEME CHANGE HERE*/
}

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

.dropmenudiv{
position:absolute;  
top: 0;
border: 1px solid #999; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 12px arial;
line-height:25px;
z-index:1800;
color:#ccc;
background-color: #666;
width: 220px;
visibility: hidden;
z-index:600;
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #ccc; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: #ccc;
}

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

}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #333;
}
.sear{  display:block;}
