/* User Login BOX */

.loginWrap {
	background-image:url(../../images/userLoginBg.png);
	background-repeat:no-repeat;
	background-position:center;
	width:188px;
	height:113px;
	padding:15px;
	margin-bottom:15px;
	}
.loginHeader {
	font-size:12px;
	font-weight:bold;
	padding-bottom:3px;
	}
	
.loginWrap a {
	font-size:9px;
	color:#333;
	}
/* USERS */

.user_login {
	background-image:url(images/user_default.png);
	background-position:left center;
	background-repeat:no-repeat;
	}

.user_login_focus{
	background-image:url(images/user_hover.png);
	background-position:left center;
	background-repeat:no-repeat;
	}

.user_pass {
	background-image:url(images/pass_default.png);
	background-position:left center;
	background-repeat:no-repeat;
	}

.user_pass_focus{
	background-image:url(images/pass_hover.png);
	background-position:left center;
	background-repeat:no-repeat;
	}

.user_password {
	padding:4px 10px 4px 0px;
	vertical-align:middle;
	}

/* Vertical USER Menu Style */

#usermenu {
	width: 100% !important;
	margin:10px 0px;
	}

#usermenu ul {
	list-style:none;
	margin:0px;
	padding:0px;
	}	
	
#usermenu ul ul {
	list-style:none;
	margin:0px;
	padding:0px 0px 0px 5px;
	}	

#usermenu ul li a {
 	voice-family: "\"}\""; 
 	voice-family: inherit;
	text-decoration: none;
	border-bottom:dotted 1px white;
	font-weight:bold;
	color:#777;
	padding:3px 0px 2px 10px;
	}	
	
#usermenu li a:link,#usermenuli a:hover, #usermenu li a:visited {
	display: block;
	border-bottom:solid 1px white ;
	}

#usermenu li a:hover {
	display: block;
	padding:3px 0px 2px 10px;
	background-color:white;
	border-bottom:solid 1px white;
	color:#777;

	}
	
#usermenu #submenu_current {
	display: block;
	padding:3px 0px 2px 10px;
	background-color:#F5F5F5;
	border-bottom:solid 1px #333;
	color:red;

	}
