/* --- menu styles ---
note:
	not all browsers render styles the same way so try out your style sheet
	on different browsers before publishing;
*/
/* level 0 inner */

a:visited {color: #808080}
a:hover {color: #FF0000}

.mTitle
{
	font-family: Arial;
	font-size: 150%;
	text-decoration:none;
	padding: 0px;
	color: #FF6600;
	font-weight:normal;
	margin-top: 0; 
	margin-bottom: 0;
	margin-left: 2;
}

.mSubTitle
{
	font-family: Arial;
	font-size: 100%;
	text-decoration:none;
	padding: 0px;
	color: #FF6600;
	font-weight:bold;
	margin-top: 0; 
	margin-bottom: 0;
	margin-left: 2;
	height:22px;
	background-color:#f5f5f5;
	
}

.mSubText
{
	font-family: Arial;
	font-size: 80%;
	text-decoration:none;
	padding: 0px;
	color: #4a4a4a;
	font-weight:normal;
	margin-top: 0; 
	margin-bottom: 8;
	margin-left: 2;
	
}

.mSubLinks
{
	font-family: Arial;
	font-size: 80%;
	text-decoration:none;
	padding: 0px;
	color: #333333;
	font-weight:bold;
	margin-top: 0; 
	margin-bottom: 0;
	margin-left: 4;
}

.mSubLinks1
{
	font-family: Arial;
	font-size: 100%;
	text-decoration:none;
	padding: 0px;
	color: #FF0000;
	font-weight:bold;
	margin-top: 0; 
	margin-bottom: 0;
	margin-left: 2;
}

td.SubCell {
height:28px;
BORDER-BOTTOM: #999999 0px dotted;
}

td.SubDesc{
font-family:arial;
color: #333333;
font-size:80%;
margin-top:2;
margin-bottom :2;
margin-left :2;
margin-right :2;
text-align:justify;
height:20px;
BORDER-BOTTOM: #999999 1px dotted;
text-decoration:none;
}
		
.m0l0iout {
	font-family: Arial;
	font-size: 12px;
	text-decoration: none;
	padding: 4px;
	color: #FFFFFF;
}
.m0l0iover {
	font: 12px Arial;
	text-decoration: underline;
	padding: 4px;
	color: #FFFFFF;
}

/* level 0 outer */
.m0l0oout {
	text-decoration : none;
	border : 1px solid #FFFFFF;
	background: #4682B4;
}
.m0l0oover {
	text-decoration : none;
	border : 1px solid #FFFFFF;
	background: #5AA7E5;
}

/* level 1 inner */
.m0l1iout {
	font: 12px Arial;
	text-decoration: none;
	padding: 4px;
	color: #000000;
}
.m0l1iover {
	font: bold 12px Arial;
	text-decoration : none;
	padding: 4px;
	color: #000000;
}

/* level 1 outer */
.m0l1oout {
	text-decoration : none;
	border : 1px solid #FFFFFF;
	background: #46B446;
	filter: alpha(opacity=85);
}
.m0l1oover {
	text-decoration : none;
	border : 1px solid #FFFFFF;
	background: #5AE55A;
}

/* level 2 inner */
.m0l2iover {
	font: 12px Arial;
	text-decoration : none;
	padding: 4px;
	color: #000000;
}

/* level 2 outer */
.m0l2oout {
	text-decoration : none;
	border : 1px solid #FFFFFF;
	background: #B44646;
}
.m0l2oover {
	text-decoration : none;
	border : 1px solid #FFFFFF;
	background: #E55A5A;
}