/* Main Menu Font Specs */
.m0l0iout {
	font-family: Tahoma, arial, sans-serif;
	font-weight: normal;
	font-size: 8pt;
	text-decoration: none;
	padding: 4px;
	color: #FFFFFF;
}
.m0l0iover {
	font-family: Tahoma, arial, sans-serif;
	font-weight: normal;
	font-size: 8pt;
	text-decoration: none;
	padding: 4px;
	color: #FFFFFF;
}

/* Main Menu Background Specs */
.m0l0oout {
	text-decoration : none;
	border : 1px solid #395F8E;
	background: #395F8E;
}
.m0l0oover {
	text-decoration : none;
	border : 1px solid #5879A3;
	background: #5879A3;
}





/* Sub-menu Font Specs */
.m0l1iout {
	font-family: Tahoma, arial, sans-serif;
	font-weight: normal;
	font-size: 8pt;
	text-decoration: none;
	padding: 4px;
	color: #666666;
}
.m0l1iover {
	font-family: Tahoma, arial, sans-serif;
	font-weight: normal;
	font-size: 8pt;
	text-decoration: none;
	padding: 4px;
	color: #666666;
}

/* Sub-menu background specs */
.m0l1oout {
	text-decoration : none;
	border : 1px solid #f0f0f0;
	background: #f0f0f0;
	filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=1, OffY=1, 
        Color='gray', Positive='true')" onclick="fnDepress();
        
}
	
.m0l1oover {
	text-decoration : none;
	border : 1px solid #E4E2E2;
	background: #E4E2E2;
	filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=1, OffY=1, 
        Color='gray', Positive='true')" onclick="fnDepress();
}
