.basictab
{
	padding: 0px 0;
	margin-left: 0;
   	font: bold 15px Arial;

	border-bottom: 0px #B9BEC2;
	list-style-type: circle;
	margin-bottom: 0;

	background-color:#132433;
	text-align: center; /*set to left, center, or right to align the menu as desired*/
	color: #B9BEC2;
}

.basictab li
{
	display: inline;
    margin: 0;
	color: #B9BEC3;
	background-color: #132433;
    font: bold 15px Arial;
}

.basictab li a
{
	text-decoration: none;
	padding: 0px 0px;
	margin-right: 0px;
	border: 0px solid gray;
	border-bottom: none;
	border-top: none;
	background-color:#132433;
	color: #B9BEC2;
	font: bold 15px Arial;
}


.basictab li a:visited
{
	color:#FFFFFF;
	background-color: #132433;
	font: bold 15px Arial;
}

.basictab li a:hover
{
	background-color: #2768A2;
	color: #FFFFFF;
	font: bold 15px Arial;
}

.basictab li a:active
{
	color: #FFFFFF;
	background-color: #2768A2;
    font: bold 15px Arial;
}

.basictab li.selected a
{ 
	/*selected tab effect*/
	position: relative;
	top: 1px;
	padding-top: 0px;
	
	background-color: #2768A2;
	color: #FFFFFF;
	font: bold 15px Arial;
}


.submenustyle
{
	padding: 0px 0px;
	border: 1px dashed #0A23A1;
	border-top-width: 0;
	width: auto;

	display: none;
	filter: alpha(opacity=0);
	font: bold 12px Arial;
	background-color:#2768A2;
	color: #FFFFFF;
	-moz-opacity:0;
}

* html .submenustyle{ /*IE only width definition*/

align: center;
}

.submenustyle a
{
	border-left: 0px dashed blue;
    border-right: 1px dashed #0A23A1;
	padding:0px 5px;
	text-decoration: none;
	color: #FFFFFF;
	background-color: #2768A2;
    font: bold 12px Arial;
}


.submenustyle a:hover
{
	background-color: #132433;
	color: #FFFFFF;
	font: bold 12px Arial;
}
