div#nav{
	width:160px;
	
	font: 11px Arial, Helvetica, sans-serif;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
div#nav h3{
	font-size: 100%;
	margin: 0;
	padding: 4px 10px;
	color: #FFFFFF;
	background-image: url(images/bg_pul.gif);
	border-top-width: 0px;
	border-top-style: none;
}



div#nav h3:hover{
	font-size: 100%;
	margin: 0;
	padding: 4px 10px;
	color: #CCCCCC;
	background-image: url(images/bg_pul-over.gif);
	border-top-width: 0px;
	border-top-style: none;
}

div#nav ul,div#nav li{
	margin: 0;
	padding: 0;
	list-style-type: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
div#nav li{
	
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
div#nav a{
	display: block;
	padding-left: 15px;
	height: 18px;
	line-height: 18px;
	color: #CCCCCC;
	text-decoration: none;
	font-weight: bold;
	border-top-width: 0px;
	border-top-style: none;
}
div#nav a:hover{
	color: #FFFFFF;
	background-image: url(images/bg_pul-over.gif);
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
div#nav ul ul a{
	color: #000000;
	background-color: #CC0000;
	font-weight: normal;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #990000;
}
