div.menu {
	width:100%;
	background:#0099FF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bold;
}
div.menu a {
    display:block;
    margin:0;
    width:100%;
    padding:0.3em;
    font-weight:lighter;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
    color:#FFFFFF;
    text-decoration:none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bold;
}

div.menu a:hover {
	background:#999999;
	color:#FFFFFF;
}

div.menu span {
    padding:0.3em;
    display:block;
}
html>body div.menu a {width:auto;}

div.menuON {
	width:100%;
	background:#000066;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bold;
}
div.menuON a {
    display:block;
    margin:0;
    width:100%;
    padding:0.3em;
    font-weight:lighter;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
    color:#FFFFFF;
    text-decoration:none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bold;
}

div.menuON a:hover {
	background:#000066;
	color:#FFFFFF;
}

div.menuON span {
    padding:0.3em;
    display:block;
}
html>body div.menuON a {width:auto;}

div.menuBELOW {
	width:100%;
	background:#0099FF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bold;
}
div.menuBELOW a {
	display:block;
	margin:0;
	width:100%;
	padding:0.3em;
	font-weight:lighter;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000066;
	color:#FFFFFF;
	text-decoration:none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bold;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000066;
}

div.menuBELOW a:hover {
	background:#999999;
	color:#FFFFFF;
}

div.menuBELOW span {
    padding:0.3em;
    display:block;
}
html>body div.menuBELOW a {width:auto;}


