.chromestyle_search{
width: 100%;
}

.chromestyle_search:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle_search ul{
font-family: Arial;
font-size: 13px;
width: 100%;
background-image: url(../pics/bkg_navigation_search.jpg);
padding: 10px 0;
margin: 0;
font-weight: bold;
text-align: left; /*set value to "left", "center", or "right"*/
}

.chromestyle_search ul li{
display: inline;
}

.chromestyle_search ul li a{
color: #ffffff;
border-right: 1px solid #7d1315; /*THEME CHANGE HERE*/
padding: 9px 7px;
margin: 0;
text-decoration: none;
}

.chromestyle_search ul li a:hover, .chromestyle_search ul li a.selected{ /*script dynamically adds a class of "selected" to */
background-color: #94383b; /*THEME CHANGE HERE*/
background-image: url(../pics/bkg_navigation_search_hover.jpg);
color: #eeeeee;
}



/* ######### Style for Drop Down Menu ######### */

.dropmenudiv_search{
position:absolute;
top: 0;
border: 1px solid #dddddd; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 10px Verdana;
line-height:14px;
z-index:100;
background-color: white;
width: 240px;
visibility: hidden;
text-align: left center;
}


.dropmenudiv_search a{
width: 100%;
display: block;
text-indent: 6px;
border-bottom: 1px solid #dddddd; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
color: #777777;
}

.dropmenudiv_search a:hover{ /*THEME CHANGE HERE*/
background-color: #eeeeee;
color: #333333;
}
