/* ================================================================ 
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.
=================================================================== */
#navbarShell #navbarLinks a, a.navbar:visited {
border-bottom:none;
}
a.drop:visited {
border-bottom:none;
}


#navbarLinks a img{
border:0;
}

#navbarLinks .menu {
font-size:11px;
z-index:100;
text-align:left;
line-height:1.0em;
}
/* remove all the bullets, borders and padding from the default list styling */
#navbarLinks .menu ul {
padding:0;
margin:0;
list-style-type:none;
}
#navbarLinks .menu ul ul {
width:150px;
z-index: 1;
}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
#navbarLinks .menu li {
float:left;
position:relative;
}

/* style the links for the top level */
#navbarLinks .menu a, .menu a:visited {
display:block;
height:19px;
color:#fff;
text-decoration:none;
background:transparent;
padding:0px 10px 0px 5px;
}

/* a hack so that IE5.5 faulty box model is corrected */
* html #navbarLinks .menu a, * html .menu a:visited {
width:60px;
/*w\idth:139px;*/
}

/* style the second level background */
#navbarLinks .menu ul ul a.drop, .menu ul ul a.drop:visited {
}
/* style the second level hover */
#navbarLinks .menu ul ul a.drop:hover{
}
#navbarLinks .menu ul ul :hover > a.drop {
}
/* style the third level background */
#navbarLinks .menu ul ul ul a, .menu ul ul ul a:visited {
background:#8f8f8f;
}
/* style the third level hover */
#navbarLinks .menu ul ul ul a:hover {
background:#555555;
}


/* hide the sub levels and give them a positon absolute so that they take up no room */
#navbarLinks .menu ul ul {
visibility:hidden;
position:absolute;
height:0;
top:19px;
left:0; 
width:150px;
}
/* another hack for IE5.5 */
* html #navbarLinks .menu ul ul {
top:19px;
t\op:19px;
}

/* position the third level flyout menu */
#navbarLinks .menu ul ul ul{
left:150px; 
top:0;
width:150px;
}
/* position the third level flyout menu for a left flyout */
#navbarLinks .menu ul ul ul.left {
left:-150px;
}

/* style the table so that it takes no part in the layout - required for IE to work */
#navbarLinks .menu table {position:absolute; top:0; left:0; }

/* style the second level links */
#navbarLinks .menu ul ul a, .menu ul ul a:visited {
background:#333;
color:#fff; 
height:auto; 
line-height:1.0em; 
padding:5px 10px; 
width:120px;
}

/* yet another hack for IE5.5 */
* html #navbarLinks .menu ul ul a, *html .menu ul ul a:visited {
width:150px;
w\idth:140px;
}


/* style the top level hover */
#navbarLinks .menu a:hover, .menu ul ul a:hover{
color:#fff; 
background:#990000;
}
#navbarLinks .menu :hover > a, .menu ul ul :hover > a {
color:#fff;
background:#990000;
}

/* make the second level visible when hover on first level list OR link */
#navbarLinks .menu ul li:hover ul,
#navbarLinks .menu ul a:hover ul{
visibility:visible;
}
/* keep the third level hidden when you hover on first level list OR link */
#navbarLinks .menu ul :hover ul ul{
visibility:hidden;
}

/* make the third level visible when you hover over second level list OR link */
#navbarLinks .menu ul :hover ul :hover ul{ 
visibility:visible;
}



/******************************** Unrelated to Dropdown *********************************/
#navbarShell {
	margin:0px auto;
	width:760px;
	height:51px;
	}

#navbarLeft {
	float:left;
	}
	
#navbarRight {
	background-image:URL('/templates/utilities/navbar_css/right.gif');
	width:630px;
	height:51px;
	color:#fff;
	text-align:left;
	float:right;
	}

#navbarLogo {
	float:left;
	height:51px;
	width:130px;
}

#navbarLinks {
	font-size:10px;
	font-family:tahoma,verdana,arial;
	text-transform:uppercase;
	letter-spacing:2px;
	position:relative;
	top:19px;
	left:50px;
	width:540px;
	line-height: 1.0em;
	}

a.navbar {
	text-decoration: none;
	background-color:#000;
}
a.navbar:link {
	color:#fff;
	background-color:#000;
}
a.navbar:visited {
	color:#fff;
	background-color:#000;
}
a.navbar:hover {
	color:#990000;
	background-color:#000;
}
a.navbar:active {
	color:#990000;
	background-color:#000;
}
/****************************************************************************************/
