/* ######### CSS for Shade Tabs. Remove if not using ######### */

ul#catagorytabs {
margin:3px 0 0 9px;
padding:0;
height:45px;
}

.catagorytabsstyle {
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: bold 12px Verdana;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.catagorytabsstyle li {
display: inline;
margin: 0;
float:left;
text-align:center;
height:51px;
}

.catagorytabsstyle li a {
text-decoration: none;
position: relative;
z-index: 1;
display:block;
background:#999999 url(../images/catagories-tab-off.jpg) top left no-repeat;
width:195px;
line-height:40px;
color:#fff;
margin:0 1px;
}

.catagorytabsstyle li a:visited {
color:#fff;
}

.catagorytabsstyle li a:hover {
text-decoration: underline;
color:#fff;
}

.catagorytabsstyle li a.selected { /*selected main tab style */
position: relative;
height:51px;
line-height:41px;
}

.catagorytabsstyle li a.selected { /*selected main tab style */
background:#E9750E url(../images/catagories-tab-arrow.jpg) bottom  left no-repeat;
}

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

.tabcontent {
display:none;
position:relative;
margin:3px 0 0 0;
clear:both;
}

.tabcontent ul {
	width:240px;
	margin:0 0 0 10px;
	padding:0;
}

.tabcontent ul li {
	margin:0 0 5px 0;
	list-style:outside disc;
}

@media print {
.tabcontent {
display:block !important;
}
}

ul#sidebartabs {
	margin:0 0 0 2px;
}

div.top-nav-tabs {
position:relative;
width:273px;
clear:right;
float:right;
margin:10px -2px 0 0px;
_margin:10px -1px 0 0;
}



.sidebarstyle {
	padding: 3px 0;
	margin-left: 0;
	margin-top: 1px;
	margin-bottom: 0;
	list-style-type: none;
	text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.sidebarstyle li {
display: inline;
margin: 0;
float:left;
text-align:center;
margin:0 1px 0 0;
}

.sidebarstyle li a {
text-decoration: none;
position: relative;
z-index: 1;
display:block;
background: url(../images/sidebar-tab-off.jpg) no-repeat;
width:89px;
line-height:40px;
font-size:12px;
line-height:18px;
color:#fff;
font-weight:bold;
border-bottom:none;
margin:0;
}

.sidebarstyle li a:visited {
color:#fff;
}

.sidebarstyle li a:hover {
text-decoration: underline;
color:#fff;
}

.sidebarstyle li a.selected { /*selected main tab style */
position: relative;
line-height:18px;
background:url(../images/sidebar-tab-on.jpg) no-repeat;
color:#FF6600!important;
font-weight:bold;
}


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