body {
background:#333333;
color:white;
margin:0;
padding:0;
border:0;
padding-left:10px;
font-family:"Lucida Grande", Verdana, sans-serif;
font-size:75%;
}

#tabs {
	width:200px;
}

#logo {
	width:160px;
	background:#222222;
	padding:5px;
	padding-bottom:7px;
	height:25px;
	text-align:center;
}

#left {
	float:left;
}

#right {
	float:right;
}

#menu ul {
	list-style:none;
	margin-left:-40px;
	margin-top:0px;
	margin-bottom:0px;
	margin-right:0px;
}

#menu ul li {
	padding:2px;
	margin-top:1px;
	padding-left:8px;
	width:160px;
	display:block;
	background:#222222 url(./images/bullet.png) no-repeat 95% 50%;
	color:#555555;
}

#menu ul li:first-child {
	background:none;
	color:white;
	text-transform:uppercase;
	font-weight:bold;
	text-shadow:0px 1px 1px black;
}

#menu ul li:not(:first-child):hover {
	background:#111111 url(./images/bullet_hover.png) no-repeat 95% 50%;;
	color:#B20C66;
}

a {
	color:inherit;	
}

#menu a {
	text-decoration:none;
	display:block;
}

#menu a:hover {
	color:#B20C66;
}
