
.topmenu
{
	text-decoration: none;
	margin: 0px;	
	color: #FFFFFF;
	display:inline;
	height:28px;
}


.basictab{
	padding: 0px 0px 0px 0px;
	margin-left: 0;
	font: 12px  "Trebuchet MS", Tahoma, Verdana, Arial;
	background: url(../images/menu1_fill.gif) repeat-x;
	list-style-type: none;
	margin-bottom: 0;
	text-align: left; /*set to left, center, or right to align the menu as desired*/
	height:28px;	
	overflow: hidden;
}

.basictab ul {
	list-style-type: none;
	margin: 0px;
}


.basictab ul li {
	padding: 0px 0px 0px 0px;
	float: left;
	margin: 0px;	
}

.basictab li
{
	display: inline;
	margin: 0 0px 0px 0px;
	/*background: url(../images/n_button.gif) no-repeat;*/
	text-align:center;
}

.basictab li a
{
	text-decoration: none;
	margin-right: 0px;
	color: #FFFFFF;
}


.basictab li a:visited{
	color: #FFFFFF;
}

.basictab li a:hover{
	margin-right: 0px;
	/*background: url(../images/sel_button.gif) no-repeat;*/
	color: #364064;	
}

.basictab li a:active{
	color: #000000;
	font-weight: normal;
}

.basictab li.selected a{ /*selected tab effect*/
	display: inline;
	margin: 0 0px 0px 0px;
	width: 101px;	
	background: url(../images/sel_button.gif) no-repeat;
	color: #FFFFFF;
	font-weight:bold;
}


.submenustyle{
	padding: 2px 1px 0px 20px;
	width: auto;
	display: none;
	filter:alpha(opacity=0);
	-moz-opacity:0;
	font-family:"Trebuchet MS", Tahoma, Verdana, Arial;
	color: #364064;
	font-weight:bold;
	font-size:12px;
	height: 25px;
	background: url(../images/submenufill.gif) repeat-x;
}

* html .submenustyle{ /*IE only width definition*/
	width: 100%;
}

.submenustyle a{
	border-right: 1px solid black;
	padding: 1px 5px;
	text-decoration: none;
	color:#364064;
}

.submenustyle a:hover{
	color: #006666;;
}

