
li {
display:inline;
}

.maintabs{
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
list-style-type: none;
padding: 4px 0 4px 0;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs{
padding: 3px 0;
margin-left: 0;
margin-right: 0px;
margin-top: 5px;
margin-bottom: 0;
font: normal 15px Trebuchet MS, Arial, Verdana, Helvetica, sans-serif;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

shadetabs li{
margin: -1;
display:inline;
}

.shadetabs li a{
text-decoration: none;
padding: 3px 12px 3px 13px;
margin-right: 0px;
border: dashed 1px #000000;
color: #164B6D;
background: #D8E1D2 url(img/tab_shaded.gif) top left repeat-x;
}

.shadetabs li a:visited{
color: #164B6D;
}

.shadetabs li a:hover{
text-decoration: none;
color: #2E5CB8;
}

.shadetabs li.selected{
position: relative;
top: 0px;
font-weight:bold;
}

.shadetabs li.selected a{ /*selected main tab style */
background: #ffffff url(img/tab.gif) top left repeat-x;
border-bottom: solid 1px #ffffff;
color: #313131;
font-weight:bold;
}

.shadetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
font-weight:bold;
}



