@charset "utf-8";
/* CSS Document */

#nav {
	width:1250px;
	height:35px;
	margin-top: 3px;
	float: left;	
}

.button {
    background-image: url("../images/button.png");
    color: white;
    cursor: pointer;
    display: block;
    float: left;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    height: 26px;
    overflow: hidden;
    padding-left: 0.85px;
    text-align: center;
    text-decoration: none;
    width: 138px;
    padding-top: 9px;
}


.button:hover {
	background-image:url(../images/button_over2.png);
	width:138px;
	height: 26px;
}



.cfeSubMenu {
   background-image: url(../images/newdropdown_alt_3.png);
    width:1249px;
    height: 40px;
    position: absolute;
    top: 243px;
    display: none;
    z-index: 1000;
    overflow: hidden;
    background-repeat: no-repeat;
}
.cfeSubMenuItem a{
    color: #000000;
    display: block;
    float: left;
    font-size: 11px;
    padding-top: 13px;
    text-align: center;
    text-decoration: none;
    width: 138px;    
    height: 28px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;

}

.cfeSubMenuItem a:hover{
    color: #FFF;
    background-image: url(../images/hover.png);
    background-repeat:no-repeat;    
    background-position:center center;
    background-size:135px 22px;
    font-weight: bold;
}

#cfeSubMenu_1 {
  left: 0px;
}

#cfeSubMenu_2 {
  left: 0px;
  /*left: 139px;*/
}


#cfeSubMenu_3 {
  left: 0px;
  /*left: 277px;*/
}


#cfeSubMenu_4 {
  left: 0px;
 /* left: 416px;*/
}


#cfeSubMenu_5 {
  left: 0px;
  /*left: 554px;*/
}


#cfeSubMenu_6 {
  left: 0px;
  /*left: 693px;*/
}

#cfeSubMenu_7 {
  left: 0px;
  /*left: 833px;*/
}

#cfeSubMenu_8 {
  left: 0px;
  /*left: 950px;*/
}

#cfeSubMenu_9 {
  left: 0px;
  /*left: 950px;*/
}

#nav div a {
  color: #FFFFFF;
  font-size: 11px;
  position: relative;
  text-decoration: none;
  display: block;
  width: 138px;
  height: 25px;
  padding-top: 10px;
  font-size: 12px;
}

.nav_menu_item {
  font: Arial;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #FFF;
  text-decoration:none;
  width:138px;
  height:25px;
  display:block;
}

.subnavbuttonrollover {
  background-image: url(../images/button_over2.png);
}