/*
 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 */
.m0l0iout 
{
	font-family: sans-serif, Tahoma, Verdana, Geneva, Arial, Helvetica;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	margin: 12px 0px 0px 0px;
	color: #FFFFFF;
	
}

.m0l0iover 
{
	font-family: sans-serif, Tahoma, Verdana, Geneva, Arial, Helvetica;
	font-size: 13px;
	font-weight: bold;
	/*text-decoration: underline;*/
	margin: 12px 0px 0px 0px;
	color: #FFFFFF;
	
}

/* level 0 outer */
.m0l0oout 
{
	text-align: center;
	text-decoration : none;
	background-image: url(../graphics_x/bcgs/HCmenu.jpg);
	background-position: top;
	background-repeat: no-repeat;/**/
	border-left: 1px solid #4A001B;
	border-right: 1px solid #4A001B;
}
.m0l0oover 
{
	text-align: center;
	text-decoration: none;
	background-image: url(../graphics_x/bcgs/Menubcg_level1_over.jpg);
	background-position: top;
	background-repeat: repeat-x;/**/
	border-left: 1px solid #4A001B;
	border-right: 1px solid #4A001B;
}

/* level 1 inner */
.m0l1iout 
{
	font-family: sans-serif, Tahoma, Verdana, Geneva, Arial, Helvetica;
	font-size: 11px;
	margin: 5px 0px 0px 0px;
	padding: 0px 0px 0px 17px;
	color: #FFFFFF;
	
}
.m0l1iover 
{
	font-family: sans-serif, Tahoma, Verdana, Geneva, Arial, Helvetica;
	font-size: 11px;
	margin: 5px 0px 0px 0px;
	padding: 0px 0px 0px 17px;
	color: #FFFFFF;
	
}

/* level 1 outer */
.m0l1oout 
{
	text-align: left;
	text-decoration : none;
	background-color: #C10064;
	margin: 0px 0px 0px 0px; 
	padding: 0px 0px 0px 0px; 
	
}
.m0l1oover 
{
	text-align: left;
	background-color: #981467;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}