﻿

/* =DROP DOWN MENU
-----------------------------------------------------------------------------*/


/* ///////////////////////////////////////////////////////////////////////////////////////////////
------------------------------------ QUICKLINKS MENU CSS/EKTRON DROPDOWN STYLES ---------------------------------
/////////////////////////////////////////////////////////////////////////////////////////////// */

/* ================================================================ 
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_drop.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.
=================================================================== */

/* =Main Nav
-----------------------------------------------------------------------------*/


/* =TOP PRIMARY NAVIGATION STYLES
////////////////////////////////////////////////////////////////////// */

#nav_primary {
clear: both;
background: #d3dfe6 url(/images/bkg_nav-primary.gif) repeat-x left top;
height: 30px;
float: left;
width: 920px;
}

#nav_primary ul a {
float: left;
display:block;
text-decoration: none;
}

#nav_primary ul {
float: left;
}

#nav_primary li {
float: left;

}

/*
#nav_primary ul a:hover {
background: url(/images/bkg_navLinkSliding.gif) no-repeat right center;
color: #0088ee;
}

#nav_primary ul {
list-style-type: none;
float: left;
margin: 0; 
padding: 0;
}

#nav_primary ul li {
float: left;
margin: 3px 3px;
padding: 0;
}

#nav_primary ul ul li {

}

#nav_primary ul ul a {
font-size: 12px;
}*/

/*
#navHorizontalMain {
float: left;
width: 735px;
background: #eff3f5 url(/images/bkg_navHorizontalMain.gif) repeat-x left top;
height: 26px;
}

#navHorizontalMain ul a {
display: block;
float: left;
border-left: 1px solid #f1c7c7;
border-right: 1px solid #222;
text-decoration: none;
}

#navHorizontalMain ul ul a {
border-left: none;
border-right: none;
}


#navHorizontalMain ul {
list-style-type: none;
float: left;
margin: 0;
padding: 0;
}

#navHorizontalMain ul li {
float: left;
}
*/

.menu {
/*width:735px; */
font-size:12px;
position:relative;
z-index:5000;
background: none;
font-family:Arial, Helvetica, sans-serif;
position:relative;
float: left;
}



/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
padding:3px 0 !important;
margin: 0;
list-style-type:none;
text-align: center;
}

.menu ul ul {
width:165px;
text-align: left;
font-size: 12px;
}
/* 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:135px;*/
position:relative;
margin: 0 0 0 4px;
}
/* style the links for the top level */
.menu a, .menu a:visited {
display:block;
/*color: #0066b3;*/
color: #3c5c70;
font-size: 14px;
text-decoration:none; 
/*width:135px; */
height:24px; 
vertical-align: middle;
line-height: 24px;
font-weight: bold;
padding: 0 19px;
}

.menu ul a {
background: #eff3f5 url(/images/bkg_navLinkSliding.gif) repeat-x left top;
}


/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {
/*width:135px;
w\idth:135px;*/
padding: 0 18px;
}

/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {
font-weight:normal;
/*background:#d4d8bd url(/test_menu_drop.gif) bottom right no-repeat;*/
/*background: url(test_menu_bkg.gif) no-repeat left bottom;*/
}
/* style the second level hover */
.menu ul ul a.drop:hover{
font-weight: normal;
background: #e2e9ec;
}
.menu ul ul :hover > a.drop {
background: #e2e9ec;

}
/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {
font-weight: normal;
background: #e2e9ec;
/*color: #0066b3;*/
color: #3c5c70;
}

/* style the third level hover */
.menu ul ul ul a:hover 
{
font-weight: normal;
background: #cfd4d6;
/*color: #0088ee;*/
color: #ab783f;
}

/* style the third level drop background */
.menu ul ul ul a.drop, .menu ul ul ul a.drop:visited {
/*background:#d4d8bd url(/test_menu_drop.gif) bottom right no-repeat;*/
font-weight: normal;
background: #e2e9ec;
/*color: #0066b3;*/
color: #3c5c70;
}
.menu ul ul ul a.drop:hover
{
font-weight: normal;
background: #cfd4d6;
/*color: #0088ee;*/
color: #ab783f;
}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
visibility:hidden;
position:absolute;
font-weight: normal;
height:0;
top:24px;
left:0; 
background: #c5d1d9;
/*padding-bottom: 16px;*/
border-left: 1px solid #cfd4d6;
margin: 0;
padding: 0 !important;
}

.menu ul ul li {
margin: 0;
padding: 0;
}


/* another hack for IE5.5 */
* html .menu ul ul {
top:24px;
top:24px;
}


.menu ul ul li {
background-image: none;
font-weight: normal;
}


/* position the third level flyout menu */
.menu ul ul ul
{
font-weight: normal;
left:189px; 
top:0;
width:165px;
padding-bottom: 0;
background-color: #e2e9ec;
background-image: none;
}
/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {
left:-165px;
}

/* style the table so that it takes no ppart 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 {
/*color:#0066b3; */
color: #3c5c70;
height:auto; 
line-height: 28px; 
padding:5px 10px; 
width:170px;
line-height: normal;
/*border-bottom: 1px solid #cfd4d6;*/
border-bottom: 1px solid #ddd;
/*background: #D3DFE6;*/
background: #eee;
font-weight: normal;
font-size: 11px;

/* yet another hack for IE5.5 */
}

* html .menu ul ul a{
width:160px;
w\idth:170px;
}


/* style the top level hover */
.menu a:hover {
background: url(/images/bkg_navLinkSliding.gif) no-repeat right center;
/*color: #0088ee;*/
color: #ab783f;
}
.menu :hover > a {
background: url(/images/bkg_navLinkSliding.gif) no-repeat right center;
/*color: #0088ee;*/
color: #ab783f;
}

/* style the first drop down level hover */
.menu ul ul a:hover{
/*color:#0066b3; */
color:#ab783f;
/*background: #e2e9ec;*/
background: #e3e4e5;
}
.menu ul ul :hover > a {
/*color:#0066b3; */
color:#ab783f;
/*background: #e2e9ec;*/
background: #e3e4e5;
}

/* make the seco`el list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{
visibility:visible; 
}
/* keep the third level hidden when you hover on first level list OR link */
.menu 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;
}

/* keep the fourth level hidden when you hover on first level list OR link */
.menu ul :hover ul :hover ul ul{
visibility:hidden;
}

/* keep the third level hidden when you hover on first level list OR link */
.menu ul 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 :hover ul{ 
visibility:hidden;
}

/* make the fourth level visible when you hover over third level list OR link */
.menu ul :hover ul :hover ul :hover ul{ 
visibility:visible;
}

