.sbm ul{
margin: 0;
padding: 0;
float: left;
font: bold 13px Verdana;
width: 100%;
border: 0px solid #625e00;
/*border: 1px solid #625e00;*/
border-width: 0px 0;
/*border-width: 1px 0;*/
background: black url(/css/menu/media/background.gif) repeat-x center /*center*/;
}

.sbm li{
display: inline;
}

.sbm li a{
float: left;
color: white;
padding: 15px 11px;
text-decoration: none;
border-right: 0px solid white;
/*border-right: 1px solid white;*/
}

.sbm li a:visited{
color: white;
}

.sbm li a:hover, .sbm li a.current{
color: white;
background: transparent url(/css/menu/media/hover.gif) center center repeat-x;
}

.sbm li#current a{
float: left;
color: white;
padding: 15px 11px;
text-decoration: none;
border-right: 0px solid white;
background: transparent url(/css/menu/media/active.gif) center center repeat-x;
}

.sbm li#current a:hover, .sbm li#current a.current{
color: white;
background: transparent url(/css/menu/media/hover.gif) center center repeat-x;
/*background: transparent url(/css/menu/media/activehover.gif) center center repeat-x;*/
}

.sbm li#logo1 a{
width: 48px;
float: left;
color: white;
padding: 15px 0px;
text-decoration: none;
border-right: 0px solid white;
/*background: transparent url(/css/menu/media/logo1.jpg) center center no-repeat;*/
}

.sbm li#logo1 a:hover, .sbm li#logo1 a.current{
color: white;
/*background: transparent url(/css/menu/media/logo1x.jpg) center center no-repeat;*/
}

.sbm li#logo2 a{
width: 227px;
float: left;
color: white;
padding: 15px 0px;
text-decoration: none;
border-right: 0px solid white;
background: transparent url(/css/menu/media/logo2.jpg) center center no-repeat;
}

.sbm li#logo2 a:hover, .sbm li#logo2 a.current{
width: 227px;
color: white;
background: transparent url(/css/menu/media/logo2x.jpg) center center no-repeat;
}

.tabcontainer{
clear: left;
width:95%; /*width of 2nd level sub menus*/
height:1.5em; /*height of 2nd level sub menus. Set to largest's sub menu's height to avoid jittering.*/
}

*:first-child+html .ieclass{ /*IE7 hack to remove gap between menu and sub contents*/
margin-top: -1em;
}

* html .ieclass{ /*IE6 and below hack to remove gap between menu and sub contents*/
margin-top: -1em;
}

.tabcontent{
display:none;
}