

#cssmenu ul,
#cssmenu li,
#cssmenu span,
#cssmenu a {
  margin: 0;
  padding: 0;
  position: relative;
}
#cssmenu:after,
#cssmenu ul,
#cssmenu li,
#cssmenu span,
#cssmenu a {
  margin: 0;
  padding: 0;
  position: relative;
}
#cssmenu:after,
#cssmenu ul:after {
  content: '';
  display: block;
  clear: both;
}
#cssmenu a {
  color: #ffffff;
  display: inline-block;
  font-family: Arial, sans-serif;
  font-size: 16px;
  font-weight: bold;
  min-width: 40px;
  text-align: center;
  text-decoration: none;
}
#cssmenu ul {
  list-style: none;
  background: #bbbbbb ;

  background: -moz-linear-gradient(top, #bbbbbb 0%, #787878 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #bbbbbb), color-stop(100%, #787878));
  background: -webkit-linear-gradient(top, #bbbbbb 0%, #787878 100%);
  background: -o-linear-gradient(top, #bbbbbb 0%, #787878 100%);
  background: -ms-linear-gradient(top, #bbbbbb 0%, #787878 100%);
  background: linear-gradient(to bottom, #bbbbbb 0%, #787878 100%);
  border-bottom: 1px solid #5d5d5d;
  border-top: 1px solid #5d5d5d;
}

#cssmenu > ul > li {
  float: left;
}


#cssmenu > ul > li a {
  background: #bbbbbb ;
  background: -moz-linear-gradient(top, #bbbbbb 0%, #787878 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #bbbbbb), color-stop(100%, #787878));
  background: -webkit-linear-gradient(top, #bbbbbb 0%, #787878 100%);
  background: -o-linear-gradient(top, #bbbbbb 0%, #787878 100%);
  background: -ms-linear-gradient(top, #bbbbbb 0%, #787878 100%);
  background: linear-gradient(to bottom, #bbbbbb 0%, #787878 100%);
  line-height: 39px;
  padding: 0 40px;
  filter: none;
}

#cssmenu > ul > li a:hover {
  color: #000000;
  background: #FCDB00;
  background: -moz-linear-gradient(top, #FCDB00 0%, #FFED77 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FCDB00 ), color-stop(100%, #FFED77 ));
  background: -webkit-linear-gradient(top, #FCDB00 0%, #FFED77 100%);
  background: -o-linear-gradient(top, #FCDB00 0%, #FFED77 100%);
  background: -ms-linear-gradient(top, #FCDB00 0%, #FFED77 100%);
  background: linear-gradient(to bottom, #FCDB00 0%, #FFED77 100%);
  filter: none;
}

#cssmenu .has-sub:hover ul {
  display: block;
}
#cssmenu .has-sub ul {
  display: none;
  position: absolute;
  top: 39px;
  min-width: 100%;
  text-align: center;
  /* IE7 */

  *width: 100%;
}
#cssmenu .has-sub ul li {
  text-align: center;
}
#cssmenu .has-sub ul li a {
  border-top: 0 none;
  border-left: 1px solid #5d5d5d;
  border-right: 1px solid #5d5d5d;  
  display: block;
  line-height: 120%;
  padding: 9px 5px;
  text-align: center;
}


.menu_des {
   background:#005555 url('img_bg.gif') repeat-x;
   height:57px;
}

.menu_des ul {
    margin: 0; padding: 0;
    float: left;   
}

.menu_des ul li {
    display: inline-block;
    text-align:center;
}

.menu_des ul li a {
    float: left;
    text-decoration: none;
    color: #666666; 
    height:37px;
    padding: 10px 0px;
    font: Arial, sans-serif;
    font-weight: bold;
    font-size: 16px;
}
 
.menu_des ul li a:visited {
    color: #666666;
}
 
.menu_des ul li a:hover, .menu_des ul li .current {
    color: #000000;
    background:url('btn_bg2.gif') repeat-x;
}


.small{
	color: #666666;
	display:block;
	padding: 0px 30px;
	font-size:11px;
	font-weight:normal;
}

.menu_des p {
    margin: 0; padding: 0;
    float: left;
    display: inline-block;

    text-align:center;   
    float: left;
    text-decoration: none;
    color: #000000; 
    height:37px;
    padding: 10px 30px;
    font: Arial, sans-serif;
    font-weight: bold;
    font-size: 16px;
}
