/*	
	=========================================================
	Title:			AricRiley.com Menu CSS
	Author:			Aric Riley
	Created:		June 12, 2008
	Modified:		October 9, 2008
	License:		All Rights Reserved
	=========================================================
*/

#menu {
	margin:0;
	padding:0;
	height:29px;
	font-family:font-family:"Gill Sans MT", "Lucida Sans", Verdana, Arial;
	font-weight:bold;
	font-size:10px;
}
#menu ul{
	margin:0;
	padding:0;
	list-style:none;
	font-size:10px;
}
#menu li{
	margin:0;
	padding:0;
	display:block;
	height:29px;
	float:left;
	line-height:40px;
}

a.menu {
	margin:0;
	padding:0 12px;
	color:#6595A3;
	text-decoration:none;
	border-right:solid 1px #E0E0E0;
}
a.menu:hover {
	color:#B6C28B;
}
a.menuhome {
	margin:0;
	padding:0 12px;
	color:#6595A3;
	text-decoration:none;
	border-right:solid 1px #E0E0E0;
	border-left:solid 1px #E0E0E0;
}

a.menuhome:hover {
	color:#B6C28B;
}
a.current {
	margin:0;
	padding:0 12px;
	color:#333333;
	text-decoration:none;
	border-right:solid 1px #E0E0E0;
}
a.current:hover {
	color:#B6C28B;
}
a.currenthome {
	margin:0;
	padding:0 12px;
	color:#333333;
	text-decoration:none;
	border-right:solid 1px #E0E0E0;
	border-left:solid 1px #E0E0E0;
}

a.currenthome:hover {
	color:#B6C28B;
}

a.myspace {
	margin:0 4px;
	height: 42px;
	width: 102px;
	text-indent: 10000px;
	overflow: hidden;
	background: url(../images/layout/social/myspace.jpg) top left no-repeat;
	display: block;
	float:left;
}
 
a.myspace:hover{
	background-position: bottom left;
}
a.lastfm {
	height: 42px;
	width: 102px;
	text-indent: 10000px;
	overflow: hidden;
	background: url(../images/layout/social/lastfm.jpg) top left no-repeat;
	display: block;
	float:left;
}
 
a.lastfm:hover{
	background-position: bottom left;
}
a.facebook {
	height: 42px;
	width: 102px;
	text-indent: 10000px;
	overflow: hidden;
	background: url(../images/layout/social/facebook.jpg) top left no-repeat;
	display: block;
	float:left;
}
 
a.facebook:hover{
	background-position: bottom left;
}
a.virb {
	height: 42px;
	width: 102px;
	text-indent: 10000px;
	overflow: hidden;
	background: url(../images/layout/social/virb.jpg) top left no-repeat;
	display: block;
	float:left;
}
 
a.virb:hover{
	background-position: bottom left;
}
a.twitter {
	height: 42px;
	width: 102px;
	text-indent: 10000px;
	overflow: hidden;
	background: url(../images/layout/social/twitter.jpg) top left no-repeat;
	display: block;
	float:left;
}
 
a.twitter:hover{
	background-position: bottom left;
}
a.flickr {
	height: 42px;
	width: 102px;
	text-indent: 10000px;
	overflow: hidden;
	background: url(../images/layout/social/flickr.jpg) top left no-repeat;
	display: block;
	float:left;
}
 
a.flickr:hover{
	background-position: bottom left;
}

