/* top nav Class */
.top_nav_container{width:650px;float:right;margin-top:12px;height:55px;}
.top_nav_container_inner{width:650px;float:right;margin-top:12px;height:57px;}
#topnav { width: 639px;color:#E0E0E0; clear:both; float:left; display: block; font-size: 12px;height:55px;position:relative;}
#topnav  ul { padding-right: 0px; padding-left: 0px; float: left; padding-bottom: 0px; margin: 0px; width: auto;padding-top: 0px; list-style-type: none;float:right;}
#topnav  ul li { display: inline; float: left; margin: 0px 1px; }
#topnav  ul li a.active{ display: inline; float: left; margin: 0px 1px; background:url('../images/mid_black.gif') repeat-x; width:52px;color:#9A9999; font-size: 12px; cursor:pointer;}
#topnav  ul li a.active:hover{ display: inline; float: left; margin: 0px 1px; background:url('../images/mid_black.gif') repeat-x; width:52px;color:#9A9999; font-size: 12px; cursor:pointer;}
#topnav  ul li a.active span.active_mid{float:left;padding-left:5px;padding-top:7px;}
/* Sub Navigation */
#subnav{line-height: 24px; color:#055680; margin-left:1px; clear:both;float:left;display:block;position:absolute;top:30px;text-align:left;left:10px;}
#subnav li{width:550px;list-style:none;}
#subnav li.about{padding-left:58px;list-style:none;}
#subnav li.howToHelp{padding-left:130px;list-style:none;}
#subnav li.whatsNew{padding-left:225px;list-style:none;}
a.dlinks{ color:#797878; text-decoration:none;font-family:Arial, Helvetica, sans-serif;font-size:12px;font-weight:normal;margin-right:19px;}
a.dlinks:hover{ color:#F9F4CE; text-decoration:none;font-family:Arial, Helvetica, sans-serif;font-size:12px;margin-right:19px;}
a.dlinks_active{color:#055680; text-decoration:none;font-weight:normal;font-family:Arial, Helvetica, sans-serif;margin-right:19px;}
a.dlinks_active:hover{color:#055680; text-decoration:none; font-weight:normal;font-family:Arial, Helvetica, sans-serif;margin-right:19px;}

/* Inner pages Tabs */
#tab_navigation { text-align: center; width:width: 639px; clear:both; float:right; position:relative; /*Set to "left" or "right" to position menu accordingly*/ /*border-bottom: 1px solid #999e87; uncomment this line to add bottom border*/ }
#tab_navigation ul { font-family: Arial, Helvetica, sans-serif; font-size: 12px; text-decoration: none; margin: 0px; padding: 0px; list-style:none; }
#tab_navigation li.tab_inactive{ display: inline; background: url('../images/mid_red.gif') repeat-x center top; text-align: center;  padding: 0px; margin-right: 2px; float: left; }

#tab_navigation a.inactive { color: #9a9999; background: url('../images/left_red.gif') no-repeat left top; float: left; margin: 0px; padding-left:5px; text-decoration: none; }
#tab_navigation a.inactive span { background: url('../images/right_red.gif') no-repeat right top;  display: block; padding:10px 13px 4px 5px; }
#tab_navigation a span { float: none; }
#tab_navigation a.inactive:hover { color: #9a9999; background: url('../images/left_red.gif') no-repeat left top; float: left; margin: 0px;  padding-left:5px; text-decoration: none; }
#tab_navigation a.inactive:hover span { background: url('../images/right_red.gif') no-repeat right top; display: block; padding:10px 13px 4px 5px; }

#tab_navigation li.tab_active{ display: inline; background: url('../images/mid_black.gif') repeat-x center top; text-align: center;  padding: 0px; margin-right: 2px; float: left; }
#tab_navigation a.active { color: #F9F4CE; background: url('../images/left_black.gif') no-repeat left top; float: left; margin: 0px; padding-left:5px; text-decoration: none; }
#tab_navigation a.active span { background: url('../images/right_black.gif') no-repeat right top;  display: block; padding:8px 13px 4px 5px; }
#tab_navigation a.active:hover { color: #F9F4CE; background: url('../images/left_black.gif') no-repeat left top; float: left; margin:	0px; padding-left:5px; text-decoration: none; }
#tab_navigation a.active:hover span { background: url('../images/right_black.gif') no-repeat right top; display: block; color: #F9F4CE; padding:8px 13px 4px 5px; } 


