@charset "utf-8";
/* CSS Document */
body {
background-color:#000000;
}
/**--------------- menu -----------**/
.div-bg {background:url(../images/bg_menu.gif) repeat-x left top; width:778px; height:30px;}
.menu2 {padding:0px 0px 0px 0px; margin:0px 0px 0px 0px; list-style:none; height:30px; position:relative; z-index:500; font-family:Arial, Helvetica, sans-serif; float:right; }
.menu2 li.top {display:block; float:left; background:url(../images/i_whitebar.gif) no-repeat right 0.5em; /*border-right:1px #00397c solid;*/  }
.menu2 li.top_last {display:block; float:left; border:0; background:none; }
.menu2 li a.top_link {display:block; float:left; height:30px; line-height:29px; color:#FFFFFF; text-decoration:none; font-size:12px; letter-spacing:1px; font-weight:bold; padding:0 17px 0 16px; cursor:pointer;  /*background: url(../images/blank.gif);*/}
.menu2 li a.top_link span {float:left; display:block; padding:0 0px 0 0px; height:30px;/*background:url(../images/blank.gif) right top;*/}
.menu2 li a.top_link span.down {float:left; display:block; padding:0 1px 0 1px; height:30px; /*background:url(../images/blank.gif) no-repeat right top;*/}
.menu2 li a.top_link:hover {color:#FFFFFF; /*background: url(../images/blank_over.gif) no-repeat;*/}
.menu2 li a.top_link:hover span {color:#FFFFFF; /*background:url(../images/blank_over.gif) no-repeat right top;*/}
.menu2 li a.top_link:hover span.down {color:#FFFFFF; /*background:url(../images/blank_over.gif) no-repeat right top;*/}

.menu2 li:hover > a.top_link {color:#FFFFFF; /*background: url(../images/blank_over.gif) no-repeat;*/}
.menu2 li:hover > a.top_link span {color:#FFFFFF; /*background:url(../images/blank_over.gif) no-repeat right top;*/}
.menu2 li:hover > a.top_link span.down {color:#FFFFFF; /*background:url(../images/blank_over.gif) no-repeat right top;*/}


.menu2 table {border-collapse:collapse; width:0; height:0; position:absolute; top:0; left:0;}

/* Default link styling */

/* Style the list OR link hover. Depends on which browser is used */

.menu2 a:hover {visibility:visible; position:relative; z-index:200;}
.menu2 li:hover {position:relative; z-index:200;}

/* keep the 'next' level invisible by placing it off screen. */
.menu2 ul, 
.menu2 :hover ul ul, 
.menu2 :hover ul :hover ul ul,
.menu2 :hover ul :hover ul :hover ul ul,
.menu2 :hover ul :hover ul :hover ul :hover ul ul {position:absolute; left:-9999px; top:-9999px; width:0; height:0; margin:0; padding:0; list-style:none;}

.menu2 :hover ul.sub {left:0px; top:30px; background: #ff9900; padding:0px; border:1px solid #993300; white-space:nowrap; width:145px; height:auto; z-index:300;}
.menu2 :hover ul.sub li {display:block; height:20px; position:relative; float:left; width:145px; font-weight:normal; border:1px #915700 solid; border-top:0;}
.menu2 :hover ul.sub li a {display:block; font-size:11px; height:20px; width:145px; line-height:20px; text-indent:5px; color:#000; text-decoration:none; letter-spacing:0px;}
.menu2 :hover ul.sub li a:hover {background:#993300; color:#FFFFFF; font-weight:normal;}

.menu2 :hover ul.sub-last {left:-23px; top:30px; background: #ff9900; padding:0px; border:1px solid #993300; white-space:nowrap; width:130px; height:auto; z-index:300;}
.menu2 :hover ul.sub-last li {display:block; height:20px; position:relative; float:left; width:130px; font-weight:normal; border:1px #915700 solid; border-top:0;}
.menu2 :hover ul.sub-last li a {display:block; font-size:11px; height:20px; width:130px; line-height:20px; text-indent:5px; color:#000; text-decoration:none; letter-spacing:0px;}
.menu2 :hover ul.sub-last li a:hover {background:#993300; color:#FFFFFF; font-weight:normal;}
