:focus{ -moz-outline-style: none;}
.shadetabs{
padding: 2px 0;
margin-right: 4px;
margin-top: 6px;
margin-bottom: 0;
font: 11px Tahoma;
list-style-type: none;
text-align: right; /*set to left, center, or right to align the menu as desired*/
}

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

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

/*.shadetabs li a:visited{
color: #FFFFFF;
}*/

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

.shadetabs li.selected a{
background-image: url(tab.hover.png);
/*position: relative;
top: 1px;*/
font-weight:bold;
color: #114170;
}



.shadetabs li.selected a:hover{ /*selected main tab style */
background-image: url(tab.hover.png);
text-decoration: none;
}

.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);
}


.brick{
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*/
}

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

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

/*.brick li a:visited{
color: #FFFFFF;
}*/

.brick li a:hover{
background-image: url(tabbrick.hover.png);
text-decoration: underline;
color: #fff;
}

.brick li.selected a{
background-image: url(tabbrick.hover.png);
/*position: relative;
top: 1px;*/
font-weight:bold;
color: #fff;
}



.brick li.selected a:hover{ /*selected main tab style */
background-image: url(tabbrick.hover.png);
text-decoration: none;
}


