@charset "UTF-8";

#account_menu {	
	background: #2E302F;
	border-bottom: 4px solid #CC0F16;
	margin-bottom: 25px;	
	padding-left: 20px;
	position: relative;
}

#account_menu li {	
	display: block;
	list-style: none;
	float: left;	
	margin: 0;
	padding: 0;
}

#account_menu a {
	padding: 20px;
	display: block;
	color: #fff;
	text-decoration: none;
}

#account_menu a:hover, #account_menu .selected {
	background: url(../img/over.png) center bottom no-repeat;
}

#account_menu .last {
    float: none;
    clear: both;    
    padding: 0;
}

#account_menu .last a {
    height: 35px;
    width: 175px;
    background: url(../img/logo_header.png) 0 0 no-repeat;
    display: block;
    position: absolute;
    top: 10px;
    right: 20px;
    padding: 0; 
}

#account_logout {
    position: relative;
    padding: 8px 0;
}

#account_logout a {
    float: right;
    font-style: italic;
}

#account_logout h1 {
	font-weight: bold;
    font-size: 1em;
    font-style: italic;
    margin-bottom: 0;
}

.fake_header {
    font-size: 1em;
    font-style: italic;
    font-weight: bold;
}