.searchbox_paginabreed{
	border:1px solid #c53f3c;
	display:inline;
	}
.searchbox_button{
	border:1px solid #c53f3c
	}

#chromemenu{
	z-index:200;
}
.chromestyle{
*width:900px;
font-weight: bold;
background: url(/designimages/presoft_2.0/menu.png) center center repeat-x; /*THEME CHANGE HERE*/
height:23px;
border: 1px solid #c53f3c;
padding:0px;
margin:0px;
border-collapse: collapse;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{

overflow:hidden;
*background: url(/designimages/presoft_2.0/menu.png) center center repeat-x; /*THEME CHANGE HERE*/
margin:0px;
padding-top:4px;		
*padding:0px;
margin-left:-40px;
*margin:0px;

text-align: left; /*set value to "left", "center", or "right"*/
border:0px;
height:23px;
*height:25px;
}

.chromestyle ul li{
display: inline;
padding: 0px;
height:25px;
color: #ffffff;
vertical-align:middle;
}
.chromestyle ul li form{
vertical-align:middle;
}

.chromestyle ul li a{
color: #ffffff;
height:25px;
padding: 4px 7px;
padding: 4px 12px;
margin: 0;
text-decoration: none;
background: url('/designimages/presoft_2.0/menuborder.png');
border:0px;
background-repeat:repeat-y;
background-position:right;
*margin-left:-4px;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
background: #b20600; /*THEME CHANGE HERE*/
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #BBB; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 12px Arial;
line-height:18px;
z-index:100;
background-color: white;
width: 200px;
visibility: hidden;
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
color: #c53f3c;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #F0F0F0;
}