a:link {
   color: #6474bf;
   text-decoration: none;
}
a:visited {
   color: #6e6e71;
   text-decoration: none;
}
a:hover {
   color: #fcfeff;
   text-decoration: none;
}
a:active {
   color: #6474bf;
   text-decoration: none;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	font-weight: bold;
	background-color: #4d4d4f;
}
.footer {
   text-align: center;
   font-weight: lighter;
   font-size: 10pt;
   color: #b8acbf;
}
h1 {
   text-align: center;
   text-decoration: none;
   font-size: 14px;
   font-weight: bold;
}
#menu {
	width: 8em;
	padding-top:-20px;

}
#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	background-color: Black;
}
#menu a, #menu h2 {
	font: bold 11px arial, helvetica, sans-serif;
	display: block;
	margin: 0;
	background-color: Black;
	padding: 2px 3px;
}
#menu h2 {
	color: #ffffff;
	background: #000000;
	text-transform: uppercase;
	text-align: right;
}
#menu li {
	position: relative;
	background-color: Black;
	line-height: 30px;
	
	padding-bottom: 10%;
	z-index: 1
}
#menu ul ul {
	position: absolute;
	background-color:#000000;
	top: 0;
	left: 100%;
	width: 100%;
	z-index: 1

}
div#menu ul ul {
	display: none;
}
div#menu ul li:hover ul {
	display: block;
}
div#menu ul li:hover ul ul{
   display: none;
}
#menu ul ul ul {
	position: absolute;
	background-color:#000000;
	top: 0;
	left: 100%;
	width: 100%;

	z-index: 1
}
div#menu ul ul ul {
display: none;
}
div#menu ul ul li:hover ul {
display: block;
}
div#menu ul ul ul,
div#menu ul ul li:hover ul ul {
display: none;
}
div#menu ul ul li:hover ul {
display: block;
}
div#menu ul ul ul,
div#menu ul ul li:hover ul ul {
display: none;
}
div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul {
display: block;
}

.menuimage
{
	background-repeat: no-repeat;
}
