
body {
	color: rgb(170,170,170);
	margin: 0px;
	background: rgb(38,38,38);
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
}
a, a:active, a:visited {
	color: rgb(51,51,51);
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
}
a:hover {
	color: rgb(255,255,255);
	text-decoration: none;
	font-weight: bold;
}
#menu {
	position: absolute;
	top: 0px;
	left: 12px;
	width: 250px;
	padding: 2px 2px 2px 2px;
	background: rgb(90,90,90);
}
#menu #logo {
	padding: 0px 0px 0px 18px;
	position: relative;
	height: 44px;
	z-index: 10;
}
#menu #item {
	position: relative;
	padding: 2px 2px 2px 2px;
	color: rgb(170,170,170);
	border-bottom: 1px solid rgb(102,102,102);
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	background: rgb(113,113,113);
}
.redirect { 
	color: #666; 
	font-size: 11px; 
	font-family: Verdana, Geneva, Arial; 
	font-style: normal; 
	font-weight: normal; 
	line-height: 14px; 
	text-decoration: none;
	display: block;
}
.text { 
	color: #999; 
	font-size: 9px; 
	line-height: 12px; 
	font-family: Verdana, Geneva, Arial 
}
.info { 
	color: #f30; 
	font-size: 9px; 
	font-family: Verdana, Geneva, Arial; 
	line-height: 12px 
}