.basictab{
	padding:0;
	padding-top: 5px;
	padding-bottom: 7px;
	margin-left: 0;
	font: bold 11px Tahoma, Verdana, Arial, Helvetica, sans-serif;
	list-style-type: none;
	margin-bottom: 0;
	margin-top: 0;
	background:url(../images/menuBg.jpg) repeat-x;
	text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.basictab li{
	display: inline;
	margin: 0;
	padding-bottom: 0px;
	margin-left: 8px;
	margin-bottom: 0px;
	background-image: url(../images/backg_menu_separator.gif);
	background-position: right;
	background-repeat: no-repeat;
}

.basictab li a{
	text-decoration: none;
	padding: 4px 16px;
	margin-right: 2px;
	color: #dcf0bd;
}


.basictab li a:visited{
	color: #dcf0bd;
}

.basictab li a:hover{
	color: #98c04b;
}

.basictab li a:active{
	color: #dcf0bd;
}

.basictab li.selected a{ /*selected tab effect*/
	top: 1px;
	padding-top: 8px;
	color: #98c04b;
	text-decoration: underline;
}


.submenustyle{
	padding: 4px 0px;
	border-top-width: 0;
	width: auto;
	height:15px;
	display: none;
	filter:alpha(opacity=0);
	-moz-opacity:0;
	font: normal 11px Tahoma, Verdana, Arial, Helvetica, sans-serif;
	border-bottom: 1px solid #363636;
}
.submenustyleEmpty{
display: block;
height:24px;
}

* html .submenustyle{ /*IE only width definition*/
width: 100%;
}

.submenustyle a{
	margin-left: 20px;
	padding: 1px 19px 2px 0px;
	text-decoration: none;
	color: #98c04b;
	background-image:url(../images/backg_submenu_separator.gif);
	background-repeat:no-repeat;
	background-position:right;
}

.submenustyle a:hover{
margin-left: 20px;
color: #dcf0bd;
}
