/* ================================================================
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http: //www.cssplay.co.uk/menus/final_drop2.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the assocaited (x)html may be modified in any
way to fit your requirements.
=================================================================== */
/* style the outer div to give it width */
.menu {
   width: 800px;
   font-size: 0.85em !important;
}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
   padding: 0 0 0 5px;
   margin: 0;
   list-style-type: none;
}
.menu ul ul {
   width: 99px;
   position: relative;
   z-index: 10;
}

/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {
   float: left;
   width: 99px;
   position: relative;
   z-index: 10;
}
/* style the links for the top level */
.menu a,
.menu a:visited {
   display: block;
   font-size: 11px;
   text-decoration: none;
   color: #fff;
   width: 99px;
   height: 38px;
   background: transparent;
   line-height: 38px;
   text-align: center;
}

.menu li.multi-line {
}
.menu li.multi-line a {
	font-size: 10px;
	line-height: 12px;
}
.menu li.multi-line a span {
	display: block;
	padding-top: 6px;
}

/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {
   width: 99px;
   w\idth: 110px;
}

/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {
   /* background: #949e7c; */
   background: #fff;
}
/* style the second level hover */
.menu ul ul a.drop:hover {
   /*background: #c9ba65;*/
   background: #fff;
}
.menu ul ul :hover > a.drop {
   /*background: #c9ba65;*/
   background: #fff;
}
/* style the third level background */
.menu ul ul ul {
   /*border-top: 1px solid #323c7a;*/
}
.menu ul ul ul a, .menu ul ul ul a:visited {
    background: #444b93; 
    color: #FFF; 
    z-index: 1001;
    margin-left: 41px;
   /*
   background: #fff;
    */
}
/* style the third level hover */
.menu ul ul ul a:hover {
   /*background: #b2ab9b;*/
   color: #fff;
   background: #323c7a;
}
.menu ul ul ul:hover > a {
   /*background: #b2ab9b;*/
   background: #fff;
}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
   visibility: hidden;
   position: absolute;
   height: 0;
   top: 38px;
   left: 0;
   width: 114px;
   display: block;
}
/* another hack for IE5.5 */
* html .menu ul ul {
   top: 39px;
   t\op: 38px;
}

/* position the third level flyout menu */
.menu ul ul ul {
   left: 150px;
   top: 0;
   width: 150px;
}
/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {
   left: -150px;
}

/* style the table so that it takes no part in the layout - required for IE to work */
.menu table {
   position: absolute;
   top: 0;
   left: 0;
}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {
   /*background: #d4d8bd;*/
   background: #fff;
   border: solid #323c7a;
   border-width: 0 1px 1px;
   color: #000;
   height: auto;
   line-height: 1em;
   padding: 5px 10px;
   /* width of the 2nd level links */
   width: 175px;
   text-align: left;
/* yet another hack for IE5.5 */
}
* html .menu ul ul a {
   width: 10px;
   w\idth: 129px;
}


/* style the top level hover */
.menu a:hover, .menu ul ul a:hover {
   color: #fff;
   background: #323c7a;
}
.menu :hover > a, .menu ul ul :hover > a {
   color: #fff;
   background: #323c7a;
}

.menu ul li:hover ul,
.menu ul a:hover ul {
   visibility: visible;
}
.menu ul li:hover ul.flyout,
.menu ul a:hover ul.flyout {
   visibility: hidden;
}
.menu ul li:hover ul a:hover ul.flyout,
.menu ul li:hover ul li:hover ul.flyout,
.menu ul a:hover ul a:hover ul.flyout,
.menu ul a:hover ul li:hover ul.flyout {
   visibility: visible;
}
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul {
   visibility: hidden;
}
/* keep the fourth level hidden when you hover on second level list OR link */
.menu ul :hover ul :hover ul ul {
   visibility: hidden;
}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul {
   visibility: visible;
}
/* make the fourth level visible when you hover over third level list OR link */
.menu ul :hover ul :hover ul :hover ul {
   visibility: visible;
}




li.top {
   background: transparent url('../images/st-button-small.gif') center center no-repeat;
}
li.top > a {
   padding-right: 3px;
}
li.top > a:hover {
   background: transparent !important;
   background: url('../images/st-button.gif') center center no-repeat;
}

b.topBorder {
   background-color: #323c7a;
   height: 1px;
   font-size: 0px;
   width: 172px;
   display: block;
}

.emailLink,
.faxLink,
.mailLink {
   display: block;
   float: left;
   margin-top: -4px;
   margin-left: -10px;
   height: 20px;
   width: 25px;
}

.emailLink {
   background: url('../images/email.gif') center center no-repeat;
}

.faxLink {
   background: url('../images/printer.gif') center center no-repeat;
}

.mailLink {
   background: url('../images/mail_generic.gif') center center no-repeat;
}


#nav ul.menu .top-sub-menu a:visited {
    background: #242b73;
}

