@CHARSET "UTF-8";


/* Navigation
======================================= */
.nav { position: absolute; right: 0px; top: 25px; width: 676px; height: 42px; background: url(/i/nav.png) no-repeat; margin: 9px 0 0; padding: 16px 0 0 15px;}
.nav-green {background: url(/i/nav-green.png) no-repeat;}
.nav-grey {background: url(/i/nav-grey.png) no-repeat;}
.nav a {display: block; outline: none;}
.nav a span {display: block;}
.nav-separator {width: 1px; padding: 2px 0;}
.nav-separator span {display: block; height: 20px; width: 1px; background: url(/i/nav-separator.png) no-repeat;}
.nav-center a {padding: 6px 3px 0; height: 18px;}
.nav-left {padding: 0 0 0 11px;}
.nav-right {padding: 0 10px 0 0;}
.nav-left a {width: 9px; height: 24px;}
.nav-right a {width: 9px; height: 24px;}
.nav-current-left a {background: url(/i/nav-current-left.png) no-repeat !important;}
.nav-current-center a {background: url(/i/nav-current-center.png) repeat-x !important; padding-left: 7px; padding-right: 7px;}
.nav-current-right a {background: url(/i/nav-current-right.png) no-repeat !important;}
.nav-green .nav-current-left a {background: url(/i/nav-left-green.png) no-repeat !important;}
.nav-green .nav-current-center a {background: url(/i/nav-center-green.png) repeat-x !important; padding-left: 7px; padding-right: 7px;}
.nav-green .nav-current-right a {background: url(/i/nav-right-green.png) no-repeat !important;}
.nav-current-left, .nav-current-right {padding: 0;}
.nav-separator-current span {background: none !important;}
.hover .nav-left a {background: url(/i/nav-left.png) no-repeat;}
.hover .nav-center a {background: url(/i/nav-center.png) repeat-x;}
.hover .nav-right a {background: url(/i/nav-right.png) no-repeat;}
