/* Main navigation bar styles*/
.subNavRow { width:247px; height:272px; background:url("../images/subnav_bg.jpg") top right no-repeat }
.subNavRow ul { width:192px; font-family:Verdana, Arial, Helvetica, sans-serif; list-style-type:none; padding:0; margin:30px 0 0 0 }
.subNavRow ul li { float:left; position:relative; text-align:left; color:#3c3d49; font-size:8.5pt; font-weight:bold; list-style:none; background:url("../images/subnav_divide.gif") bottom left no-repeat; padding:0; margin:0; z-index:10 }
.box {background:url("../images/nav_icon.gif") left 5px no-repeat;padding-left:10px;}



/* Main menu rollover styles, allows button to stay highlighted when on the dropdown */
.subRollover { float:left; display:block; padding:0; margin:0 }
.subRollover:hover { color:#fffbb7; }
.subRollover img { float:left; padding:4px 5px 0 0; margin:0 }
.subRollover a { width:187px; line-height:10pt; display:block; color:#3c3d49; text-decoration:none; padding:8px 5px 8px 5px; margin:0 }
.subRollover a:hover { color:#fffbb7; background:none;}
.subRollover:hover > a { color:#fffbb7 }

.subCurrent { float:left;  display:block; background:#0B2456; padding:0; margin:0 }
.subCurrent img { float:left; padding:4px 5px 0 0; margin:0 }
.subCurrent a { width:187px; line-height:10pt; display:block; color:#fff; text-decoration:none; padding:8px 5px 8px 5px; margin:0 }
.subCurrent a:hover { background:none }


/* First level dropdown styles */
/* hide the sub levels and give them a positon absolute so that they take up no room */
.subNavRow ul ul { width:230px; border:#fff solid 3px; background:url("../images/subnav_bg.jpg") top no-repeat; visibility:hidden; position:absolute; height:0; top:-13px; left:192px; padding:10px 0 0 0; margin:0 }
.subNavRow ul ul li { display:block; width:210px; height:auto; font-size:7pt; float:left; line-height:3px; position:relative; border:none; background:none; padding:0; margin:0  }
/* rollover styles */
.subNavRow ul ul a { display:block; height:auto; width:210px; color:#fff; line-height:normal; text-transform:none; border-top:1px #7d86b2 solid; padding:8px 0 8px 20px; margin:0 ;background:none;}
.subNavRow ul ul a:hover { background:#000f50 url("../images/subnav_bg_over.jpg") bottom left repeat-x; color:#fffc9f}
.subNavRow ul ul :hover > a {color:#fffc9f }
* html .subNavRow ul ul a {width:210px; w\idth:210px }



/* style the table so that it takes no part in the layout - required for IE to work */
.subNavRow table {position:absolute; left:0; top:0; font-size:10px;}
 
 
 
/* Style the second level flyouts level background and rollovers */
/*
.subNavRow ul ul ul{left:177px; top:0; width:160px; border:solid #8F855B; border-width:1px 0 0 0 }/* position the third level flyout menu */
/*
.subNavRow ul ul ul a {background:#DAC788 }
.subNavRow ul ul ul a:hover {background:#BDAB6E;}
.subNavRow ul ul ul :hover > a {background:#BDAB6E;}*/
.subNavRow ul ul ul { width:230px; border:#fff solid 3px; background:url("../images/subnav_bg.jpg") top no-repeat; visibility:hidden; position:absolute; height:0; top:-13px; left:230px; padding:10px 0 0 0; margin:0 }
.subNavRow ul ul ul li { display:block; width:210px; height:auto; font-size:7pt; float:left; line-height:3px; position:relative; border:none; background:none; padding:0; margin:0  }
/* rollover styles */
.subNavRow ul ul ul a { display:block; height:auto; width:210px; color:#fff; line-height:normal; text-transform:none; border-top:1px #7d86b2 solid; padding:8px 0 8px 20px; margin:0 }
.subNavRow ul ul ul a:hover { background:#000f50 url("../images/subnav_bg_over.jpg") bottom left repeat-x; color:#fff}
.subNavRow ul ul ul :hover > a {color:#fffc9f }
* html .subNavRow ul ul ul a {width:210px; w\idth:210px }



/* Style the third level flyouts level background and rollovers */
.subNavRow ul ul ul ul {left:181px; top:0; width:160px;}/* position the third level flyout menu */
.subNavRow ul ul ul ul a {background:#277BC7;}
.subNavRow ul ul ul ul a:hover {background:#0F5DA4;}
.subNavRow ul ul ul ul :hover > a {background:#0F5DA4;}



/* Styles for the right side drop down */
.right ul ul { left:-105px;}
.right ul ul ul{left:-175px; top:0; width:160px; border:solid #8F855B; border-width:1px 0 0 0 }



/* make the second level visible when hover on first level list OR link */
.subNavRow ul :hover ul{visibility:visible; height:auto; padding-bottom:3em; background:transparent url(../images/trans.gif);}
/* keep the third level hidden when you hover on first level list OR link */
.subNavRow ul :hover ul ul{visibility:hidden;}
/* keep the fourth level hidden when you hover on second level list OR link */
.subNavRow ul :hover ul :hover ul ul{visibility:hidden;}
/* make the third level visible when you hover over second level list OR link */
.subNavRow ul :hover ul :hover ul{visibility:visible;}
/* make the fourth level visible when you hover over third level list OR link */
.subNavRow ul :hover ul :hover ul :hover ul {visibility:visible;}