/* THIS STYLESHEET IS USED FOR THE MENU AND BROWSERS EXEPT IE */



.basictab{
	margin-left: 0;
	list-style-type: none;
	margin-bottom: 0;
	text-align: left; /*set to left, center, or right to align the menu as desired*/
	font-family: Tahoma, Arial;
	font-size: 0.75em;
	font-weight: bold;
	height: 21px;
	padding-top: 3px;
	padding-right: 0;
	padding-bottom: 3px;
	padding-left: 0;
}

.basictab li{
display: inline;
margin: 0;
}

.basictab li a{
text-decoration: none;
padding: 3px 7px;
margin-right: 0px;
border-bottom: none;
background-color: #0D2676;
color: #FFFFFF;
}


.basictab li a:visited{
color: #FFFFFF;
}

.basictab li a:hover{
background-color: #0D2676;
color: #01a0c7;
}

.basictab li a:active{
color: #FFFFFF;
}

.basictab li.selected a{ /*selected tab effect*/
position: relative;
top: 1px;
background-color: #0D2676;
color: #FFFFFF;
}


.submenustyle{
	border-top-width: 0;
	display: none;
	filter:alpha(opacity=0);





-moz-opacity:0;
	height: 21px;
	top: 1px;
	position: relative;
	left: 0px;
	padding: 0px;
	width: 618px;
}

* html .submenustyle{ /*IE only width definition*/
	height: 21px;
}


.submenustyle a{
	text-decoration: none;
	color: #FFFFFF;
	font-family: Tahoma, Arial;
	font-size: 0.75em;
	font-weight: bold;
	background: #01a0c7;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 4px;
	padding-left: 5px;
	margin-right: -4px;
	margin-left: -4px;
	height: 1.27em;
}


.submenustyle a:hover{
	background-color: #01a0c7;
	color: #0D2676;
}
#maintab {
	display: inline;
	position: relative;
	top: 3px;
}
.divider {
	font-family: Tahoma, Arial;
	font-weight: bold;
	color: #FFFFFF;
	background: #01a0c7;
	position: relative;
	top: -1px;
	padding-bottom: 5px;
	padding-right: 3px;
	padding-left: 3px;
	font-size: 0.75em;
	padding-top: 1px;
}
.mainmenudivider {
	font-family: Tahoma, Arial;
	font-weight: bold;
	color: #FFFFFF;
	position: relative;
	top: -2px;
	padding-bottom: 4px;
	padding-right: 3px;
	padding-left: 3px;
	font-size: 0.75em;
	padding-top: 1px;
	background-color: #0B2478;
}
.img {
	position: relative;
	top: 6px;
	height: 1.27em;
}

