/* .accountDropdown CSS*/

.TopNavDate {
	height: 20px;
	padding: 0;
}
.accountLinksWrapper { 
	display: block; 
	float: right; 
	margin: 0;
	}
#SignInOutUsers {
	float: left;
	padding-right: 0px;
	margin-right: 0px;
}

#SignInOut { }

.accountLinksWrapper a {
	display: block;
	height: 28px;
	padding-top: 4px; 
	float: left;
	padding: 4px 10px 0;
	border-right: 1px solid #e3e3e3; 
	}
	
.accountLinksWrapper a:hover {
	text-decoration: underline; 
}

.accountLinksWrapper a.singleUser {
	padding-right: 10px !important; 
	float: none; 		
}
.accountLinksWrapper a.singleUser:hover {
	text-decoration: none; 	
}
.accountDropdown { 
	margin: 0;  
	background: url(../images/dropArrows/drop.png) no-repeat 98% 13px;
	}
.singleUserWrap {
	margin: 0;	
}
.singleUserWrap .accountDropdown { 
	margin: 0;  
	}
.accountDropdown { 
	}
.accountDropdown ul { 
	margin: 0; 
	padding: 0; 
}
.accountDropdown a { 
	padding-left: 5px !important; 
	border-right: 0; 
	float: right; 
	padding-right: 5px !important;
	}
.accountDropdown a, 
.accountDropdown a:visited {
    outline: medium none;
    text-decoration: none;
	}
.accountDropdown a:hover {
   color: #b30000;
	}
.accountDropdown dt a:hover {
	background-color: transparent;
	color: #b30000;
	-moz-box-shadow: none; 
	-webkit-box-shadow: none; 
	box-shadow: none; 
	}
.accountDropdown dd { 
	width: inherit !important; 
	margin: 0 !important; 
	}
.accountDropdown dt, .accountDropdown dt.active {
	cursor: pointer;
	
	}
.accountDropdown dt:hover a, .accountDropdown dt.active a	{
	color: #000;
	text-decoration: none !important;
}


.accountDropdown dt {
    display: block; 
	padding-bottom: 1px;
	padding-right: 25px;
	height: 28px; 
	padding-left: 0 !important; 
}
.accountDropdown dd ul {
	margin-left: -1px;
    color: #231F20;
	width: inherit;
    list-style: none outside none;
    position: absolute;
    text-align: left;
	background: url("../images/backgrounds/drop-menu-bg.png") repeat-x scroll 0 100% #FFFFFF;
	padding: 5px 0;
	border-width: 0 1px 1px;
	border-style: solid;
	border-color: #b9b9b9;
	
	* border: 1px solid #FFF; !important; /* IE 7 (IE6 also uses this, so put it first) */
   	* border-top: 0; !important; /* IE 7 (IE6 also uses this, so put it first) */
   _ border: 1px solid #FFF; !important; /* IE 6 */
   _ border-top: 0; !important; /* IE 6 */
     border/*\**/: 1px solid #e3eF3e3 ; !important; /* IE 8 */
     border-top/*\**/:0 ; !important; /* IE 8 */

	}

.accountDropdown span.value {
    display: none;
	}
.accountDropdown dd ul li  {
    display: block;
	height: 20px; 
	width: 100%;
	margin:0 !important; 
	padding: 5px 0px  !important; 
	font-size: 11px;
	}
.accountDropdown dd ul li a {
	display: block !important;
	height: 20px; 
	width: 86%;
	text-align: right !important; 
	float: right; 	
	padding: 0 !important; 
	padding-right: 20px !important; 
	}
.accountDropdown dd ul li:hover {
    text-decoration: underline;
	cursor: pointer;
	}
.accountLinksWrapper dt.active {
	background: #f5f5f5 url(/global/assets/images/icons/AccountDropDown.gif) no-repeat center right;
 	}