div.menu {
	width:160px;
	background:#666699;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: lighter;
}
div.menu a {
    display:block;
    margin:0;
    width:100%;
    padding:0.3em;
    font-weight:bold;
    color:#FFFFFF;
    text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: lighter;
}

div.menu a:hover {
	background:#FFCC00;
	color:#000000;
}

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

div.menuSUB {
	width:160px;
	background:#CCCCCC url(../images/structure/sub_back.gif);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-weight: normal;
}

div.menuSUB a {
	display:block;
	margin:0;
	width:100%;
	padding:0.2em;
	font-weight:bold;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	color:#000000;
	text-decoration:none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
		font-weight: normal;
	background-image: url(../images/structure/sub_back.gif);
}

div.menuSUB a:hover {
	background:#666699 url(../images/structure/sub_back.gif);
	color:#FFFFFF;
}

div.menuSUB span {
	padding:0.3em;
	display:block;
	background-image: url(../images/structure/sub_back.gif);
}
html>body div.menuSUB a {width:155px;}

div.menuON {
    width:160px;
    background:#FFCC00;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
}

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

div.menuON a:hover {
	background:#FFCC00;
	color:#000000;
	text-decoration:none;
}

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

div.menuBELOW {
	width:160px;
	background:#666699;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: lighter;
}
div.menuBELOW a {
    display:block;
    margin:0;
    width:100%;
    padding:0.3em;
    font-weight:bold;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #9999CC;
    color:#FFFFFF;
    text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: lighter;
}

div.menuBELOW a:hover {
	background:#FFCC00;
	color:#000000;
}

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


.bottom {
	background-image: url(../images/structure/nav_bottom2.gif);
	background-repeat: no-repeat;
	height: 20px;
	}
	
.bottom2 {
	background-image: url(../images/structure/nav_bottom3.gif);
	background-repeat: no-repeat;
	height: 20px;
	}
	
#bottom{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-weight: bold;
	color: #000000;
	}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
	}

.clearfix {
display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */