.basictab ul{
	margin: 4px;
	padding: 3px 0 0 0;
	margin-left: 0;
	font: bold 12px Verdana;
	border-bottom: 1px solid #ff6600;
	list-style-type: none;
	text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.basictab li{
	display: inline;
	list-style-type: none;
	margin: 0;
}

.basictab li a{
	text-decoration: none;
	padding: 3px 20px;
	margin-right: 3px;
	/*border: 1px solid #ff6600;*/
	border-bottom: none;
	background-color: #F4F4F4;
	background:url(../media/site/dtitlebg.gif) repeat-x;	
	color: #676767;
	font-size: 11px;
	line-height: 22px;			
	font-weight: bold;	
		
}

.basictab li a:visited{
	color: #2d2b2b;
	font-size: 11px;
	line-height: 22px;			
	font-weight: bold;		
}

.basictab li a:hover, .basictab li a.current{
	background:url(../media/site/titlebg.gif) repeat-x;
	color: #FFFFFF;
	font-size: 11px;
	line-height: 22px;			
	font-weight: bold;	
}

.basictab li a:active{
	color: black;
	font-size: 11px;
	line-height: 22px;			
	font-weight: bold;		
}

.tabcontainer{
	clear: left;
	width:100%; /*width of 2nd level sub menus*/
	height: 160px; /*height of 2nd level sub menus. Set to largest's sub menu's height to avoid jittering.*/
	border-bottom: 1px solid #ff6600;
}

.tabcontent{
	display: none;
	height: 160px;
}
