#links 
{
	/* height: 30px; */
	background-color: #E6E7E8;
	padding: 3px 0 1px 12px;
	width: 893px;
	position:relative; 
}

/* hack to correct IE5.5 faulty box model */
* html #links {width:810px; w\idth:809px;}

/* Add a bg image to the top links */
#links li.bar
{
	background: transparent url(../images/navbar_division.gif) no-repeat scroll left;
}

/* remove all the bullets, borders and padding from the default list styling */
#links ul 
{
	padding:0;
	margin:0 auto;
	list-style-type:none;
}

/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
#links li 
{
	float: left;
	position:relative;
	/* n */
	padding: 5px 7px;
	cursor: pointer;
	color: #929496; /* #B2B4B6; */
}

#links li ul li
{
	float: none;
	padding: 0;
	margin: 0;
	background-color: #E6E7E8; 
	-khtml-opacity:.90; -moz-opacity:.90; -ms-filter:"alpha(opacity=90)"; filter:alpha(opacity=90); opacity:.90;
	border-bottom: 1px dashed #777;
	width: 350px;	
}

/* Remove the opacity when 'hovering' */
#links li ul li:hover
{
	background: #939598;
	-khtml-opacity:1; -moz-opacity:1; -ms-filter:"alpha(opacity=100)"; filter:alpha(opacity=100); opacity:1;	
}

/* style the links for the top level */
#links a, #links a:visited 
{
	display:block;
	text-decoration:none; 
	font-size: 100%;
	color: #666; /* #b2b4b6; */
}


/* a hack so that IE5.5 faulty box model is corrected */
* html #links a, * html #links a:visited {width:149px; w\idth:138px;}

/* style the second level background
#links ul ul a.drop, #links ul ul a.drop:visited {background:#d4d8bd url(http://www.cssplay.co.uk/menus/breadcrumbs/grey-arrow.gif) no-repeat 130px center;} */
/* style the second level hover
#links ul ul a.drop:hover{background:#c9ba65 url(http://www.cssplay.co.uk/menus/breadcrumbs/blue-arrow.gif) no-repeat 130px center;}
#links ul ul :hover > a.drop {background:#c9ba65 url(http://www.cssplay.co.uk/menus/breadcrumbs/blue-arrow.gif) no-repeat 130px center;} */
/* style the third level background
#links ul ul ul a, #links ul ul ul a:visited {background:#e2dfa8;} */
/* style the third level hover
#links ul ul ul a:hover {background:#b2ab9b;} */


/* hide the sub levels and give them a positon absolute so that they take up no room */
#links ul ul 
{
	visibility: hidden;
	position: absolute;
	height: 0;
	top: 28px;
	margin-left: -4px;
}

/* another hack for IE5.5 */
* html #links ul ul 
{
	top:27px;t\op:28px;
}

/* position the third level flyout menu
#links ul ul ul{left:149px; top:-1px; width:149px;} */

/* position the third level flyout menu for a left flyout
#links ul ul ul.left {left:-149px;} */

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

/* style the second level links */
#links ul ul a, #links ul ul a:visited 
{
	display: block;
	height:auto; 
	padding:5px;
	font-size: 105%;
	color: #777;
}

/* style the top level hover */
#links a:hover, #links li:hover
{
	color: #656769; /*#B1B3B6;*/
}

/* style the second level links :hover */
#links ul ul a:hover, #links ul ul li a:hover
{
	color: #fff;
	background: #939598;
}

/* yet another hack for IE5.5 */
* html #links ul ul a, * html #links ul ul a:visited {width:150px;w\idth:128px;}


#links :hover > a, #links ul ul :hover > a 
{
	color: #656769; /*#B1B3B6;*/
}

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

#links a.current
{
	color: #414142;	
}
