@charset "UTF-8";
/* CSS Document */

.mainnav ul{
	list-style-type:none;
}
.mainnav ul li{
	float:left; padding:0 4px; position:relative; top:5px;
}
a#home{
	width:66px; height:30px; display:block; background:url(images/home.png) no-repeat; text-indent:-99999px;
}
body.home a#home,a#home:hover{
	background-position:0 -30px; cursor:pointer;
}
a#dashboard{
	width:119px; height:30px; display:block; background:url(images/dashboard.png) no-repeat; text-indent:-99999px;
}
body.dashboard a#dashboard,a#dashboard:hover{
	background-position:0 -30px; cursor:pointer;
}
a#players{
	width:85px; height:30px; display:block; background:url(images/players.png) no-repeat; text-indent:-999999px;
}
body.players a#players, a#players:hover{
	background-position:0 -30px; cursor:pointer;
}
a#stakeme{
	width:104px; height:30px; display:block; background:url(images/stakeme.png) no-repeat; text-indent:-999999px;
}
body.stakeme a#stakeme, a#stakeme:hover{
	background-position:0 -30px; cursor:pointer;
}
a#events{
	width:80px; height:30px; display:block; background:url(images/events.png) no-repeat; text-indent:-999999px;
}
body.events a#events, a#events:hover{
	background-position:0 -30px; cursor:pointer;
}
a#marketplace{
	width:136px; height:30px; display:block; background:url(images/marketplace.png) no-repeat; text-indent:-999999px;
}
body.marketplace a#marketplace, a#marketplace:hover{
	background-position:0 -30px; cursor:pointer;
}
a#forums{
	width:85px; height:30px; display:block; background:url(images/forums.png) no-repeat; text-indent:-999999px;
}
body.forums a#forums, a#forums:hover{
	background-position:0 -30px; cursor:pointer;
}
a#badbeatbitch{
	width:175px; height:30px; display:block; background:url(images/badbeatbitch.png) no-repeat; text-indent:-999999px;
}
body.badbeatbitch a#badbeatbitch, a#badbeatbitch:hover{
	background-position:0 -30px; cursor:pointer;
}
a#blog{
	width:64px; height:30px; display:block; background:url(images/blog.png) no-repeat; text-indent:-999999px;
}
body.blog a#blog, a#blog:hover{
	background-position:0 -30px; cursor:pointer;
}
a#signin{
	height:30px; display:block; background:url(images/signin.png) no-repeat; text-indent:-999999px;
}
body.signin a#signin, a#signin:hover{
	background-position:0 -30px; cursor:pointer;
}
.userinfo{
	color:#FFFFFF; margin:5px 0; width:700px;
}
ul.login li{
	float:left;
}
li#signin{
	width:90px;
}
ul.login li ul{
	display:none;
}
ul.login:hover ul{
	display:block;
}
div.login input{

}
input.login{
	background:transparent url(images/login.png) no-repeat scroll 0 0; border:medium none; height:30px; text-indent:-99999px; width:67px; display:inline-block; font-size:0px; line-height:0;
}
input.login:hover{
	background-position:0 -30px; cursor:pointer;
}
