* html .shadetabs{
height: 22px;
}
.shadetabs{
padding: 3px 0;
margin: 0px;
font: bold 12px Verdana;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
height: 25px;
clear: both;
}



.shadetabs li{
display: inline;
margin: 0;
}

.shadetabs li a{
text-decoration: none;
position: relative;
z-index: 1;
padding: 0px 0px 0px 8px;
margin-right: 3px;
color: #2d2b2b;
background: white url(../images/tab_lft.gif) no-repeat left top;
display: block;
float: left;
outline: none;

}
.shadetabs li a span{
	background: white url(../images/tab_rt.gif) no-repeat right top;
	padding: 7px 8px 7px 0px;
display: block;
float: left;
}

.shadetabs li a:visited{
color: #2d2b2b;
}

.shadetabs li a:hover{
text-decoration: none;
color: #2d2b2b;
cursor: pointer;
}

.shadetabs li a.selected{ 
position: relative;
top: 1px;
}

.shadetabs li a.selected{ 
background: white url(../images/tab_a_lft.gif) no-repeat left top;
/*border-bottom-color: white;*/
}
.shadetabs li a.selected span{ 
background: white url(../images/tab_a_rt.gif) no-repeat right top;
/*border-bottom-color: white;*/
}

.shadetabs li a.selected:hover{ 
text-decoration: none;
}

.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block !important;
}
}

.tab_contents{
	background: url(../images/tab_btm.png) no-repeat left bottom;
}
.tab_mid{
	background: url(../images/tab_mid.png) repeat-y left top;
}
.wide_tab_contents{
	background: url(../images/wide_tab_btm.gif) no-repeat left bottom;
}
.wide_tab_mid{
	background: url(../images/wide_tab_mid.gif) repeat-y left top;
}
.tab_inn{
	padding: 9px 10px 10px 10px;
}
.tab_listing{
	list-style: none;
}
.tab_listing li{
	display: block;
	padding: 3px 2px 5px 15px;
	list-style: none;
	background: url(../images/icons/g_bull.gif) no-repeat left 8px;
	border-bottom: 1px dotted #e1e1e1;
	margin: 0px;
}
