/* ^^^^^^^^ BELOW IS THE CODE FOR THE MENU ^^^^^^^^^^ */
#menucontainer {
	height:24px;
	display:block;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 15px;
	color: #000;
	background-color: #000;
}
#menu {
	position:relative;
	display:block;
	height:24px;
	font-size:11px;
	font-weight:bold;
	font-family:Arial,Verdana,Helvitica,sans-serif;
	background-color: #000000;
}
#menu ul {
margin:0px;
padding:0;
list-style-type:none;
width:auto;
}
#menu ul li {
display:block;
float:left;
margin:0 1px 0 0;
}
#menu ul li a {
	display:block;
	float:left;
	color:#fff;
	text-decoration:none;
	padding:5px 20px 0 20px;
	height:19px;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: right top;
}
#menu ul li a:hover {
color:#555;
background:
}
#menu ul li a.current,#menu ul li a.current:hover {
color:#fff;
background: #555;
}
/* ^^^^^^^^ ABOVE IS THE CODE FOR THE MENU ^^^^^^^^^^ */
#wrap #container #content table {
	color: #555;
}
#wrap #container #content table tr td p a {
	color: #666;
	font-size: 100%;
}
