.nav-column{
	float: left;
	width: 134px;
	margin: 13px 0 10px 45px;
	z-index: 1000;
	display: inline;
}

#menu {
	width: 118px;
	padding: 0;
	z-index: 1000;
	margin: 0 0 20px 0;
	min-height: 300px;
	line-height: normal;
}

#nav, #nav ul{
	margin:0;
	padding:0;
	list-style-type:none;
	list-style-position:outside;
	position:relative;
	width: 117px;
	line-height:30px; 
	background: url(/images/menu-sep.gif) no-repeat bottom left;
}


#nav a{
	display:block;
	float: left;
	width: 128px;
	font-size:13px;
	color:#434343;
	padding: 5px 17px 4px 7px;
	text-decoration:none;
	display: inline;

}

#nav a:hover{
	display:block;
	color:#a00e12;
}

#nav li{
	float:left;
	position:relative;
	line-height: 18px;
	width: 130px;
	text-align: left;
	background: url(/images/menu-sep.gif) no-repeat top left;
	 
}

#nav ul {
	position:absolute;
	display:none;
	width:170px;
	top:0px;
	left: 133px;
	border-top: none;
	font-weight:  normal;
	font-size: 12px;
	line-height:20px;
	padding: 0 1px 8px;
	background: none;
}

#nav li li{
	background: none;
}

#nav li ul a{
	padding: 5px 17px 4px 7px;
	width:170px;
	height:auto;
	float:left;
	color: #fff;
	background:url(/images/drop1.png);
	height: auto;
}

#nav li ul a:hover{
	padding: 5px 17px 4px 7px;
	color: #fff;
	width:170px;
	background:#67a1e2;
}

#nav ul ul{
	top:auto;
	padding: 0 0 8px;
}
#nav ul ul a{
	padding: 5px 17px 4px 7px;
	background:url(/images/drop2.png);
	color: #2a6ebb;
}
#nav ul ul a:hover{
	padding: 5px 17px 4px 7px;
	background: #67a1e2;
	color: #2a6ebb;
}
	

#nav li ul ul {
	left:183px;
	margin:0px 0 0 10px;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li:hover ul ul ul ul{
	display:none;
}
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li li li li:hover ul{
	display:block;
}