/* ######### CSS for top level tabs ######### */

.tabsmenuclass ul{
background: url('imgs/bg-nav.gif') repeat-x 0 0;
overflow: hidden;
width:901px;
height:30px;
margin: 0px 0 0 6px;
padding: 0px;
list-style-type: none;
}

.tabsmenuclass li{
padding: 0px 0 0 0px;
float: left;
}



.tabsmenuclass a{
display: block;
padding: 5px 7px;
width: auto;
height:30px;
background: url('imgs/menu-bg1.gif') no-repeat;
text-decoration: none;
color: #fff;
margin-right: 1px;
text-decoration: none;
font: bold 13px Verdana;
outline: none;
}

.tabsmenuclass a span {
background-position: 0 -50px !important;
height:30px;
float: left;
}

.tabsmenuclass a:hover, .tabsmenuclass a.selected{
background: url('imgs/bg-nav-sel.gif') repeat-x 0 0;
height:30px;
color: white;
}


.tabsmenuclass span, .tabsmenuclass li a:hover span {

display: block;
height:30px;

background: url('imgs/menu-bg1.gif') no-repeat;

cursor: pointer;

}


/* ######### CSS for sub menu container below ######### */

.tabsmenucontentclass{
background: url('imgs/nav-base-bg.gif') repeat-x 0 0;
height:27px;
width:901px;
margin: 0 6px;
}

.tabsmenucontentclass ul{
margin: 0;
padding: 5px 0 0 15px;
list-style-type: none;
}

.tabsmenucontentclass li{
float: left;
margin-right: 1em;
}
