@charset "UTF-8";
/* CSS Document */

.hmenu {width:745px; height:32px; font-family: Arial, Helvetica, sans-serif; font-weight: bold; font-size:10px; position:relative; z-index:100;border-right:0px solid #fff;}
/* hack to correct IE5.5 faulty box model */
* html .hmenu {width:746px; w\idth:845px;}
/* remove all the bullets, borders and padding from the default list styling */
.hmenu ul {padding:0;margin:0;list-style-type:none;}
.hmenu ul ul {width:149px;}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown hmenu positon */
.hmenu li {float:left;width:149px;position:relative;}
/* style the links for the top level */
.hmenu a, .hmenu a:visited {display:block;font-size:11px;text-decoration:none; color:#000066; background-color:#FFFFFF; width:138px; height:15px; border:1px solid #000066; border-width:0px 0 0px 4px; padding-left:10px; line-height:18px;}
/* a hack so that IE5.5 faulty box model is corrected */
* html .hmenu a, * html .hmenu a:visited {width:129px; w\idth:129px;}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.hmenu ul ul {visibility:hidden;position:absolute;height:0;top:14px;left:0; width:149px;border-top:0px solid #000066;}
/* another hack for IE5.5 */
* html .hmenu ul ul {top:15px;t\op:16px;}

/* position the third level flyout hmenu */
.hmenu ul ul ul{left:149px; top:-1px; width:149px;}

/* position the third level flyout hmenu for a left flyout */
.hmenu ul ul ul.left {left:-149px;}

/* style the table so that it takes no ppart in the layout - required for IE to work */
.hmenu table {position:absolute; top:0; left:0; border-collapse:collapse;}

/* style the second level links */
.hmenu ul ul a, .hmenu ul ul a:visited {background:#000066; color:#FFFFFF; height:auto; line-height:1em; padding:5px 10px; width:131px;border-width:0 1px 1px 1px;}
/* yet another hack for IE5.5 */
* html .hmenu ul ul a, * html .hmenu ul ul a:visited {width:153px;w\idth:153px;}

/* style the top level hover */
.hmenu a:hover, .hmenu ul ul a:hover{color:#000066; background:#FFFFFF;}
.hmenu :hover > a, .hmenu ul ul :hover > a {color:#000066;background:#FFFFFF;}

/* make the second level visible when hover on first level list OR link */
.hmenu ul li:hover ul,
.hmenu ul a:hover ul{visibility:visible;}