/*
notes: FROM TIGRA MENUS PRO
 1. not all browsers render styles the same way so try out your style sheet
 on different browsers before publishing
 2. remove these instructions and save them in some file for future references
 when you finished with setup. this is not to overload your visitors with
 data they don't need

style naming convention:
 m<menu number>l<level number><state><tag>

where:
 <menu number> - zero based number of menu on the page (first has number 0, second - 1 and so on) 
 <level number> - zero based number of menu level (root level has number 0, first sub level - 1 and so on) 
 <state> - the state of item to which style is applied. May have values mout, mover and mdown.
 <tag> - position of the item's tag. Can have values o for outer tag and i for inner tag 

*/


.m0l0mouto {
	background: #669966 url(none);
	color: #ffffff;
	text-decoration: none;
	border-top: 0px solid #ffffff;
	border-right: 0px solid #ffffff;
	border-bottom: 0px solid #ffffff;
	border-left: 1px solid #ffffff;



}

.m0l0mouti {
	font-size: 13px;
	font-family: "Arial", "Helvetica", "sans-serif";
	padding: 4px;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
	font-variant: normal;
	font-style: normal;


}

.m0l0movero {
	background: #339933 url(none);
	color: #ffffff;
	text-decoration: none;
	border-top: 0px none #FFFFFF;
	border-right: 0px none #FFFFFF;
	border-bottom: 0px none #FFFFFF;
	border-left: 1px solid #FFFFFF;



}

.m0l0moveri {
	font-size: 13px;
	font-family: "Arial", "Helvetica", "sans-serif";
	padding: 4px;
	font-weight: bold;
	text-align: center;
	font-variant: normal;

}

.m0l0mdowno {
	background: #336600 url(none);
	border: 1px solid #ffffff;
	color: #ffffff;
	text-decoration: none;
}

.m0l0mdowni {
	font-size: 14px;
	font-family: "Arial", "Helvetica", "sans-serif";
	padding: 4px;
	text-decoration: none;
	font-weight: bolder;
	text-align: center;
	color: #FFFFFF;
}

.m0l1mouto {
	background: #FFFFFF url(none);
	border: 1px solid #666666;
	color: #ffffff;
	text-decoration: none;
}

.m0l1mouti {
	font-size: 12px;
	font-family: "Verdana", "Arial", "Helvetica", "sans-serif";
	padding: 4px;
	text-decoration: none;
	color: #336600;
	font-weight: bold;
}

.m0l1movero {
	background: #FFFFFF;
	border: 1px solid #000033;
	color: #ffffff;
	text-decoration: none;
}

.m0l1moveri {
	font-size: 12px;
	font-family: "Verdana", "Arial", "Helvetica", "sans-serif";
	padding: 4px;
	text-decoration: none;
	font-weight: bold;
	color: #CC3300;
}

.m0l1mdowno {
	background: #FFFFFF;
	border: 1px solid #000033;
	color: #ffffff;
	text-decoration: none;
}

.m0l1mdowni {
	font-size: 12px;
	font-family: "Verdana", "Arial", "Helvetica", "sans-serif";
	padding: 4px;
	text-decoration: none;
	font-weight: bold;
	color: #990000;
}
