#nav{
	float:left;
	font-size:11px;
	left:0px;
	line-height:15px;
	list-style:none;
	margin:15px 0px 0px 0px;
	padding:0px 0px 0px 15px;
	width:150px;
}
#nav li{
	background-color:transparent;
	border-bottom:none;
	display:block;
	height:auto;/*auto */
	margin:0px;
	padding:0px;
	position:relative;
	width:133px;
}
#nav li a{
	background-color:#f1f1f8;
	border-bottom: 1px solid #BCBDC0;
	border-left: 1px solid #BCBDC0;
	border-right: 1px solid #BCBDC0;
	color: #000000;
	display:block;
	margin:0px;/*helps Opera with hover */
	padding:2px 10px 2px 10px;
	text-decoration:none;
	letter-spacing: 1px;
	width:113px;/* helps IE with hover */
}
#nav li.menucat{
	background-color: transparent;
	border-bottom:2px solid #000000;
	color:#000000;
	display:block;
	margin:0px;/*helps Opera with hover */
	padding:15px 10px 3px 0px;
	width:125px;/* helps IE with hover */
	font-weight: bold;
	font-size:12px;
}
#nav li a:hover{
	background-color:#FEFF53;
}
#nav li a.sitemap{
	background-color: transparent;
	border: none;
	color: #88858F;
	display:block;
	margin:20px 0px 0px 0px;/*helps Opera with hover */
	padding:0px 10px 0px 10px;
	text-decoration:none;
	letter-spacing: 1px;
	;/* helps IE with hover */
	text-align: center;
}
#nav li a.sitemap:hover{
	background-color: transparent;
	border: none;
	color: #000000;
	display:block;
	margin:20px 0px 0px 0px;/*helps Opera with hover */
	padding:0px 10px 0px 10px;
	text-decoration: underline;
	letter-spacing: 1px;
	;/* helps IE with hover */
	text-align: center;
}
#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, #nav ul ul{
	display:none;
	left:134px;
	list-style:none;
	margin:0px;
	overflow:visible;
	padding:0px;
	position:absolute;
	top:-1px;
	z-index:99;
	width: 135px;
}
li>ul { 
	top: auto;
	left: auto;
}

/* Win IE only \*/
* html #nav li{
	float:left;
	display: inline;
}/* end holly hack */
/* Only IE-win sees this. \*/
* html #nav {
	height: 1%;
}




