.navMain
{
	background:url(images/nav_bg.gif) no-repeat;
	color:#21447e;
	height:36px;
}

.navMain a 
{
	display:block;
	text-decoration:none;
	width:auto;
	padding:10px;
	text-align:center;
	margin-right:8px;
	color:#21447e;
}

.navMain a:link, .navMain a:visited 
{
	text-decoration:none;
	color:#21447e;
}

.navMain a:hover, .navMain a.on 
{
	background:url(images/nav_on.gif) repeat-x;
	color:#21447e;
}

.main
{
	font: bold 12px Arial, sans-serif;
	text-decoration:none;
	border:0px;
	padding:5px;
	color:#21447e;
	width:85px;
	text-align:center;
}

.main_on
{
	background:url(images/nav_on.gif) repeat-x;
	font: bold 12px Arial, sans-serif;
	text-decoration:none;
	padding:5px;
	padding-bottom:10px;
	height:36px;
	color:#21447e;
	text-align:center;
}		

/*
 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: 12px;
	text-decoration: none;
	margin: 4px 0 0 8px;
	color: #FFFFFF;
}

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

/* level 0 outer */
.m0l0oout
{
	text-decoration : none;
	background-image: url(img/lev0_bg1.gif);
	border: 1px solid #21447e;
	background-color: #21447e;
}

.m0l0oover
{
	text-decoration : none;
	background-image: url(img/lev0_bg2.gif);
	background-color: #21447e;
	border: 1px solid #21447e;
}

/* level 1 inner */
.m0l1iout
{
	font-family: sans-serif, Tahoma, Verdana, Geneva, Arial, Helvetica;
	font-size: 12px;
	margin: 4px 0 0 17px;
	color: #c2d4f1;
}

.m0l1iover
{
	font-family: sans-serif, Tahoma, Verdana, Geneva, Arial, Helvetica;
	font-size: 12px;
	margin: 4px 0 0 17px;
	color: #FFFFFF;
}

/* level 1 outer */
.m0l1oout
{
	text-decoration : none;
	background-color: #21447e;
	border: 1px solid #21447e;
	padding: 0;
}

.m0l1oover
{
	text-decoration : none;
	background-color: #4d6998;
	padding-right:20px;
	background-repeat: no-repeat;
	border: 1px solid #21447e;
	padding: 0;
}