#nav_area
{
    height: 40px;
    text-align: center;
    width: 100%;
    z-index: 8;
	position:relative;
  	float: left;	
}
.foTo__5dropnav {
    bottom: 0;
    font-size: 12px;
    text-align: center;
    width: 100%;
    z-index: 8;
	float:left;
    height: 40px;
    margin: 0;
    padding: 0 5px 0 0px !important;
	position:relative;
}
#foTo__5dropul {
    height: 40px;
    line-height: 40px;
    margin: 0 auto;
    text-align: center;
}
ul {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
#foTo__5dropul li {
    border-right: 1px solid #CCCCCC;
    float: left;
    height: 40px;
    line-height: 40px;
 	list-style: none outside none;	
}
#foTo__5dropul li a {
    color: #ffffff;
    display: block;
    font-family:Georgia, "Times New Roman", Times, serif;
    font-size: 12px;
    font-weight: bold;
    padding: 0 18px;
    text-transform:capitalize;
    text-decoration: none;	
}
#foTo__5dropul li a:hover {
    background: none repeat scroll 0 0 #999;
    color: #fff;
    font-weight: bold;
    text-decoration: underline;
}
#foTo__5dropul li:hover
{
	 background: none repeat scroll 0 0 #999;
	}
#foTo__5dropul li:hover ul {
    background-color: #fafafa;
    border: 1px solid #eee;
    display: block;
    padding: 5px 0;
    position: absolute;
    top: 38px;
 
    width: 200px;
 
    z-index: 1700;
}
#foTo__5dropul li ul {
    background-color: #fafafa;
    display: none;
    position: absolute;
    top: 38px;
 
    width: 200px;
 
    z-index: 1700;
}
#foTo__5dropul li ul li {
    border: medium none;
    height: 32px;
    line-height: 32px;
    width: 195px;
	padding:0px;
	margin:0px;
}
#foTo__5dropul li ul a {
	font-family:"Times New Roman", Times, serif;
    color: #000;
    font-size: 12px;
	height: 32px;
	font-weight:normal;
    line-height:22px;
	padding:5px;
	display:block;
    text-align:left !important;
	border-right:1px solid #f9f9f9;
	background:url(../images/heel.png) no-repeat 4px center;
	padding-left:20px;
}
#foTo__5dropul li ul a:hover
{
	font-weight:normal;
	text-decoration:underline;
	color:#333;
	background:none !important;
	}