/* ================================================================ 
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 Red			: #E3141E;
	Light Red			: #DB4949;
	Hover Grey			: #666;
	White				: #fff;
	
*/



.menu {
width:500px; 
font-size:0.85em;
position:relative;
z-index:100;
height:24px;
padding:0 0 0 253px;
background: #F08A00 url(../images/menubg.gif) repeat-y;
}
/* 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:160px;
}

/* MY CLASSSES TO CHANGE THE WIDTH OF THE TOP NAV BAR LINKS 
---------------------------------------------------------- */

.BMSNav {
	width: 200px;
}

.BMSNav a:hover, .menu ul ul a:hover{
color:#fff; 
}
.BMSNav :hover > a, .menu ul ul :hover > a {
color:#fff;
}


.CRMNav {
	width: 100px;
}

.ITNav {
	width: 120px;
}

.homeNav {
	width: 50px;
}

.servicesNav {
	width: 60px;
}

.clientsNav {
	width: 55px;
}

.caseNav {
	width: 80px;
}

.internationalNav {
	width: 85px;
}

.peopleNav {
	width: 55px;
}

.eventsNav {
	width: 55px;
}

.contactNav {
	width: 75px;
}

.adhocNav {
	width: 60px;
}



/* MY CLASSSES TO CHANGE THE WIDTH OF THE TOP NAV BAR LINKS --- END --- 
---------------------------------------------------------- */


/* 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:150px;*/
position:relative;
	padding: 0 0 0 12px;
	margin: 0;
	font-size:12px;
	background:url(../images/arrow.gif) left no-repeat;
	z-index: 99;
}

.menu li li {
border-left:1px solid #fff;
border-top:1px solid #fff;
border-right:1px solid #fff;
padding: 0;
background:none;
}


/* style the links for the top level */
.menu a, .menu a:visited {
display:block;
font-size:11px;
text-decoration:none; 
color:#fff; 
/*width:139px;*/ 
height:24px; 
border-width:1px 1px 0 0; 
padding:0 0 0 10px;
margin: 0; 
line-height:24px;
}

/* a hack so that IE5.5 faulty box model is corrected 
* html .menu a, * html .menu a:visited {
width:150px;
w\idth:139px;
}*/

/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {
width:149px;
background:#F08A00;

}
/* style the second level hover */
.menu ul ul a.drop:hover{
width:149px;
background:#004982;
}


.menu ul ul :hover > a.drop {
width:149px;
}
/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {
width:149px;
background:#f9a330;
}
/* style the third level hover */
.menu ul ul ul a:hover {
width:149px;
background:#004982;
}


/* 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:24px;
	left:0px;
	width:180px;
	z-index: 89;
}
/* another hack for IE5.5 */
* html .menu ul ul {
top:24px;
t\op:25px;
}

/* position the third level flyout menu */
.menu ul ul ul{
left:175px; 
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 ppart in the layout - requi#004982 for IE to work */
.menu table {
	position:absolute;
	top:0px;
	left:0;
	z-index: 79;
}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {
background:#F08A00; 
color:#fff; 
height:14px; 
line-height:0.85em; 
padding:5px 10px; 
width:155px
/* yet another hack for IE5.5 */
}
* html .menu ul ul a{
width:150px;
w\idth:149px;
}


/* style the top level hover */
.menu a:hover, .menu ul ul a:hover{
color:#fff; 
background:none;
}
.menu :hover > a, .menu ul ul :hover > a {
color:#fff;
background:none;
}

.menu ul ul a:hover, .menu ul ul a:hover{
color:#fff; 
background:#004982;
}
.menu ul ul :hover > a, .menu ul ul :hover > a {
color:#fff;
background:#004982;
}


/* 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; 
}
/* 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;
}

/* ================================================================ 
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/sidemenus/flyout_4level.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.
=================================================================== */
.sidemenu {
height:150px;
width: 115px;
	font-size: 11px;
	line-height: 102%;
	font-weight: normal;
color:#004982;
margin:25px 0 50px 15px; /* this page only */
}

/* remove all the bullets, borders and padding from the default list styling */
.sidemenu ul {
position:relative;
z-index:500;
padding:0;
margin:0;
list-style-type:none;
width:115px;
}


/* style the list items */
.sidemenu li {
color:#004982;
background:#fff url(shade.gif);
height:26px;
/* for IE7 */
float:left;
}
.sidemenu li.sub {
background:#fff url(sub.gif) no-repeat right center;
} 

/* get rid of the table */
.sidemenu table {position:absolute; border-collapse:collapse; top:0; left:0; z-index:100; font-size:1em;}

/* style the links */
.sidemenu a, .sidemenu a:visited {
display:block; 
text-decoration:none;
height:25px;
line-height:25px;
width:114px;
color:#004982;
text-indent:5px;
border:1px solid #F08A00;
border-width:1px 0 1px 0;
}
/* hack for IE5.5 */
* html .sidemenu a, * html .sidemenu a:visited {width:115px; w\idth:114px;}
/* style the link hover */
* html .sidemenu a:hover {
	color:#004982;
	background:#fff;
	position:relative;
	z-index: 69;
}

.sidemenu li li {
border:1px solid #F08A00;
border-width:0 1px 0 1px;

}

.sidemenu li:hover {
	position:relative;
	z-index: 59;
}

/* For accessibility of the top level sidemenu when tabbing */
.sidemenu a:active, .sidemenu a:focus {color:#004982; background:#fff;}

/* retain the hover colors for each sublevel IE7 and Firefox etc */
.sidemenu li:hover > a {color:#F08A00; background:#fff;}
 
/* hide the sub levels and give them a positon absolute so that they take up no room */
.sidemenu li ul {
	visibility:hidden;
	position:absolute;
	top:-10px;
	/* set up the overlap (minus the overrun) */
left:100px;
	/* set up the overrun area */
padding:10px;
	/* this is for IE to make it interpret the overrrun padding */
background:transparent url(transparent.gif);
	z-index: 49;
}

/* for browsers that understand this is all you need for the flyouts */
.sidemenu li:hover > ul {visibility:visible;}


/* for IE5.5 and IE6 you need to style each level hover */

/* keep the third level+ hidden when you hover on first level link */
.sidemenu ul a:hover ul ul{
visibility:hidden;
}
/* keep the fourth level+ hidden when you hover on second level link */
.sidemenu ul a:hover ul a:hover ul ul{
visibility:hidden;
}
/* keep the fifth level hidden when you hover on third level link */
.sidemenu ul a:hover ul a:hover ul a:hover ul ul{
visibility:hidden;
}

/* make the second level visible when hover on first level link */
.sidemenu ul a:hover ul {
visibility:visible;
}
/* make the third level visible when you hover over second level link */
.sidemenu ul a:hover ul a:hover ul{ 
visibility:visible;
}
/* make the fourth level visible when you hover over third level link */
.sidemenu ul a:hover ul a:hover ul a:hover ul { 
visibility:visible;
}
/* make the fifth level visible when you hover over fourth level link */
.sidemenu ul a:hover ul a:hover ul a:hover ul a:hover ul { 
visibility:visible;
}
