/* CSS Document */

.menu2 {padding:0 0 0 0px; margin:0; list-style:none; height:38px; width:900px;position:relative; font-family:arial, verdana, sans-serif; float:right; z-index:1000; font-size:12px;}
.menu2 li.top {display:block; float:left; position:relative; margin-left:0px;}
.menu2 li a.top_link {display:block; float:left; height:38px; line-height:38px; color:#FFF; text-decoration:none; font-size:12px; font-weight:bold; padding:0 0 0 9px; cursor:pointer;}
.menu2 li a.top_link span {float:left; display:block; padding:0 18px 0 14px; height:38px;}
.menu2 li a.top_link span.down {float:left; display:block; padding:0 30px 0 15px; height:38px;}
.menu2 li a.top_link:hover {color:#fff;background:url(../images/nav_left.jpg)bottom left no-repeat;}






.menu2 li:hover > a.top_link {color:#fff;background:url(../images/nav_left.jpg) bottom left no-repeat;}
.menu2 li:hover > a.top_link span {background:url(../images/nav_right.jpg) bottom right no-repeat;}




.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;}
.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 {text-align: left; left:0px; top:36px; background: #3463A9; padding:0;border-bottom:1px solid  #CCCCCC;border-left:1px solid  #CCCCCC;border-right:1px solid  #CCCCCC;white-space:nowrap; width:180px; height:auto; font-weight:normal;}

* html .menu2 :hover ul.sub {float:left;left:0px;/top:36px; background: #3463A9; padding:0;border-bottom:1px solid  #CCCCCC;border-left:1px solid  #CCCCCC;border-right:1px solid  #CCCCCC;white-space:nowrap; width:180px; height:auto; font-weight:normal;}



.menu2 :hover ul.sub li {display:block; height:27px; position:relative; float:left; width:180px;}
.menu2 :hover ul.sub li a {display:block; font-size:11px; height:27px; width:180px; line-height:27px; text-indent:5px; color:#FFF; text-decoration:none; border-top: 1px solid #CCCCCC;}

.menu2 :hover ul.sub li a:hover {background:#4899EA; color:#FFF;border-top: 1px solid #CCCCCC; height:26px;}/* CSS Document */

