/**  MAIN LOGIN AND NAV **/
/* START */
#login{
	position:relative;
	top:15px;
	left:750px;
	padding-bottom:20px;
	height:72px;
	width:300px;
}
.loginForm{
	position:absolute;
	top:1px;
	right:300px;
	margin:0 0 0 30px;
	padding:0px;
	color:#858585;
}
.logoutForm{
	position:absolute;
	top:8px;
	left:195px;
	margin:0 0 0 30px;
	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;
	}	
#loginNav a.alert:hover{
	background-position: 0 -48px;
}
#alertBtn{
	margin-top: -8px;
	padding: 0;
	height:48px;
	float:left;
	overflow: hidden;
}

#alertBtn a:hover{
	background-position: 0 -48px;
	}
#loginBtn1 a.login{
	background:url(/images5/btn_login.png) no-repeat center;
	height:60px;
	width:80px;
	float:left;
	padding:0;	
}
#loginBtn1 a.logout{
	background:url(/images5/btn_logout.png) no-repeat center;
	height:60px;
	width:80px;
	float:left;
	padding:0;	
}
#loginBtn2 a{
	background:url(/images5/btn_contact.png) no-repeat center;
	height:60px;
	width:80px;
	float:left;
	padding:0;
}
#alertBtn a{
	background:url(/images5/btn_alert.png) no-repeat center;
	height:96px;
	width:48px;
	float:left;
	padding:0;
}
#loginFooter{
	clear:both;
}
.loginBtn{
	width: 55px;
}
/* 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 */