<!-- static styles for demo menu #0-->
<!-- --- 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>
-->

<style>

.m0l0i {
	font-size: 5px;
	padding: 4px;
}
.m0l0o {
	font-family: Tahoma, Arial, Geneva, Helvetica, sans-serif;
	text-decoration : none;
	font-size: 10pt;	
	line-height: 20pt;	
	border : 0px;
        padding-top: 0px;
        padding-bottom: 0px;
        padding-left: 5px;
        padding-right: 0px;			       		
}

.m0l1i {
	font-family: Tahoma, Arial, Geneva, Helvetica, sans-serif;
	text-decoration : none;
	font-size: 10pt;	
	line-height: 20pt;
	border : 0px;
	text-align: left;
	vertical-align: top;	
        padding-top: 0px;
        padding-bottom: 0px;
        padding-left: 5px;
        padding-right: 0px;			       	
	background-repeat: no-repeat;
}

.m0l1isub {
	font-family: Tahoma, Arial, Geneva, Helvetica, sans-serif;
	text-decoration : none;
	font-size: 10pt;
	line-height: 20pt;
	border : 0px;
	text-align: left;
	vertical-align: top;	
        padding-top: 0px;
        padding-bottom: 0px;
        padding-left: 5px;
        padding-right: 0px;			       	
	background: url(../images/menu.gif) 95% 50%;
	background-repeat: no-repeat;
}

.m0l1o {
	font-family: Arial Narrow, Arial, Geneva, Helvetica, sans-serif;
	text-decoration : none;
	font-size: 11pt;	
	line-height: 20pt;
	border : 0px;
	text-align: center;
	vertical-align: top;	
        padding-top: 0px;
        padding-bottom: 0px;
        padding-left: 0px;
        padding-right: 0px;			       		
}
.m0l2i {
	font-family: Arial Narrow, Arial, Geneva, Helvetica, sans-serif;
	text-decoration : none;
	font-size: 12pt;	
	line-height: 20pt;
	border : 0px;
	text-align: center;
	vertical-align: top;	
        padding-top: 0px;
        padding-bottom: 0px;
        padding-left: 0px;
        padding-right: 0px;			       	
}

.m0l2o {
	font-family: Arial Narrow, Arial, Geneva, Helvetica, sans-serif;
	text-decoration : none;
	font-size: 12pt;	
	line-height: 20pt;
	border : 0px;
	text-align: center;
	vertical-align: top;	
        padding-top: 0px;
        padding-bottom: 0px;
        padding-left: 0px;
        padding-right: 0px;			       	
}



.m1l0i {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 12px;
	text-decoration : none;
	padding: 4px;
	padding-left: 10px;
        text-align: left;
        background-repeat: no-repeat;					
}
.m1l0isub {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 12px;
	text-decoration : none;
	padding: 4px;
	padding-left: 10px;
        text-align: left;
	background: url(../images/menu.gif) 95% 50%;
        background-repeat: no-repeat;					
}
.m1l0o {
	text-decoration : none;
	border : 1px solid #6C9090;
	left-padding: 10px;	
}
.m1l1i {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 12px;
	text-decoration : none;
	padding: 4px;
	padding-left: 10px;	
        text-align: left;	
        background-repeat: no-repeat;						
}
.m1l1isub {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 12px;
	text-decoration : none;
	padding: 4px;
	padding-left: 10px;	

        text-align: left;	
	background: url(../images/menu.gif) 95% 50%;
        background-repeat: no-repeat;						
}


.m1l1o {
	text-decoration : none;
	border : 1px solid #6C9090;
	left-padding: 10px;	
}
.m1l2i {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 12px;
	text-decoration : none;
	padding: 4px;
	left-padding: 10px;	
}
.m1l2o {
	text-decoration : none;
	border : 1px solid #6C9090;
	left-padding: 10px;	
}
</style>




