#nav{
	padding:0;
	margin:7px 0 20px 0;
	width: 188px;
}
#nav li{
	list-style:none;
	position:relative;
	float:left;
	width:100%;
	margin:-8px 0;
	overflow:hidden;
}
#nav a{
	background:url(../layout-images/bg-nav1-t.png) no-repeat;
	padding-top:8px;
	width:100%;
	color:#fff;
	font-size:13px;
	font-weight:bold;
	display:block;
	text-decoration:none;
}
#nav a span{
	background:url(../layout-images/bg-nav1-b.png) no-repeat 0 100%;
	display:block;
	padding:3px 7px 26px 27px;
}
#nav ul li{margin:0;}
#nav ul a{
	background:none;
	padding:0 5px 0 17px;
	line-height:17px;
	font-size:12px;
	color:#272959;
	width:auto;
}
#nav ul .selected a,
#nav ul .active,
#nav ul a:hover{
	color:#fff;
	background:#dec5e6 url(../layout-images/bg-nav2-hover.gif) repeat-x 0 100%;
	text-decoration:none;
}
#nav ul{
	margin:0 12px;
	padding:0 0 26px;
	width:165px;
	background:#c3c3c3 url(../layout-images/bg-nav2.png) repeat-x;
	overflow:hidden;
	position:relative;
}
#nav ul ul{
	margin:0;
	background:none;
	padding:0;
}
#nav ul .selected ul a,
#nav ul ul a{
	padding:0 0 0 30px;
	background:none;
	color:#272959;
}
#nav ul ul a:hover,
#nav ul ul a.active{
	background:#96969d url(../layout-images/arrow-nav.gif) no-repeat 20px 5px;
	color:#fff;
}
#nav .ui-icon{display:none;}
#nav .slide{width:100%;overflow:hidden;display:none;}
#nav .bottom{
	clear:both;
	margin:0 11px 6px;
	width:166px;
	position:relative;
}
#nav .bottom div{
	background:url(../layout-images/bg-nav-bottom.png) no-repeat;
	width: 166px;
	height: 20px;
	text-indent:-9999px;
	position:absolute;
	/*bottom:-6px;*/
	top:-6px;
	left:0;
}
* html #nav .bottom div{background-color:#282a58;}
/*--- Footer ---*/
.f-nav{
	list-style:none;
	padding:7px 0;
	margin:0;
	border-top:1px solid #fff;
	border-bottom:1px solid #fff;
	width:100%;
	text-align:center;
}
.f-nav li{
	display:inline;
	background:url(../layout-images/sep-f-nav.gif) no-repeat 0 55%;
	margin:0 1px 0 -1px;
	padding:0 10px 0 14px;
}
.f-nav li:first-child{background:none;}
.f-nav a{color:#e5e6fa;text-decoration:none;}
.f-nav a:hover{text-decoration:underline;color:#e5e6fa;}
