﻿.shadetabs{
	/*border-bottom: 1px solid gray;*/
	margin-left: 5px;
	margin-top:-1px;
}

.shadetabs 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 li{
display: inline;
margin: 0;
		border-right: 1px solid #9BBB59;
}

.shadetabs li a{
	text-decoration: none;
	padding: 0px 7px 3px 7px;
	margin-right: 0px;
	color: black;
	background-color:#FFCC00;
}

.shadetabs li a:visited{
color: black;
}

.shadetabs li a:hover{
text-decoration: underline;
color: red;
}

.shadetabs li.selected{
position: relative;
top: 1px;
}

.shadetabs li.selected a{ /*selected main tab style */
border-bottom-color: white;
padding: 3px 7px 2px 7px;
color:#0000FF;

}

.shadetabs li.selected a:hover{ /*selected main tab style */
text-decoration: underline;
}

.shadetabs li.lowprofile a{
	/*Text Only - no tabs */
border-style: none;
	padding: 3px 7px 2px 7px;
	font: 12px Verdana;
	background: left top;
	color: white;
}
.shadetabs li.highlight a{
	/*selected main tab style */
	background: left top;
	border-bottom-color: #FFF2CC;
	padding: 3px 7px 2px 7px;
	color:yellow;
	font-weight: bold;
}
.shadetabs li.highlight a:hover{
text-decoration: underline;
color: white;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}