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


#dropmenudiv{
position:absolute;
border:1px solid #026B80;
font:normal 12px Arial;
line-height:18px;
z-index:100;
}

