/* ================================================================ 
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 associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

.menu {height:26px; background:#fff; font-family: georgia, 'lucida sans unicode', 'lucida Grande', Arial, sans-serif; font-size: 12px; color: #191919; position:relative; z-index:100;}
/* hack to correct IE5.5 faulty box model */
* html .menu {width:auto; w\idth:auto;}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {padding:0;margin:0;list-style-type:none;}
.menu ul ul {width:126px;}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {background:#fff; float:left;width:126px;position:relative; border-bottom:5px solid #191919; border-right:5px solid #191919;}
.menu ul ul li {border:none;}
/* style the links for the top level */
.menu a, .menu a:visited {display:block; text-decoration:none; width:121px; padding-left:5px; padding-top:3px; padding-bottom:3px; color:#191919;}
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {width:121px; w\idth:121px;}

/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {background:#fff;}
/* style the second level hover */
.menu ul ul a.drop:hover{background:#3977a7;}
.menu ul ul :hover > a.drop {background:#3977a7;}

/* 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:26px;left:0; width:121px;}
/* another hack for IE5.5 */
* html .menu ul ul {top:26px;t\op:26px;}

/* 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; border-collapse:collapse;}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {background:#fff; height:auto; padding-left:5px; padding-top:3px; padding-bottom:3px; width:121px;}
/* yet another hack for IE5.5 */
* html .menu ul ul a, * html .menu ul ul a:visited {width:121px;w\idth:121px;}

/* style the top level hover */
.menu a:hover, .menu ul ul a:hover{color:#fff;}
.menu :hover > a, .menu ul ul :hover > a {color:#fff;}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{visibility:visible; }


a.active{color:#fff!Important;}

/**************************************/
/* COLOR SHITTTTT */

/* default - home */
#home.active, #home:hover { background-color: #3977a7!Important;}
.menu #home a.active, .menu #home a:hover, .menu ul li#home ul a:hover{color:#fff; background:#3977a7;}
.menu #home :hover > a, .menu ul li#home ul :hover > a {color:#fff; background:#3977a7;}
	
/* aboutus */
#aboutus.active, #aboutus:hover{ background-color: #b44f2c!Important;}
.menu #aboutus a.active, .menu #aboutus a:hover, .menu ul li#aboutus ul a:hover{color:#fff; background:#b44f2c;}
.menu #aboutus :hover > a, .menu ul li#aboutus ul :hover > a {color:#fff; background:#b44f2c;}

/* approach */
#approach.active, #approach:hover{ background-color: #82538d!Important;}
.menu #approach a.active, .menu #approach a:hover, .menu ul li#approach ul a:hover{color:#fff; background:#82538d;}
.menu #approach :hover > a, .menu ul li#approach ul :hover > a {color:#fff; background:#82538d;}


/* contact */
#contact.active, #contact:hover{ background-color: #3977a7!Important;}
.menu #contact a.active, .menu #contact a:hover, .menu ul li#contact ul a:hover{color:#fff; background:#3977a7;}
.menu #contact :hover > a, .menu ul li#contact ul :hover > a {color:#fff; background:#3977a7;}

/* leadership */
#leadership.active, #leadership:hover{ background-color: #b4a82c!Important;}
.menu #leadership a.active, .menu #leadership a:hover, .menu ul li#leadership ul a:hover{color:#fff; background:#b4a82c;}
.menu #leadership :hover > a, .menu ul li#leadership ul :hover > a {color:#fff; background:#b4a82c;}

/* resources */
#resources.active, #resources:hover{ background-color: #2f8d83!Important;}
.menu #resources a.active, .menu #resources a:hover, .menu ul li#resources ul a:hover{color:#fff; background:#2f8d83;}
.menu #resources :hover > a, .menu ul li#resources ul :hover > a {color:#fff; background:#2f8d83;}


/* sales */
#sales.active, #sales:hover{ background-color: #6e8a2f!Important;}
.menu #sales a.active, .menu #sales a:hover, .menu ul li#sales ul a:hover{color:#fff; background:#6e8a2f;}
.menu #sales :hover > a, .menu ul li#sales ul :hover > a {color:#fff; background:#6e8a2f;}
