#top-nav		{ float:left; margin:0; padding:0; width:900px; height:34px;font-family: 'Georgia', Times New Roman, Times, serif; font-weight:bold;}


.menu2 {padding:0; margin: 0 0 0; list-style:none; height:34px; width:900px; position:relative;}

.menu2 li.top {display:block; float:left; position:relative; margin:0; padding:0;}
.menu2 li a.top_link {display:block; float:left; height:34px; line-height:34px;color: #000000;text-decoration: underline;font-size:16px; font-weight:narmal; cursor:pointer;}
.menu2 li a.top_link span {float:left; display:block; padding:0 15px 0 16px; height:34px; background:url(images/menu_div.gif) no-repeat top right; font-size:16px; display:inline;}  /* here you can adjust the padding of list accordingly */
.menu2 li a.top_link span.down {float:left; display:block; padding:0 15px 0 15px; height:34px; font-size:16px; display:inline;}/* here you can adjust the padding of list with sub list accordingly */

.menu2 li a.top_link:hover {color: #b32017; text-decoration:none;}



.menu2 li a.top_link span.nobrd { background:none;}



.menu2 li:hover > a.top_link {color: #b32017; text-decoration:none;}
.menu2 li:hover > a.top_link span {}




.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:0; top:33px; background: #b9b6b6; padding:0;border-bottom:1px solid  #CCCCCC;border-left:1px solid  #CCCCCC;border-right:1px solid  #CCCCCC;white-space:nowrap; width:200px; height:auto; font-weight:normal;}

*html .menu2 :hover ul.sub {left:0;/top:33px; background: #b9b6b6; padding:0;border-bottom:1px solid  #CCCCCC;border-left:1px solid  #CCCCCC;border-right:1px solid  #CCCCCC;white-space:nowrap; width:200px; height:auto; font-weight:normal;}



.menu2 :hover ul.sub li {display:block; height:27px; position:relative; float:left; width:200px; text-align:left; margin:0;}
.menu2 :hover ul.sub li a {display:block; font-size:12px; height:30px; width:200px; line-height:30px; text-indent:5px; color:#FFF; text-decoration:none; border-top: 1px solid #CCCCCC;}

.menu2 :hover ul.sub li a:hover {background:#e8e8e8; color:#45403a;border-top: 1px solid #CCCCCC; height:26px;}/* CSS Document */


