body {
	background-color: #FFB950;
   background-image:url(../images/navigation_top.jpg); 
	background-attachment: fixed;
	background-position: top left;
	background-repeat: no-repeat;
	margin:0;
	padding:0;
}


#box1 {
	background-color: transparent;
	background-image:  url(../images/navigation_bottom.gif);
	background-attachment: fixed;
	background-position: bottom left;
	background-repeat: no-repeat;
	margin-top:0px;
	padding: 0px;
	width:342px;
	height: 100%;
}

#box2 {
   border-left: 5px solid #D21B0A;
	margin-left: 10px;
}


.nav {
	margin-top: 0px;
	margin-left: 0px;
	padding-left: 0px;
	padding-right: 0px;	
}

/*------------*/
.nav li {
   font-family: Arial, Helvetica, sans-serif;
	list-style: none;
	font-size: 0.8em;
	text-align:left;
	width:150px;
}
	
/*------------*/
.nav a {
   color:black;
	text-decoration:none;
	font-weight:bold;
	padding-left:15px;
	display:block;
	margin-bottom: 0px;
   border-bottom: #D21B0A dotted 2px;
}

.nav a:hover {
	border-bottom: #D21B0A solid 2px;
	border-left: 5px solid white;
	padding-left:10px;
	color:black;
	background-color:#FFCB61;
}

.nav a:focus, .nav a:active {
   background-color: #FFB950;
	border-bottom: #D21B0A solid 2px;
	border-left: 5px solid white;
	padding-left:10px;
	color:#D62315;
}


