#nav, #nav ul{
	list-style-type:none;
	list-style-position:outside;
	position:relative;
	line-height:1.5em;
	width: 952px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	top: 6px;
	padding: 0px;
}

#nav a{
	display:block;
	color:#030;
	text-decoration:none;
	background-repeat: no-repeat;
	height: 27px;
	width: 118px;
	margin-right: 1px;
	line-height: 27px;
	text-align: center;
	font-size: 12px;
}
.thabg {
	background-image: url(../images/btn_rest.gif);
	background-repeat: no-repeat;
}

#nav a:hover{
	background-color:#3D62D7;
	color:#333;
}

#nav li{
float:left;
position:relative;
}
#nav li ul li a {
	line-height: 25px;
	color: #666;
	background-color: #BBEB47;
	height: 25px;
	width: 118px;
	text-align: left;
	padding-left: 4px;
	font-size: 12px;
}

#nav ul {
	position:absolute;
	display:none;
	width:12em;
	top:2em;
}

#nav li ul a{
width:12em;
height:auto;
float:left;
}

#nav ul ul{
top:auto;
}	

#nav li ul ul {
left:12em;
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;
}

