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

.m0l0i {
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration : none;
	padding: 4px;
}
.m0l0o {
	text-decoration : none;
	border : 1px solid #FFFFFF;
}
.m0l1i {
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration : none;
	padding: 4px;
}
.m0l1o {
	text-decoration : none;
	border : 1px solid #FFFFFF;
}
.m0l2i {
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration : none;
	padding: 4px;
}
.m0l2o {
	text-decoration : none;
	border : 1px solid #FFFFFF;
}

@media all 
{
    .page-break	{ display:none; } 
}

@media print 
{
    .page-break	{ display:block; page-break-before: always; } 
}

.line {
    width: 100px;
    height: 50px;
    border: 0px solid #cccccc;
    margin: 0px;
    padding: 0px;
    position: relative;
}
                        
.me {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
}