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

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

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

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

/* style the second level links */
.vert ul ul a, .vert 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 .vert ul ul a, * html .vert ul ul a:visited {width:149px;w\idth:149px;}

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

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