/* --- menu styles ---
	Original file from http://www.softcomplex.com/products/tigra_menu
	Modified 06/16/03 by Michelle Kennedy
*/

.menumain a:hover { color: #F0F0F0; 
		font-size: 14px; 
		font-weight: bold;
		font-family: Arial, Helvetica, sans-serif; 
		text-decoration: none; 
		background: #990000; 
		border: 1px  #6666CC; }


/* level 0 inner */	
.m0l0iout {
		padding: 4px;
		color: #000099; 
		font-size: 14px; 
		font-weight: bold;
		font-family: Arial, Helvetica, sans-serif; 
		text-decoration: none; 
		background: #6666CC; 
		border: 1px  #990000;	
}
.m0l0iover {
		padding: 4px;
}

/* level 0 outer */
.m0l0oout {
		color: #000099; 
		font-size: 14px; 
		font-weight: bold;
		font-family: Arial, Helvetica, sans-serif; 
		text-decoration: none; 
		background: #6666CC; 
		border: 1px  #990000;		
}

.m0l0oover {
}

/* level 1 inner */
.m0l1iout {
		color: #000099; 
		font-size: 14px; 
		font-weight: bold;
		font-family: Arial, Helvetica, sans-serif; 
		text-decoration: none; 
		background: #6666CC; 
		border: 1px  #990000;	
	padding: 4px;

}
.m0l1iover {
	padding: 4px;

}

/* level 1 outer */
.m0l1oout {
		color: #000099; 
		font-size: 14px; 
		font-weight: bold;
		font-family: Arial, Helvetica, sans-serif; 
		text-decoration: none; 
		background: #6666CC; 
		border: 1px  #990000;	
	filter: alpha(opacity=95);
	-moz-opacity: 95%;
}
.m0l1oover {
	filter: alpha(opacity=95);
	-moz-opacity: 95%;
}

/* level 2 inner */
.m0l2iover {
	padding: 4px;
}

/* level 2 outer */
.m0l2oout {
		color: #000099; 
		font-size: 14px; 
		font-weight: bold;
		font-family: Arial, Helvetica, sans-serif; 
		text-decoration: none; 
		background: #6666CC; 
		border: 1px  #990000;	
	filter: alpha(opacity=95);
	-moz-opacity: 95%;
}
.m0l2oover {
	filter: alpha(opacity=95);
	-moz-opacity: 95%;
}
