/* --- static menu styles ---
note:
	1. not all browsers render styles the same way so try out your style sheet
	on different browsers before publishing;
style naming convention:
	m<zero based menu number>l<zero based level number>i|o<for inner or outer tag>
*/


.m0l0o {
	border: 1px solid #666666;
	text-decoration: none;
}

.m0l0i {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 4px;
	text-decoration: none;
}

.dropdown {
	background-color: #990000;
	font-size: xx-small;
	font-style: normal;
	background-position: center center;
	color: #FFFFFF;
	height: auto;
	font-variant: small-caps;



}
