:focus{ -moz-outline-style: none;}
.shadetabs{
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: 11px Tahoma;
list-style-type: none;

text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li{
display: inline;
margin: 0;
}

.shadetabs li a:hover{
background-image: url(tab.hover.png);
text-decoration: underline;
color: #000000;
}

.shadetabs li.selected{
position: relative;
top: 1px;
font-weight:bold;
}

.shadetabs li.selected a{ /*selected main tab style */
background-image: url(tab.active.png);
border-bottom-color: white;
}


.shadetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
}

.shadetabs li a.highlighted{
text-decoration: none;
padding: 3px 7px;
margin-right: 3px;
border-right: 1px solid #778;
color: #FFF;
background-image:	url( tabblue.png );
	background-repeat:	no-repeat;
/*background: white url(shade.gif) top left repeat-x;*/
}


.shadetabs li a.higlighted:visited{
color: #FFF;
}
.shadetabs li a.highlighted:hover{
background-image: url(tabblue.hover.png);
text-decoration: underline;
color: #FFF;
}

.shadetabs li.selected a.highlighted{ /*selected main tab style */
background-image: url(tabblue.active.png);
border-bottom-color: white;
}

.shadetabs li a.highlighted2{
font: 13px Courier New,Courier,monospace;
font-weight:bold;
text-decoration: none;
padding: 3px 7px;
margin-right: 3px;
border-right: 1px solid #778;
color: #FF0000;
background-image:	url( tab.png );
	background-repeat:	no-repeat;
/*background: white url(shade.gif) top left repeat-x;*/
}


.shadetabs li a.higlighted2:visited{
color: #FF0000;
}
.shadetabs li a.highlighted2:hover{
background-image: url(tab.hover.png);
text-decoration: underline;
color: #FF0000;
}

.shadetabs li.selected a.highlighted2{ /*selected main tab style */
background-image: url(tab.active.png);
border-bottom-color: white;
}


.contentstyle{
background-color: #FFF;
border: 1px solid gray;
width: 345px;
margin-bottom: 1em; padding: 10px;
filter:	progid:DXImageTransform.Microsoft.Gradient(StartColorStr=#fffcfcfe, EndColorStr=#fff4f3ee, GradientType=0)
		progid:DXImageTransform.Microsoft.Shadow(Color=#ff919899, Strength=2, Direction=135);
}

.shadetabs li a{
text-decoration: none;
padding: 3px 7px;
margin-right: 3px;
border-right: 1px solid #778;
color: #000000;
background-image:	url( tab.png );
	background-repeat:	no-repeat;
/*background: white url(shade.gif) top left repeat-x;*/
}