/* Style sheet Copyright 2002-2003 by Createk Software. All Rights Reserved. */

/* margin and padding: top right bottom left */

#boxnav {
	background: #99ccff; /* BMW blue */
	border-top: 3px outset #d0d0d0;
	border-left: 3px outset #d0d0d0;
	border-right: 3px outset #a9a9a9;
	border-bottom: 3px outset #a9a9a9;
	color: #000000;
	font-size: 90%;
	float: left;
	left: 1em;  /* for left menu */
	margin: 0 0 10em 0;
	padding: 0.5em 0;
	position: absolute;
/*	right: 1em;*/  /* for right menu */
	text-align: left;
	top: 6em;   /* use if want banner full-width */
	width: 11em;
}

#boxnav hr { display: none; }

#boxnav img {
	border: none;
}

#boxnav a {
	padding: 0 0.25em 0;
}
#boxnav a:link {
	color: #00008b;
	text-decoration: none;
	border-bottom: 1px dashed;
}
#boxnav a:visited { 
	text-decoration: none;

}
#boxnav a:hover { 
/*	background-color: #d3d3d3;*/
	background-color: #ad0000;
/*	border-top: 3px outset #d0d0d0;
	border-left: 3px outset #d0d0d0;
	border-right: 3px outset #a9a9a9;
	border-bottom: 3px outset #a9a9a9; */
	border: 1px outset #fff;
	color: #fff;
	text-decoration: none; 
}
#boxnav a:active { 
	text-decoration: none; 
}

#boxnav ul {
   list-style-type: none;
   margin: 0;
   padding: 0;
}

#boxnav li {
   margin: 0;
   padding: 0;
}