#menu {
background-color: 	#555;
letter-spacing:		0.15em;
white-space:		nowrap;
padding-left:		200px;
overflow:		hidden;
clear: 			both;
}


#menu ul li {
list-style-type: 	none;
float:			left;
width:			auto;
font-size:		90%;
font-weight:		bold;
border-right:		0.1em solid white;
}


#menu ul li:first-child {
border-left:            0.1em solid white;
}


#menu a, #menu .pressed {
text-decoration: 	none;
color: 			white;
float: 			left;
font-weight: 		bold;
padding: 		0.4em 0.7em 1em 0.7em;
}


#menu .pressed {
color: 			black;
background-color: 	white;
}


#menu a:hover {
background-color: 	black;
}


#side-bar {
float:			left;
width:			160px;
padding-top:		30px;
padding-left:		20px;
}


#side-bar ul li {
list-style-type: 	none;
}


#side-bar ul li {
list-style-type: 	none;
line-height: 		2.0em;
font-weight: 		bold;
font-size:		90%;
}


#side-bar .pressed {
text-decoration: 	none;
font-weight: 		bold;
color:			black;
}


#side-bar .extended {
text-decoration: 	none;
font-weight: 		normal;
}


#side-bar #friends-header {
text-decoration: 	none;
font-weight: 		bold;
font-size:		smaller;
}


#side-bar #friends {
text-decoration: 	none;
font-weight: 		normal;
font-size:		smaller;
}


