@import url("rounded.css");
@import url("squeezebox.css");
@import url("signup_signin.css");

/**  MAIN LOGIN AND NAV **/
/* START */
#login{
	position:relative;
	top:15px;
	left:750px;
	padding-bottom:56px;
	height:36px;
	width:300px;
}
.loginForm{
	position:absolute;
	top:0px;
	right:300px;
	margin:0 0 0 30px;
	padding:0px;
	color:#858585;
}
.logoutForm{
	position:absolute;
	top:0px;
	left:195px;
	margin:0px;
	padding:0px;
}
#loginNav{
	margin: 0;
	padding: 0;
	height:30px;
	width:165px;
	float:left;
	overflow: hidden;
}
#loginNav a:hover, #loginNav a#logInOut:hover {
/* 	background-position: 2px -30px; */
	background-position: bottom left;
	}	
#loginBtn1 a.login{
	background:url(/images5/login/btn_login.png) no-repeat top left;
	height:30px;
	width:80px;
	float:left;
	padding:0;	
}
#loginBtn1 a.logout{
	background:url(/images5/login/btn_logout.png) no-repeat top left;
	height:30px;
	width:80px;
	float:left;
	padding:0;
	overflow: hidden;
}
#loginBtn2 a{
	background:url(/images5/login/btn_contact.png) no-repeat top left;
	height:30px;
	width:80px;
	float:left;
	padding:0;
	overflow: hidden;
}
#loginFooter{
	clear:both;
}
.loginBtn{
	width: 55px;
}
#display_username {
	margin: 0;
	padding: 0;
}
#display_balance {
	margin: 4px 0 0 0;
	padding: 0;
	font-size: 12px;
}
/* END */

#dashBtn{overflow:hidden; height:30px; overflow:hidden; float:left; position:absolute; top:15px; left:645px;}
#dashBtn a.btn:hover{background-position:0 -30px;}
#dashBtn a.btn{background:url(/images5/btn_dashboard.png) no-repeat center; width:100px; height:60px; float:left; padding:0;}

/** DASH NAV **/
/* START */
#dashNav{
	position:relative;
	top:-25px;
	/*left:12px;*/
	margin:0 auto;
	padding:0px;
	height:38px;
	width:860px;
	overflow:hidden;
}
#dashNav a:hover{
	background-position: 0 -38px;
}
#dashNav_main a, #dashNav_media a, #dashNav_new a, #dashNav_projects a, #dashNav_account a, #dashNav_help a{
	height:38px;
	float:left;
}
#dashNav_main a{
	background: url(/images5/dashNav_main.jpg) no-repeat;
	width:145px;
}
#dashNav_media a{
	background: url(/images5/dashNav_media.jpg) no-repeat;
	width:139px;
}
#dashNav_new a{
	background: url(/images5/dashNav_new.jpg) no-repeat;
	width:139px;
}
#dashNav_projects a{
	background: url(/images5/dashNav_projects.jpg) no-repeat;
	width:139px;
}
#dashNav_account a{
	background: url(/images5/dashNav_account.jpg) no-repeat;
	width:139px;
}
#dashNav_help a{
	background: url(/images5/dashNav_help.jpg) no-repeat;
	width:156px;
}
#dashNav .dashNav_on a{
	background-position: 0 -38px;
}
/* END */