.mwctext{
padding: 3px 0;
margin-left: 0;
font: bold 10px Arial, Helvetica, sans-serif;
border-bottom: 1px solid gray;
list-style-type: none;
margin-bottom: 0;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.mwctext li{
display: inline;
margin: 0;
}

.mwctext li a{
	text-decoration: none;
	padding: 2px 6px;
	margin-right: 2px;
	border: 1px solid gray;
	border-bottom: none;
	background-color: #FFFF33;
	color: black;
}


.mwctext li a:visited{
color: black;
}

.mwctext li a:hover{
background-color: #dbffff;
color: black;
}

.mwctext li a:active{
	color: black;
	background-color: #FFFF33;
}

.mwctext li.selected a{ /*selected tab effect*/
position: relative;
top: 2px;
padding-top: 3px;
background-color: #dbffff;
color: black;
}


.submenustyle{
	padding: 2px 1px;
	border: 1px solid black;
	border-top-width: 0;
	width: auto;
	display: none;
	filter:alpha(opacity=0);
	-moz-opacity:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

* html .submenustyle{ /*IE only width definition*/
width: 100%;
}

.submenustyle a{
border-right: 1px dashed black;
padding: 1px 5px;
text-decoration: none;
}

.submenustyle a:hover{
background-color: #ebffff;
}
