#nav {
	margin: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-size: 14px;
	position: absolute;
}

#nav ul {
          padding:0;
		  margin:0;
		  list-style:none;
}
#nav li {
	float:left;
	width:137px;
	position:relative;
	list-style:none;
}

li ul {
          display:none;
		  margin-top:20px;
}
li:hover ul, li.over ul {
          display:block;
		  }
.current {
	float: left;
	background-image: url(li.gif);
	background-repeat: no-repeat;
	width:137px;
	height:22px;
	text-decoration: none;
	text-align: center;
	padding-top: 5px;
	color: #38332D;
	background-position: right center;
}
.current:hover {
	color: #CC0000;
	background-image: url(li.gif);
	background-repeat: no-repeat;
	width:137px;
	height:22px;
	background-position: right center;
}
.lv2 a{
	display:list-item;
	text-decoration: none;
	width: 134px;
	color: #38332D;
	background-color: #FFECEC;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CC0000;
	border-bottom-color: #CC0000;
	border-left-color: #CC0000;
	padding-top: 7px;
	padding-right: 0;
	padding-bottom: 5px;
	font-size: 13px;
	text-align: center;
}
.lv2 ul {
position: absolute;
float:none;
visibility: hidden;}
.lv2 li{
	display: list-item;
	float: none;
}
.lv2 a:hover{
	background-color: #FDFDFD;
	color: #CC0000;
	font-size: 13px;
	}
.nobor {
	background-image: none!important;
}
