body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}


form {
	margin: 0;
}

h1, h2, h3 {
font-size: 16px;
}

.menu {
	background-color: #EEEEEE;
	padding: 10px;
	width: 150px;
	vertical-align: top;
}
.menu ul, .menu li {
	list-style-type: none;
	display: block;
	margin: 0;
	padding: 0;
	padding-left: 5px;
}
.current {
	font-weight: bold;
}




.menu_default {
    
    list-style: none;
    }

a:link.menu_default, a:active.menu_default, a:hover.menu_default, a:visited.menu_default {
list-style: none;
padding-left: 10pt;
color: #F9E9CF;
text-decoration: none;
font-size: 9pt;
line-height: 13pt;
 background-image: url(/images/sq-off.gif);
    background-repeat: no-repeat;
    background-position: 0 6px;
}

a:link.menu_current, a:active.menu_current, a:hover.menu_current, a:visited.menu_current {
list-style: none;
padding-left: 10pt;
color: #ffffff;
text-decoration: none;
font-weight: bold;
font-size: 9pt;
line-height: 13pt;
 background-image: url(/images/sq-on.gif);
    background-repeat: no-repeat;
    background-position: 5 6px;
}

.menu_default li {	
    background-image: url(/images/sq-off.gif);
    background-repeat: no-repeat;
    background-position: 0 6px;
    }

html[xmlns] .menu_default {
    padding-left: 2em;
    }

html[xmlns] .menu_default li {
    background: none; /* undo the background-image */
    list-style-image: url(/images/sq-off.gif);
    padding: 0;
    }



