/*
	CSS Stylesheet for www.eternalflux.com
	
	Created:	  16/12/2006
	Last Updated: --/--/----
	Author:		  Michael Taschler <michael@eternalflux.com>
*/

/* MENU
 *****************************************************/

#menu
{
	position: relative;
	width: 450px;
	background: #039;
	height: 20px;
	padding: 0px 225px;
	z-index: 100;
}

#menu ul
{
	padding:0;
	margin:0;
	list-style-type:none;
}

#menu ul ul
{
	width: 90px;
}

#menu li
{
	float:left;
	width:90px;
	position:relative;
}

#menu a, #menu a:visited
{	
	display: block;
	width: 90px;
	height: 16px;
	margin: 0px;
	text-decoration: none;
	text-align: center;
	font-variant: small-caps;
	padding: 2px 0px;
	color: #fff;
	background: #039;
}

#menu li.current a, #menu li.current a:visited
{
	color: #eee;
	background: #36c;
	font-weight: bold;
}

#menu ul ul
{
	visibility: hidden;
	position: absolute;
	height: 0;
	top: 20px;
	left: -1px; 
	width: 92px;
}

/* for ie */
#menu table
{
	position: absolute;
	top: 0;
	left: 0px;
}

/* style the second level links */
#menu ul ul a, #menu ul ul a:visited
{
	width: 90px;
	height: auto;
	border: 1px solid #039;
	border-top: 0px;
	background: #fff;
	color: #36c;
	text-align: center;
	margin: 0;
}

#menu li.current ul li a, #menu li.current ul li a:visited
{
	background: #fff;
	width: 90px;
	height: auto;
	font-weight: bold;
	border: 1px solid #039;
	border-top: 0px;
	color: #4c7da7;
	margin: 0;
}

#menu ul li ul li.first a, #menu ul li ul li.first a:visited {
	border: 1px solid #039;
}

#menu a:hover
{
	color: #039;
	background: #fff;
}

#menu li.current a:hover
{
	background: #36c;
	color: #fff;
}

#menu li ul a:hover, #menu li.current ul li:hover a, #menu li.current ul li a:visited:hover
{
	background: #36c;
	color: #fff;
}

#menu ul li:hover ul, #menu ul li a:hover ul, #menu ul li.current a:hover
{
	visibility: visible; 
}
