#nav {
	background: url(../images/bg_subnav.gif) transparent no-repeat top right;
	width: 284px;
	height: 200px;
}
html>body #nav {
		height: auto;
		min-height: 200px;
	}
#nav ul {
	list-style-type: none;
	text-align: left;
	margin: 0 20px 0 30px;
	padding: 0;
}
	
	#nav a {
		display: block;
		padding: 6px 0 6px 11px;
		width: 222px; /* 250px */
		color: #333;
		font-weight: bold;
		border-bottom: 1px dotted #333;
		background: url(../images/dot.gif) transparent no-repeat 0 50%;
	}
	
	#nav a:link, #nav a:visited {
		text-decoration: none;
	}

	#nav a:hover {
		text-decoration: underline;
		background: url(../images/dot_o.gif) transparent no-repeat 0 50%;
	}
	
	#nav li.active a {
		background: url(../images/dot_o.gif) transparent no-repeat 0 50%;
		text-decoration: underline;
	}
	

		/* submenu */
		
		#nav li ul {
			width: auto;
			margin: 0;
			border-bottom: none;
		}

		#nav li.active li a {
			display: block;
			font-size: 0.9em;
			padding: 2px 2px 3px 20px;
			background: none;
			text-decoration: none;
			width: 168px;
			border-top: none;
			font-weight: normal;
		}
		
		#nav li.active li a:hover {
			text-decoration: underline;
			background: none;
		}
		
			#nav li.active li.active a {
				text-decoration: underline;
			}
			
			#nav li.active li.active a:hover {
				
			}
		
