#menu .top {
   	font-family:Arial Narrow;
    font-weight: normal;
    font-size: 12px;
    padding: 1px 9px 1px 9px;
    
    
}
#menu .top a {
    color: #014abd;
    text-decoration: none;
    white-space: nowrap;

}
#menu .top a:hover {
    color: #014abd;
    text-decoration: none;
    white-space: nowrap;
    
}
#menu .section-top { 
	position: absolute; 
	top: 125px;
	border-color: #ffffff; 
	border-width: 0; 
	border-style: none solid solid;
	visibility: hidden; }

#menu .section {
    border-color: #ffffff;
    border-width: 0px;
    border-style: none solid solid solid;
    position: absolute;
    visibility: hidden;
}

#menu .sub {
   	position: relative;
    width: 100%;
	
}
#menu .box {
    background-color: #ffcf0b;
    font-family: arial;
    font-size: 11px;
    font-weight: normal;
    padding: 5px 8px 5px 10px;
   	border-bottom: 1px solid #fcb300;
    border-top: 1px solid #ffffff;
    
}
#menu .box-hover {
    background-color: #feff99;
    font-family: arial;
    font-size: 11px;
    font-weight: normal;
  	/*background-image: url(../img/fle_back.gif);
  	background-repeat: no-repeat;*/
    padding: 5px 8px 5px 10px;
   	border-bottom: 1px solid #fcb300;
    border-top: 1px solid #ffffff;
   
}

#menu .box-right {
    background-color: #ffd22a;
    font-family: verdana;
    font-size: 11px;
    font-weight: normal;
    border-color: #ffffff;
    border-width: 1px;
	border-bottom: 1px solid #fcb300;
    /*border-style: solid none none solid;*/
    padding: 5px 8px 5px 10px;
    
}
#menu .box-right-hover {
    background-color: #99CCFF;
    font-family: verdana;
    font-size: 11px;
    border-color: #ffffff;
    border-width: 1px;
    font-weight: normal;
	border-bottom: 1px solid #fcb300;
    /*border-style: solid none none solid;*/
    padding: 5px 8px 5px 10px;
    
}
#menu .box-right img, #menu .box-right-hover img {
    position: absolute;
    top: 5px;
    right:1px;
    
}
#menu a {
    color: #014abd;;
    text-decoration: none;
    white-space: nowrap;
}
#menu a:hover {
    color: #014abd;
    text-decoration: none;
    white-space: nowrap;
} 




