
/* -- Sub-Menus -- */
/* NAVIGATION */
#nav_main{
    position: relative;
	float:left;
    border-top: 1px solid #436381;
    width: 959px;
	height:24px;
	color: #212e38;
	padding-top:5px;
	margin-top:20px;
	font-family: Verdana, Geneva, sans-serif; 
	font-weight:normal;
	background: #012d55;
}

#nav_main > ul{
    height: 15px;
    margin-top: 2px;
	padding-left: 10px;
    position: relative;
	background:none;
}
#nav_main > ul > li{
    display: block;
    float: left;
    margin-right: 15px;
    padding-left: 15px;
	background:none;
    border-left: 1px solid #436381;
}
#nav_main > ul > li:first-child{
    border-left: none;
    padding-left: 0;
}
#nav_main a,
#nav_main a:link,
#nav_main a:active,
#nav_main a:visited{
	color: #bbc6cf;
	font-size: 12px;
	text-decoration: none;
	font-weight:normal;
	font-family: Verdana, Geneva, sans-serif;
}
#nav_main a:hover{
    color: #fff;
    font-size: 12px;
    text-decoration: none;
}



ul.jd_menu ul {
	position: absolute;
	display: none;
	list-style-type: none;
	margin: 10px 0 0 0;
	padding: 0;
	z-index: 10000;
}

ul.jd_menu ul{
    background: #012d55;
    padding: 5px 10px 10px 10px;
    border-right: 1px solid #333;
    border-bottom: 2px solid #333;
}

ul.jd_menu ul {
	height: auto;
}
* html ul.jd_menu ul {
	width: 1%;
}
ul.jd_menu li {
	cursor: pointer;
	white-space: nowrap;
	background: #none;
}
ul.jd_menu li li {
	width: 200px;
	padding:3px 8px;
	background: #012d55;
}
ul.jd_menu li a {
	text-decoration: none;
}

