html {
	padding: 0;
	margin: 0;
}
body {
	background-color: #E4E4E4;
	padding: 0;
	margin: 0;
	font-family: Verdana, Helvetica, Sans-Serif;
	font-size: 11px;
}
h2 {
  text-align: center;
}

.footer, .footer a {
	text-align: center;
	color: white;
}

#menu {
	background-color: white;
	color: white;
	font: bold 1em sans-serif;
	vertical-align: top;
	padding-top: 1px;
	width: 190px;
}

#menu[id="menu"]{
	padding-bottom: 1px;
}

#menu a {
	width: 100%;
	display: block;
}

#menu a.category  {
	border-right: 10px solid #ADADAD;
	background-color: #00509F;
	color: white;	 
	display: block;
	font-size: 14px;
	font-family: Verdana, Helvetica, Sans-Serif;
	padding: 5px 0 7px 0px;
	text-decoration: none;
	margin: 1px 0px;
}

#menu a[class="category"]{
	margin-top: 1px;
	width: 180px;
}

#menu a[class="subcat"]{
	margin-top: 1px;
	width: 180px;
}

#menu a.category:hover {
	  background-color: #0078EF;
	  border-right: 10px solid #DADADA;
}

#menu a.subcat  {
	border-right: 10px solid #7D7D7D;
	background-color: #003366;	 
	color: white;
	display: block;
	font-family: Verdana, Helvetica, Sans-Serif;
	font-size: 12px;
	margin: 1px 0px;
	padding: 5px 0;
	text-decoration: none;
}

#menu a.subcat:hover {
	background-color: #0062C2;
	border-right: 10px solid #ADADAD;
}

#menu a span.desc {
	display: none;
}

#menu a.category span.linktext {
	display: block;
	text-indent: 10px;
}

#menu a.subcat span.linktext {
	display: block;
	text-indent: 25px;
}

* html #menu a:hover span.desc {
	display: block;
	text-indent: 0;
	position: absolute;
	top: 550px;
	text-indent: 0;
	width: 190px;
	margin: 0;
}

#menu a:hover span.desc {
	display: block;
	position: fixed;
	top: 550px;
	width: 190px;
	margin-left: 0;
	text-indent: 0;
}

