.basictab{

	margin: 0px;
	padding: 0px;
	font: bold 11px Tahoma;
	list-style-type: none;
	text-align: left; /*set to left, center, or right to align the menu as desired*/
	background-image:url(../images/hmenu_bg.gif); 
	background-repeat:repeat-x;
	letter-spacing:0.08em;

}

.basictab li{
	display:inline;
}

.basictab li a{
	margin:0px;
	padding:7px 15px 8px 15px;
	border-right: 1px solid #465c99;
	color:white;
	line-height:28px;
	text-decoration: none;
}

.basictab li a:hover{
	color:#e5420b;
	text-decoration: underline;
}


.basictab li.selected a{ /*selected tab effect*/
	position: relative;
	padding:7px 15px 6px 15px;
	background-image:url(../images/hmenu_bg.gif); 
	background-repeat:repeat-x;
	color: #e5420b;
	line-height:26px;
}


.submenustyle{
	padding: 0px;
	margin:0px;
	width: auto;
	display: none;
	background-color:#cfe5ff;
	height:22px;
	text-align:center;
}

* html .submenustyle{ /*IE only width definition*/
	width: 100%;
}

.submenustyle a{
	padding: 0px 12px 0px 12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:22px;
	color: #000000;
	text-decoration: none;
	height:24px;
}

.submenustyle a:hover{
	text-decoration:underline;
}

.submenustyle span{
	padding: 0px 12px 0px 12px;
	text-decoration: none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:24px;
	color: #000000;
}
