/* global */

/* ------------------ unit nav --------------------- */

#menu3img {
	border: 0;
	width: 1px;
	height: 1px;
}

.menu3img {
	border: 0;
	width: 1px;
	height: 1px;
}

#menu {
	/* 
	The navigation is an unordered list (ul)
	it contains list items (li - these are the top level nav items) 
	The second and third level items themselves nested are list items */
	width:164px;
	border:0;
	padding:5px 0 15px 0;
	position: relative;
	background-image: url('images/nav_05.gif');
	background-position: right;
	right: 0px;
	top: 15px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	}
	
	
#navBtmImg{
	height:14px;
	width:164px;
	position: relative;
	background-image: url('images/nav_17.gif');
	background-position: bottom right;
	background-repeat: no-repeat;
	margin: 0 0 0 0;
	top: 10px;
	}
/*---------------------------------- first level---------------------------*/
/*  these are the top level nav items */
#menu ul {
	border:0;
	/*display:none;
	visibility:hidden;*/
	}	
#menu li {
	height: 100%;
	margin: 0;
	padding: 0;
	width: 157px;
	}
	
#menu li a{
	font-size: 0.9em;
	text-decoration: none;
	height: 100%;
	display:block;
	padding: 5px 0 5px 12px;
	margin:0 0 3px 10px;
}

#menu li a:link, #menu li a:visited{
	border: solid #7E7A74 1px;
	background-color: #C6C0B5;
	color: #000;
}

#menu li a:hover{
	color: #000;
	border: solid #7E7A74 1px;
	background-color: #7ABF40;
}

#menu li ul li a{
	font-size: 0.9em;
	text-decoration: none;
	height: 100%;
	display:block;
	padding: 5px 0 5px 12px;
	margin:0 0 3px 20px;
}

#menu li ul li a:link, #menu li ul li a:visited{
	border: solid #7E7A74 1px;
	background-color: #d9d3c8;
	color: #000;
}

#menu li ul li a:hover{
	color: #000;
	border: solid #7E7A74 1px;
	background-color: #7bda6d;
}

#mini_nav {clear: both; margin-top: 20px;}
