﻿.shadetabs_sub{
	margin-left: 5px;
	margin-top:-1px;
}

.shadetabs_sub ul{
	padding: 3px 0 3px 0;
	margin-left: 0;
	margin-top: 0px;
	margin-bottom: 0px;
	font: bold 90% arial;
	list-style-type: none;
	text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs_sub li{
display: inline;
margin: 0;
		border-right: 1px solid #9BBB59;
}

.shadetabs_sub li a{
	text-decoration: none;
	padding: 3px 7px 3px 7px;
	margin-right: 0px;
	color:  #9BBB59;

}

.shadetabs_sub li a:visited{
color:  #9BBB59;
}

.shadetabs_sub li a:hover{
text-decoration: underline;
color: #B955DF;
}

.shadetabs_sub li.selected{
position: relative;
top: 1px;
}

.shadetabs_sub li.selected a{ /*selected main tab style */
border-bottom-color: white;
padding: 3px 7px 2px 7px;
color:#B955DF;
background-color: #fdf7f5;

}

.shadetabs_sub li.selected a:hover{ /*selected main tab style */
text-decoration: underline;
}

.shadetabs_sub li.lowprofile a{
	/*Text Only - no tabs */
border-style: none;
	padding: 3px 7px 2px 7px;
	font: 12px Verdana;
	background: left top;
	color: white;
}
.shadetabs_sub li.highlight a{
	/*selected main tab style */
	background: left top;
	border-bottom-color: #FFF2CC;
	padding: 3px 7px 2px 7px;
	background-color: #FFFFFF;
	color: #CC0000;
	font-weight: bold;
}
ul#nav li{list-style-type:none;margin:0;padding:0}
ul#nav{list-style-type:none;margin:0;padding:0}
ul#nav li{float:left;width:7em;margin-right:2px;text-align: center}
ul#nav a{display:block;text-decoration:none;padding:2px 0 5px;background: #BEFF9A;
    color: #999}
