/* styles for menus */
#nav  {list-style: none;
	color: #B3B3B3;
	font-family: arial, helvetica, sans-serif;
	text-transform: uppercase;
	font-size: 10px;
	letter-spacing: 1.5px;
	width: 150px;
	font-weight: bolder;
}
/* style for both the link and the current page */
#nav a, .currpg {display: block;
	background-color: #ddd;
	text-decoration: none;
	padding-left: 20px;
	line-height: 2em;
}
#nav a:visited {}
#nav a:hover {background-color: #eee;
}
/* this style will be applied to menu items that link to the current page */
.currpg {color: #FF9900;
	background-color: #eee;
}

