#menu {
	text-align:left;
	color:#FFF;
	font-size:16px;
}
#navlist {
	float:left;
}
#navlist li
{
float: left;
margin: 0;
padding: 0;
width: auto;
display: block;
}

#navlist li a, #navlist li a:link
{
	color:#FFF;
	text-decoration: none;
	display: block;
	padding-top: 3px;
	padding-right: 8px;
	padding-bottom: 3px;
	padding-left: 8px;
	font-weight:normal;
	
}

#navlist li a:hover
{
border-bottom: 3px solid #bbb;
cursor: pointer;
font-weight:bold;
}

#navlist li a#current, #navlist li a#current:link
{
color: #000;
cursor: default;
font-weight: bold;
border-bottom: 3px solid #999;
}

#navlist li a#current:hover
{
border-bottom: 3px solid #f90;
background: #ae9235;
}



#social {
	float:right;
	margin-top:5px;
}
#social a {
	display:block;
	height:21px;	
	background-image:url(../img/header/social.gif);
	background-repeat:no-repeat;
	float:right;
	text-indent:-10000px;
	margin-left:5px;
}


#social	a.myspace {
	width:82px;
	background-position:0px 0px;
}
#social	a.myspace:hover {	
	background-position:0px -20px;
}
#social	a.twitter {
	width:60px;
	background-position:-82px 0px;
}
#social	a.twitter:hover {	
	background-position:-82px -20px;
}
#social	a.facebook {
	width:75px;
	height:20px;
	background-position:-145px 0px;
}
#social	a.facebook:hover {	
	background-position:-145px -20px;
}
