#nav { margin-top: -21px; float: right; width: 750px; height: auto; background: url(/img/nav-bottom-line.png) repeat-x bottom; position: relative; }

.high_tab, .current_high_tab { margin: 0; padding: 0; float: right; list-style: none; display: block; }

li { display: inline; margin: 0; padding: 0; height: auto; }

.high_tab a,
.current_high_tab a { display: block; height: 21px; float: left; background: url(/img/nav-left-blue.png) no-repeat left top; padding: 0 0 0 3px; border-bottom: 1px solid white; text-decoration: none; font-size: 12px; line-height: 20px; white-space: nowrap; margin-left: 2px; }
* html .high_tab a, * html .current_high_tab a { width: 1px; }

.high_tab a strong, 
.current_high_tab a strong { height: 100%; display: block; background: url(/img/nav-tab-right-blue.png) no-repeat right top; padding: 0 11px 0 8px; color: white; }

.high_tab a:hover, 
.high_tab li:hover a { background-position: 0 -75px; border-color: #474747; cursor: pointer; }

.high_tab a:hover strong, 
.high_tab li:hover a strong { background-position: 100% -75px; border-color: #474747; color: white; }

.low_tab { display: none; }

/* splitter */
.current_high_tab a { background-position: 0 -75px; border-color: #474747; }
.current_high_tab a strong { background-position: 100% -75px; color: white; }

.low_tab li a:hover, 
.high_tab a:hover .low_tab li a:hover, 
.high_tab li:hover .low_tab li a:hover { background: #474747 url(/img/nav-sub-sep.png) top right no-repeat; color: white; text-decoration: underline; }

.submenu_active .current_low_tab a, 
.submenu_active a:hover { background: #474747 url(/img/nav-sub-sep.png) top right no-repeat; color: white; text-decoration: underline; }

.high_tab li a:hover .low_tab, 
.high_tab li:hover .low_tab { display: block; position: absolute; width: 700px; top: 21px; right: 0; background: #474747; margin-top: 1px; padding: 0; z-index: 100; }

.low_tab, .submenu_active { margin: 0; padding: 0; list-style: none; }
.submenu_active { display: block; position: absolute; width: 750px; top: 21px; left: 0; margin-top: 1px; padding: 0; z-index: 10; color: white; }
* html .submenu_active, * html .high_tab a:hover .low_tab { z-index: -1; margin-top: 0; margin-t\op: 1px; }

.submenu_active a { height: 25px; float: right; text-decoration: none; line-height: 24px; white-space: nowrap; font-weight: normal; }
.submenu_active a, 
.high_tab a:hover .low_tab li a, 
.high_tab li:hover .low_tab li a { float: right; display: inline; background: #474747 url(/img/nav-sub-sep.png) top right no-repeat; padding: 0 10px 0 8px; margin: 0; font-size: 11px; width: auto; white-space: nowrap; font-weight: normal; border: 0; color: white; height: 24px; line-height: 24px; }
