/* COMMON */ 
.nav-main, .nav-tabs, .nav-footer { list-style-type : none; margin : 0px; padding : 0px; }

/* MAJOR NAVIGATION */
.nav-main { margin-left : 18px; }
.nav-main li { width : 185px; height : 80px; float : left; overflow:hidden; border-right : 1px solid #cacaca; margin-top : 10px; }

.nav-main li a { width : 230px; height : 80px; display : block; color : #ffffff; text-decoration : none; padding : 0px 20px; }
.nav-main li a img { float : right; border : 0px; }
.nav-main li a strong { display : block; margin-bottom : 10px; font-size : 1.2em; }
.nav-main li a span { display : block; width : 140px; margin-right : 10px; }

.nav-main li a:hover strong { text-decoration : underline; }

/* MINOR NAVIGATION */
.nav-tabs li { width : 159px; font-weight : bold; font-size : 1.0em; line-height : 25px; float : left; margin-left : -20px; }
.nav-tabs li a { color : #525252; background : url('i/btn/trans-tab.png') 0px 0px no-repeat; height : 27px; display : block; padding-left : 40px; text-decoration : none; position : relative; z-index: 10; }
.nav-tabs li.active a, .nav-tabs li a:hover { background-position : 0px 100%; z-index : 200; color : #fff; }

/* FOOTER NAVIGATION */
.nav-footer { float : left; }
.nav-footer li { margin-bottom : 14px; }
.nav-footer a { color : #ffffff; text-decoration : none; }
.nav-footer a:hover { text-decoration : underline; }
.nav-footer-mr { margin-right : 50px; }
