/* ================================================================ 
This copyright notice must be kept untouched in the stylesheet at 
all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/elegant1.html
Copyright (c) 2005-2008 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
==============================================================	===== */
#menu {
	padding:0;
	margin:0;
	list-style:none;
	}
	
#menu table {border-collapse:collapse; height:0; width:0; margin:0 -4px -1px 0;}
	
#menu li {
	float:left;
	margin:0 5px;
	}

#menu li a {
	display:block;
	float:left;
	color:#000;
	text-decoration:none;
	padding: 2px 10px;
	}
	
/*#menu li a.current {
	font-style:italic;
	color:#06b;
	cursor:text;
	}*/

#menu li:hover {
	position:relative;
	z-index:100;
	}
	
#menu li a:hover {
	color: #fff;
	background-color: #B475B2;
	position:relative;
	z-index:100;
	}
		
/*#menu li:hover > a {
	color: #06b;
	}*/

#menu ul {
	line-height: 16px;
	position:absolute;
	left: -9999px;
	top: 17px;
	padding: 0px;
	margin:0;
	list-style:none;
	background: #f1f1f1;
	filter:alpha(opacity=80);
	-moz-opacity:.80;
	opacity:.80;
	}

#menu ul li {margin:0;}

#menu ul li a {
	width:150px;
	border:0;
	border-top: 1px solid #BBB;
	}

#menu ul li a:hover {
	border-top: 1px solid #BBB;
	}

#menu ul li:hover > a {
	border-top: 1px solid #BBB;
	}

#menu ul ul {
	position:absolute;
	margin-left:100%;
	top:0;
	padding:0;
	margin:0;
	list-style:none;
	}

#menu :hover ul {
	left:0; right:auto;
	}
	


/*#menu :hover ul ul {
	left:-9999px;
	width:160px;
	padding-left:10px;
	background:url(../img/blank.gif);
	}

#menu li ul :hover ul {
	left: 140px;
	right:auto;
	}
	
#menu li ul li ul li a {
	text-align:left;
	color: white;
	}
	
#menu li ul li ul li a:hover {color: #fff;}*/
