@charset "utf-8";
/* CSS Document */
.style30 {font-size: 9px; text-decoration:none;}

a {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #FF9900;
	font-weight: bold;
	text-decoration: none;
}
a:link {
	color: #FF9900;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

.basictab{
	padding: 0px 5px 5px 5px;
	margin-left: 0;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight:bold;
	list-style-type: none;
	margin-bottom: 0;
	text-align:center; /*set to left, center, or right to align the menu as desired*/
	width:100%;
}

.basictab li{
display: inline;
margin: 0;
}

.basictab a{
text-decoration: none;
color: white;

}

.basictab li a{
text-decoration: none;
padding: 0px 30px 0px 30px;
margin-right: -5px;
border-bottom: none;
border-left: 1px solid #fff;
color: white;

}


.basictab li a:hover{
background-image:url(../images/menuItem_ro.gif);
	background-position:center;
	background-repeat:repeat-x;
	color:#FFFFFF;
	background-color:#000000;
}

.basictab li.selected a{ /*selected tab effect*/
position: relative;
top: 1px;
padding-top: 0px;
background-image:url(../images/menuItem_ro.gif);
	background-position:center;
	background-repeat:repeat-x;
	color:#FFFFFF;
}

.submenustyle a.unselected{
display:none;
color: white;
}

.submenustyle{
padding: 3px 1px;
border-top-width: 0;
width: auto;
display: none;
filter:alpha(opacity=0);
-moz-opacity:0;
font-family:Georgia, "Times New Roman", Times, serif; 
	font-size: 13px;
	font-weight:bold;
	background-color:#000000;
	color: white;
}

* html .submenustyle{ /*IE only width definition*/
width: 100%;
}

.submenustyle a{
background-color:#000000;
color: white;
padding: 3px 10px 0 15px;
text-decoration: none;
margin-right: -5px;
}

.submenustyle a:hover{
	background-image:url(../images/menuItem_ro.gif);
	background-position:center;
	background-repeat:repeat-x;
	color:#FFFFFF;
}
