/* CSS Document */
.menu_top{
	list-style-type: none;
	margin:0;
	margin-left: 60px; /*Left offset of entire tab menu relative to page*/
	padding:0;
}

.tab{
	display:inline;
	margin:0;
	padding:0;
	float:left;
	background:url(images/tab_left_sel.gif) no-repeat left bottom;
	margin-right: 5px; /*spacing between each tab*/
	padding:0 0 0 9px;
	text-decoration:none;
}

.tab a{
	float:left;
	display:block;
	background:url(images/tab_right_sel.gif) no-repeat right bottom;
	padding: 0px 12px 6px 3px;
	font-weight:bold;
	text-decoration: none;
	color:#3B3B3B;
	margin-left: 3px;
}
.tab a:hover{
	color: #990000;
}
.tab_selected{
	display:inline;
	margin:0;
	padding:0;
	float:left;
	background:url(images/tab_left_hover.gif) no-repeat left bottom;
	margin-right: 5px; /*spacing between each tab*/
	padding:0 0 0 9px;
	text-decoration:none;
	border-bottom: 0px solid #7e9fff;
}
.tab_selected a{
	float:left;
	display:block;
	background:url(images/tab_right_hover.gif) no-repeat right bottom;
	padding: 0px 12px 6px 3px;
	font-weight:bold;
	text-decoration: none;
	color:#3B3B3B;
	margin-left: 3px;
}
.tab_selected a:hover{
	color: #990000;
}

