/* --- 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>
*/

.itemBorder { 
border: #FF3300; border-style: solid; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px
}

.itemText { 
	text-decoration: none; 
	color: #FF3300; font-family: Arial, Helvetica; font-size: 12px
}

.crazyBorder { 
	border: 2px outset #663399 
}

.crazyText { 
	text-decoration: none; 
	color: #FFCC99; 
	font: Bold 12px Arial, Helvetica 
}

