.menu-h2 ul {
margin: 0;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.menu-h2 ul li{
position: relative;
display: inline;
float: left;
margin: 2px 1px 2px 1px;
z-index: auto
}

/*Top level menu link items style*/
.menu-h2 ul li a {
display: block;
width: 120px; /*Width of top level menu link items*/
/* white-space: nowrap; will overflow in Moz*/
padding: 0px 3px 0px 3px;
text-align: center;
border: 1px solid #202020;
text-decoration: none;
color: black;
font: normal 1em verdana,Tahoma, san-serif;
z-index: auto;
text-transform: uppercase
}
	
/*Sub level menu*/
.menu-h2 ul li ul {
left: 0;
top: 0;
background-color: #ebebeb;
margin: 0 auto;
position: absolute;
text-align:left;
visibility: hidden;
z-index: 1000;
}

/*Sub level menu list items*/
.menu-h2 ul li ul li {
margin: 0px 0px 1px 0px ;
float: left;
position: relative;
z-index: 10000;
}


/* Sub level menu links style */
.menu-h2 ul li ul li a {
width: 210px;  /* width of sub menu levels*/
margin: 0 auto;
display: block;
position: relative;
font: normal 1em verdana,Tahoma, san-serif;
text-align: left;
padding: 1px 2px 1px 2px;
background: #FFFFFF;
border: #666666 1px solid;
border-width: 0px 1px 1px 1px ;
text-transform: capitalize;
}
/*
.menu-h2 ul li a:hover{
background: url(menubgover.gif) center center repeat-x;
}
*/
.menu-h2 ul li ul li a:hover{
background: #E9DFAB;
border: #666666 1px solid;
display: block;
position: relative;
z-index: 1000
}

.menu-h2 .arrowdiv {
position: absolute;
right: 0;
/*background: transparent url(menuarrow.gif) no-repeat center left;*/
}

* html p#iepara{ /*For a paragraph (if any) that immediately follows menu, add 1em top spacing between the two in IE*/
padding-top: 1em;
}
	
/* Holly Hack for IE \*/
* html .menu-h2 ul li {
float: left;  }

* html .menu-h2 ul li a { text-transform: uppercase }
/* End */

/*Clears the floated menu items.
Assigned to a BR tag placed just before
menuwrapper's closing DIV tag*/
.clearit {
	clear: both;
	height: 0;
	line-height: 0.0;
	font-size: 0;
}


.sbutt a, .sbutt, a.sbutt:link, a.sbutt:visited  {width:18px;
background: #FFFFCC;border-width: 0px;
text-decoration: none;}
 a.sbutt:hover   {width:18px;
background: #FF9933;border-width: 0px;text-decoration: none;}