.tabmenuheader{
	font: normal 14px 'Arial','helvetica';
}

.shadetabs{
display: block;
padding: 2px;
margin: 0px;
font: normal 12px 'Arial','helvetica';
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li{
display: block;
text-decoration: none;
padding: 2px;
margin: 0px;
color: #000B73;
background: #efefef;
}

.shadetabs li a{
display: block;
text-decoration: none;
padding: 2px;
margin: 0px;
color: #000B73;
background: #efefef;
}

.shadetabs li a:hover{
display: block;
text-decoration: underline;
padding: 2px;
color: #000000;
margin: 0px;
background:url(../images/leftmenuhoverBG.png) repeat-x left top;
}
/*
.shadetabs ul li.selected{
display: block;
padding: 3px 3px;
position: relative;
top: 0px;
color:#000000;
list-style-type: none;
}
*/
.shadetabs li.selected a{ /*selected main tab style */
display: block;
padding: 2px;
background:url(../images/leftmenuBG.png) repeat-x left top;
color: #000000;
margin: 0px;
}

.shadetabs li.selected a:hover{ /*selected main tab style */
display: block;
padding: 2px;
text-decoration: none;
background:url(../images/leftmenuBG.png) repeat-x left top;
color: #000000;
margin: 0px;
}

