/* medium horizontal menu */
#hzmenu { padding:0 auto;
margin:0 auto;
list-style-type:none;
border-top:1px solid #A3A700!important;
border-left:1px solid #A3A700!important;
border-right:1px solid #A3A700!important;
width:960px;
height:30px;
background: url(images/menu/diag_green476.gif) repeat top left;
background-position: 0px -75px;
}
#hzmenu li { background: url(images/menu/diag_green476.gif) no-repeat top left;
background-position: 0px -1px;
width:113px;
height:30px;
float:left;
}
#hzmenu a em { font-family:Verdana, Arial, Helvetica, sans-serif;
font-weight:bold;
font-size:11px;
font-style:normal;
}
#hzmenu a { text-decoration:none;
color:#000;
position:absolute;
width:113px;
height:30px;
display:block;
}
#hzmenu a.hzmove { line-height:28px;
color:#000;
text-indent:26px;
}
#hzmenu a:hover { width:137px;
height:30px;
z-index:200;
}
#hzmenu a:hover em { position:absolute;
overflow:hidden;
width:140px;
height:30px;
left:0px;
top:0px;
text-indent:28px;
color:#FFFFCC;
line-height:30px;
cursor:pointer;
}
#hzmenu a:hover.hzmove em { background: url(images/menu/diag_green476.gif) no-repeat top left;
background-position: 0px -38px;
}