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

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

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

.shadetabs li a{
	text-decoration: none;
	position: relative;
	z-index: 1;
	padding: 3px 7px;
	margin-right: 3px;
	border: 1px solid #dddddd;
	color: #636363;
	background: white url("shade.gif");
	background-position: top left;
	background-repeat: repeat-x;
}

.shadetabs li a:visited{
color: #636363;
}

.shadetabs li a:hover{
color: #2d2b2b;
}

.shadetabs li a.selected, .shadetabs li a:hover{ /*selected main tab style */
position: relative;
top: 4px;
}

.shadetabs li a.selected, .shadetabs li a:hover{ /*selected main tab style */
background-image: url('shadeactive.gif');
border-bottom: 0px;
color: #2b2b2b;
}

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



#top {
	position:fixed;
	z-index:500;
	width:100%;
	height:25px;
	top:0px;
	padding-top:15px;
	margin:0px;
	background: #ffffff;
	background-image: url("bg-top.gif");
	background-position: top;
	background-repeat: repeat-x;
}

#shade {
	background-image: url("bg-top2.png");
	background-position: top;
	background-repeat: repeat-x;
	border-top:1px solid #dddddd;
	width:100%;
	height:40px;
	position: fixed;
	z-index: 500;
	padding:0px;
	top:40px;

}