/* CSS Document */



.menu2 {padding:0 0 0 0px; margin:0; list-style:none; height:25px; width:800px; position:relative; background-image:url(images/menu_bg.jpg); background-repeat:repeat-x;}
.menu2 li.top {display:block; float:left; position:relative;}
.menu2 li a.top_link {display:block; float:left; height:25px; line-height:22px; color:#000; text-decoration:none; padding:0 0 0 2px; cursor:pointer;}
.menu2 li a.top_link span {float:left; display:block; padding:0 16px 0 16px; height:25px; background:url(../images/but_std.jpg) no-repeat top right;}
.menu2 li a.top_link span.down {float:left; display:block; padding:0 16px 0 16px; height:25px;}
.menu2 li a.top_link:hover {color:#fff;background-color:#10137C;}








.menu2 li:hover > a.top_link {color:#fff; background-color:#10137C;}
.menu2 li:hover > a.top_link span {color:#fff; background-color:#10137C;}




.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 {left:0px; top:25px; background: #fff; padding:0;border-bottom:1px solid  #10137C;white-space:nowrap; width:117px; height:auto; font-weight:normal;}

* html .menu2 :hover ul.sub {left:0px;/top:25px; background: #fff; padding:0;border-bottom:1px solid  #10137C;white-space:nowrap; width:117px; height:auto; font-weight:normal;}



.menu2 :hover ul.sub li {display:block; height:25px; position:relative; float:left; width:117px;}
.menu2 :hover ul.sub li a {display:block; font-size:12px; height:25px; width:117px; line-height:25px; text-indent:5px; color:#000; text-decoration:none; }

.menu2 :hover ul.sub li a:hover {background:#10137C; color:#fff;height:25px;}
.menu2 li.test {width:71px; height:25px; float:left;background:#333 url(../images/but_home2.jpg) no-repeat top left; line-height:0px;}
.menu2 li.test a {width:71px; height:25px; float:left;background:#333 url(../images/but_home2.jpg) no-repeat top left; line-height:0px; color:transparent; text-indent:-999px;}
.menu2 li.test  a:hover{width:71px; height:25px; float:left;background:#333 url(../images/but_home2.jpg) no-repeat bottom left; line-height:0px;}

