#nav{
	list-style: none;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #B0ADA4;
	border-left: 2px solid #232323;
	border-right: 1px solid #525252;
	border-top: 1px solid #FFFFFF;
}
#nav a {
	display: block;
	font-size: 12px;
	height: 31px;
	line-height: 31px;
	margin: 0px;
	padding: 0px 10px 0px 18px;
	text-decoration: none;
	width: 135px;
	border-bottom: 1px solid #000000;
	border-top: 1px solid #FFFFFF;
	color: #FFFFFF;
	font-weight: bold;
}
#nav a:hover{
	display: block;
	font-size: 12px;
	height: 31px;
	line-height: 31px;
	margin: 0px;
	padding: 0px 10px 0px 18px;
	text-decoration: none;
	width: 135px;
	border-bottom: 1px solid #000000;
	border-top: 1px solid #FFFFFF;
	color: #000000;
}
#nav li {
	background-color: #B2B0AC;
	display: block;
	font-size: 0px;
	height: 33px; /*auto */
	line-height: 0px;
	margin: 0px;
	position: relative;
	width: 163px;
	background-image: url(../img/nav_bullet.gif);
	background-position: left top;
	background-repeat: no-repeat;
}
#nav li:hover ul ul, #nav li:hover ul ul ul{
	display: none;
}
#nav li:hover ul, #nav ul li:hover ul, #nav ul ul li:hover ul{
	display: block;
}
#nav ul {
	list-style: none;
	margin: 0px;
	overflow: visible;
	padding: 0px;
	position: absolute;
	width: 163px;
	z-index: 99;
}
#nav ul, #nav ul ul, #nav ul ul ul{
	display: none;
	left: 163px;
	position: absolute;
	top: 0px;
}
li>ul {
	left: auto;
	top: auto;
}

/*  horizontal nav */
#horizontalnav {
	position: absolute;
	height: 27px;
	line-height: 27px;
	margin-top: 149px;
	margin-left: 170px;
}
#horizontalnav a {
	color: #FFFFFF;
	height: 27px;
	line-height: 27px;
	font-size: 12px;
	font-weight: bold;
	border-left: 1px solid #626262;
	border-right: 1px solid #000000;
	text-decoration: none;
	padding: 0px 15px 0px 15px;
	margin: 0px;
	display: block;
	float: left;
}
#horizontalnav a:hover {
	color: #DDDDDD;
}

