.nav-sections { 
	display: block; 
	position: relative; 
	padding: 27px 5px 0px 4px; 
	margin: 0px;
	text-transform: uppercase;
	list-style-type: none;
	font-size: 1.2em; 
	}

    .nav-sections li { 
    	margin: 0 0 0.8em 0;
    	}

    .nav-sections li a { 
        text-decoration: none;
    	border-bottom: 1px solid #333; 
    	display: block; 
        }

.nav-level2 { 
	padding: 2px 0px 0 0px; 
	font-size: 10px; 
	line-height: 13px;
	list-style-type: none; 
	}

    .nav-level2 li { 
    	padding: 0 0 0 10px;
    	background: url("../imgs/Nav-Arrow-Closed.gif") 0px 2px no-repeat; 
    	padding-bottom: 1px; 
    	margin: 0.4em 0; 
    	}

    .nav-level2 li.current {
    	background: url("../imgs/small-red-arrow-black.gif") 0px 2px no-repeat; 
    	}
    
    .nav-level2 li.current a.current {	
    	color: #fff;
        }	

    .nav-level2 li a {
        border-bottom: none;
        } 
    		
.nav-level3 { 
	padding: 3px 0px 0 0px; 
	font-size: 10px; 
	line-height: 13px;
	list-style-type: none; 
	}
    
    .nav-level3 li { 
    	background: url("../imgs/Nav-Dot-Off.gif") 0 0 no-repeat; 
    	margin: 0.3em 0; 
    	}
    
    .nav-level3 li.current {
    	background: url("../imgs/Nav-Dot-On.gif") 0 0 no-repeat; 
    	}
    
    .nav-level3 li.current a.current {	
    	color: #fff;
        }

#usermenu {
	padding: 10px 5px 0px 4px; 
}

#usermenu p {
    font-size: 1.1em;
    font-weight: bold;
    text-transform: uppercase;
    background: url("../imgs/small-red-arrow-black.gif") 0px 2px no-repeat;
    padding-left: 10px;
    color: #fff;
}

#usermenu ul {
	display: block; 
	position: relative; 
	padding: 0 5px 0px 4px; 
	margin: 0px;
	text-transform: uppercase;
	list-style-type: none;
	font-size: 1em; 
}

#usermenu ul li {
    margin: 0 0 0.8em 0;
	padding: 0 0 0 10px;
	background: url("../imgs/Nav-Arrow-Closed.gif") 0px 2px no-repeat;  
    	margin: 0.4em 0; 
    border-bottom: 1px solid #333; 
}

#usermenu ul li a {       
    text-decoration: none;
    display: block; 
}
