.basictab{
font-family:"Times New Roman", Times, serif;
/*padding: 3px 0;*/
  padding-top:0px;
  padding-left:0px;
  padding-right:20px;
  padding-bottom:5px; 
margin-left: 0;
font-size:18px;
font-weight:bold;
list-style-type: none;
margin-bottom: 0;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

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

.basictab sl{
color:#ffffff;
}

.basictab li a{
text-decoration: none;
padding: 3px 7px;
margin-right: 2px;
border-bottom: none;
color: #fff;
}

.basictab li a:hover{
color: #231F20;
}

.basictab li.selected a{ /*selected tab effect*/
position: relative;
top: 1px;
padding-top: 4px;
color: #231F20;
}


.submenustyle{
font-family:"Times New Roman", Times, serif;
		padding-left:0px;
		padding-bottom:8px;
		padding-top:2px;
  		padding-right:10px;

		/*padding: 2px 1px;*/
		border-top-width: 0;
		width: auto;
		display: none;
}

.submenustyle sl{
color:#ffffff;
}


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

.submenustyle a{

/*padding: 1px 5px;*/

padding-right:15px;
padding-left:15px;
text-decoration: none;
font-size: 15px;
 	        font-weight: bold;
 	        color : #fff;
}

.submenustyle a:hover{
 	        color : #231F20;
}

.tab1 {
font-family:"Times New Roman", Times, serif;
padding-left:12px;
}

.tab1  sl{
color:#ffffff;
}

.tab1 a {

	/*padding: 1px 5px;*/
	padding-right:15px;
	padding-left:15px;
	padding-bottom:15px;
	text-decoration: none;
	font-size: 15px;
 	        font-weight: bold;
			color : #fff;
 	             
}

.tab1 a:hover{
font-size: 15px;
 	        font-weight: bold;
			color : #231F20;
}

a.selected {

	/*padding: 1px 5px;*/
	padding-left:-5px;
text-decoration: none;
font-size: 15px;
 	        font-weight: bold;
 	        color : #231F20;
 	
}
a.selected:hover{

font-size: 11px;
 	        font-weight: bold;
}

a.nav2:hover {
color : #231F20;
 }
 
 	
