#nav {
	width: 199px;
	height: 110px;
}
html>body #nav {
		height: auto;
		min-height: 110px;
	}
#nav ul {
	list-style-type: none;
	text-align: left;
	margin: 55px 0 40px;
	padding: 0;
}
#nav ul#navShop { }

	
	#nav a {
		display: block;
		font-family: Georgia, Times New Roman, Times, serif;
		font-style: italic;
		font-weight: bold;
		font-size: 1.2em;
		padding: 6px 0 6px 20px;
		margin-bottom: 8px;
		line-height: 12px;
		width: 179px; /* 199px */
		color: #7B8914;
/*		border-bottom: 1px dotted #333;*/
		background: url(../images/bg_subnav.gif) transparent repeat-x bottom left;
	}
	
	#nav a:link, #nav a:visited {
		text-decoration: none;
	}

	#nav a:hover {
		text-decoration: underline;
	}
	
	#nav li.active a {
		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 30px;
			background: none;
			text-decoration: none;
			width: 147px;
			border-top: none;
		}
		
		#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 {
				
			}
		
