/* Menu Styles */
.navTable { width:225px; height:180px; background:#345b79; padding:0; margin:0 }

.navLink { width:225px; height:25px; padding:0; margin:0; border-top:1px solid #fff; background:#4f7fa4 url("../images/nav_link_bg.gif"); }
.navLink ul { padding:0; margin:0 }
form { margin:0; padding:0;}

.rollover { display:block; width:225px; height:25px; padding:0; margin:0; list-style:none }
.rollover a { display:block; height:25px; text-align:right; line-height:19pt; text-transform:uppercase; letter-spacing:1px; text-decoration:none; font-size:8pt; font-weight:bold; color:#fff; margin:0; padding:0 30px 0 0}

/*Use the following for the top rollover for drop shadow effect */
.top { background:url("../images/nav_top_link_bg.gif") top repeat-x }
.top:hover { background:url("../images/nav_top_link_bg_over.gif") top repeat-x }
.top a:hover { background:url("../images/nav_top_link_bg_over.gif") top repeat-x }/* Rollover fix for IE 6 */

/*Use the following for the standard rollover without drop shadow effect */
.standard:hover { background:#6190b5 url("../images/nav_link_bg.gif") }
.standard a:hover { background:#6190b5 url("../images/nav_link_bg.gif") }/* Rollover fix for IE 6 */

.subNavSection { width:225px; height:100px; float:right; background:url("../images/subnav_bg.jpg") top repeat-x; border:solid #1a3041; border-width:1px 0 }
.subNavSection ul { padding:0; margin:0; text-align:right }
.subNavSection li { list-style:none; line-height:12pt; padding:0 15px 0 0; margin:0 31px 0 0; background:url("../images/arrow.gif") right no-repeat }
/*.subNavSection a { color:#d6c188; letter-spacing:1px; font-size:8pt; text-decoration:none }
.subNavSection a:hover { color:#fff }*/

.subRollover a { color:#d6c188; letter-spacing:1px; font-size:8pt; text-decoration:none }
.subRollover a:hover { color:#fff }

.subCurrent a { color:#ffffcc; letter-spacing:1px; font-size:8pt; text-decoration:none }