#nav {
	float: left;
	width: 150px;
	margin-top: 0px;
	padding-top: 0px;
	padding-left: 10px;
}

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

#nav li {	background: url(../pictures/ButtonBackground.gif) no-repeat left top;
	padding: 0px;
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #333377;
	border-right-color: #111166;
	border-bottom-color: #111166;
	border-left-color: #333377;
	margin-bottom: 10px
}

#nav a {
	font-weight: bold;
	text-decoration: none;
	display: block;
	/*font-family: Tahoma, Arial, sans-serif;*/
	font-size: 14px;
	padding: 3px;
	color: yellow; 
}

#nav li.current {	background: none;
	background-color: #2050FF;
	border-top-width: 3px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 3px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000066;
	border-right-color: #333377;
	border-bottom-color: #333377;
	border-left-color: #000066;
}

#nav A:hover {
	background: url(../pictures/ButtonBackgroundOver.gif) no-repeat left top;


