#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	width : 150px;
}

#nav ul { /* second-level lists */
	margin-left : 10px;
  margin-top: 5 px;
  margin-bottom: 5 px;
}

#nav li {
	line-height : 1em;
	margin-bottom : -1px;
	width : 150px;
}

#nav li a {
	width : 150px;
	display : block;
	text-decoration : none;
	padding : 0 0em;
	line-height: 30px;
	font-size: 14px;
	background-image: url(../images/RedButton20.gif);
	background-repeat: no-repeat;
	font-weight: bold;
	color: #FFFFFF;
	text-indent: 5pt;
}

#nav li a:hover {
	background-image: url(../images/RedButton21.gif);
}
