
/* Menu Details*/
ul#menu
{
	list-style: none;
	margin: 0;
	padding: 0 0 0 29px;
	font-size: 1.2em;
}

ul#menu li
{ 
	float: left; 
}


/* Regular Menu Behaviour */
#menu a
{
	float: left;
	display: block;
	height: 39px;
	
	color: #bcbcbc;
	text-decoration: none;
	border-right: #666666 1px solid;
}

#menu a:hover
{ 
	color: white;
	text-decoration: underline; 
	background: url( ../_graphics/menu-background2.png );
}

#menu a span
{
	padding: 12px 20px 0 20px;
	display: block;
}


/* Current Item Behaviour */
/*
#menu .current
{
	background: url( ../_graphics/menu-background2.png );
}
*/
#menu .current a
{
	color: white;
	background: url( ../_graphics/arrow2.gif ) no-repeat bottom center;
}


#menu .current a:hover
{
	background: url( ../_graphics/arrow2.gif ) no-repeat bottom center;
}


