#body {
background: #000;
font-size: 12px;
font-family: arial;
text-decoration: none;
}

#menu {
background: #000;
font-size: 12px;
font-family: arial;
float: left;
text-decoration: none;
text-align: center;
}
 
#menu ul {
background: #000;
list-style: none;
font-family: arial;
margin: 0;
padding: 0;
width: 15em;
float: left;
}
 
#menu a, #menu h2 {
background: #000;
font-family: arial;
display: block;
border-top-width: 3px;
border-bottom-width: 3px;
border-top-style: solid;
border-bottom-style: solid;
border-color: #fff;
}
 
#menu h2 {
color: #fff;
background: #000;
font-family: arial;
text-transform: uppercase;
}
 
#menu a {
display:block;
color: #fff;
font-family: arial;
text-decoration: none;
}
 
#menu a:hover {
font-family: arial;
color: #000;
background: #fff;
}
 
#menu li {
color: #fff;
background: #000;
font-family: arial;
position: relative;
}
 
#menu ul ul {
font-family: arial;
position: absolute;
z-index: 500;
}
 
#menu ul ul ul {
position: absolute;
top: 0;
font-family: arial;
left: 100%;
}

#footer {
	font-size: 10px;
	font-family: arial;
	color:#fff;
	border-width: 3px;
	border-color:#fff;
	border-top-style:solid;
	position:absolute;	
	bottom: 0px;	
	text-align:center;	
}

#footer2 {
	font-size: 10px;
	font-family: arial;
	color:#fff;
	border-width: 3px;
	border-color:#fff;
	border-top-style:solid;
	text-align:center;	
	position:absolute;	
	bottom: 0px;
}

#contact {
background: #000;
color: #fff;
font-family: arial;
font-size: 12px;
}

#side {
background: #000;
color: #fff;
font-family: arial;
font-size: 12px;
border-width: 1px;
border-color:#fff;
border-right-style:solid;
border-bottom-style:solid;
text-decoration: none;
}

#side a:hover {
font-family: arial;
color: #000;
background: #fff;
}

#side a {
color: #fff;
font-family: arial;
font-size: 12px;
text-decoration: none;
}

#links {
text-decoration: none;
}

#links a:hover {
font-style:underline
}

#links a {
color: #fff;
font-family: arial;
font-size: 12px;
text-decoration: none;
}
 
div#menu ul ul,
div#menu ul li:hover ul ul,
div#menu ul ul li:hover ul ul
{display: none;}
 
div#menu ul li:hover ul,
div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul
{display: block;}