.slidetabsmenu{
float:left;
width:100%;
font-size: 14pt;
line-height:normal;
}

* html .slidetabsmenu{ /*IE only. Add 1em spacing between menu and rest of content*/
margin-bottom: 1em;
}

.slidetabsmenu ul{
font: 75% "Trebuchet MS", Arial, sans-serif;
list-style-type: none;
margin:0;
padding:0;
}

.slidetabsmenu li{
display:inline;
margin:0;
padding:0;
}

.slidetabsmenu a{
float:left;
background:url(/images/slide-left-shorter.png) no-repeat left top;
margin:0;
margin-right: 0px;
text-decoration:none;
}

.slidetabsmenu a span {
float:left;
display:block;
background:url(/images/slide-right-shorter.png) no-repeat right top;
padding:10px 16px 8px 16px;
font-weight:bold;
color:#3B3B3B;

}

@media handheld {
	.slidetabsmenu a span {
float:left;
display:block;
background:url(/images/slide-right-shorter.png) no-repeat right top;
padding:10px 10px 8px 10px;
font-weight:bold;
color:#3B3B3B;

} 

	
	}

.slidetabsmenu #search {
padding: 10px 0px 7px 2px;						 
}

.slidetabsmenu ul #searchContainer {
vertical-align:bottom;
padding: 5px;
width: 150px;


}




/* Commented Backslash Hack hides rule from IE5-Mac \*/
.slidetabsmenu a span {float:none;}
/* End IE5-Mac hack */

.slidetabsmenu a:hover span, .slidetabsmenu li.selected a span{
color: black;
}

.slidetabsmenu a:hover, .slidetabsmenu li.selected a{
background-position:0% 12px 12px 10px 0px;
}

.slidetabsmenu a:hover span, .slidetabsmenu li.selected a span{
background-position:100% -37px;
}

html>/**/body .IEonlybr{ /*None IE browsers hack*/
display: none; /*Hide BR tag in non IE browsers, since it's not needed*/
}


/* ######### style for drop downs ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #918d8d; 
border-width: 0 1px 1px 1px;
font: 75% "Trebuchet MS", Arial, Helvetica, sans-serif;
line-height:18px;
z-index:100;
background-color: white;
width: 160px;
visibility: hidden;
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 5px;
border: 0 solid #918d8d; 
border-bottom-width: 0px;
padding: 2px 0;
text-decoration: none;
color: black;
}

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

.dropmenudiv a:hover{ 
background-color: #E9E6E4;
}
/*navigation bar search*/
.searchContainer div { 
* + height: 18px;   /*IE 7 only hack*/
background-color:#fff; margin-right: 0px; margin-top: 6px; float: right; padding: 2px 4px 2px 2px; }
        .searchContainer input[type="text"] 
        {
        	border:none; 
        	* + border-width: 0;   /*IE 7 only hack*/
        	width: 150px;
			}
        .searchContainer img { vertical-align:middle;}
