/*
 menu styles
 note: not all browsers render styles the same way so try out your style sheet
 in different browsers before publishing
*/

/* level 0 inner */
.menuiout {
	font-family: sans-serif, Tahoma, Verdana, Geneva, Arial, Helvetica;
	font-size: 11px;
	text-decoration: none;
	margin:0px 0px 0px 0px;
	padding-top:1px;
	color:#FFFFFF;
	height:41px;
	text-align:center;
	font-weight:bold;
	
}
.menuiover {
	font-family: sans-serif, Tahoma, Verdana, Geneva, Arial, Helvetica;
	font-size: 11px;
	text-decoration: none;
	margin:0;
	padding-top:1px;
	color: #FFFFFF;
	height:41px;
	text-align:center;
	font-weight:bold;
}

/* level 0 outer */
.menuoout {
	text-decoration : none;
	background-image: url(images/menubg.jpg);
	border: 0px solid #FD8002;/* border color main menu items*/
	background-color:none;/* bg color main menu items*/
	margin-top:3px;
}
.menuoover {
	text-decoration : none;
	background-image: url(img/lev0_bg2.gif);
	background-color: none;/* bg color main menu items on hover*/
	border: 0px solid none;/* border color main menu items on hover*/
	margin-top:2px;
		
}

/* level 1 inner */
.menu_siout {
	font-family: sans-serif, Tahoma, Verdana, Geneva, Arial, Helvetica;
	font-size: 11px;
	margin: 4px 0 0 17px;
	color: #FFFFFF;
}
.menu_siover {
	font-family: sans-serif, Tahoma, Verdana, Geneva, Arial, Helvetica;
	font-size: 11px;
	margin: 4px 0 0 17px;
	color: #FFFFFF;
}

/* level 1 outer */
.menu_soout {
	text-decoration : none;
	background-color: #BFCA3F;/* bg color sub menu items */
	border: 1px solid #fff;/* border color sub menu items */
	padding: 0;
}
.menu_soover {
	text-decoration : none;
	background-color: #76860A;/* bg color sub menu items on hover*/
	/*background-image: url(images/menupntr.jpg);*/
	background-repeat: no-repeat;
	border: 1px solid #fff;/* border color sub menu items on hover*/
	padding: 0;
}
