/* ================================================================ 
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.cssmenus.co.uk
Copyright (c) 2009- 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;
	list-style:none;
	float:left;
	height:40px;
	position:relative;
	left:50%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	margin-top: 195px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
#menu li {
	float:left;
	position:relative;
	right:50%;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0px;
}
#menu li a {display:block; height:40px; line-height:40px; padding:0; float:left; color:#568fc8; text-decoration:none;}
#menu li a span {
	display:block;
	height:40px;
	float:left;
	background-image: url(../gfx/bg_menue.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
#menu li a span b {
	display:block;
	height:40px;
	float:left;
	cursor:pointer;
	background-image: url(../gfx/bg_menue.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 0;
	padding-right: 25px;
	padding-bottom: 0;
	padding-left: 25px;
	font-weight: normal;
	margin-left:-1px;
}
#menu li a:hover
{	line-height:40px;
	background-image: url(../gfx/bg_menue_hover.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
#menu li a:hover span
{
	background-image: url(../gfx/bg_menue.gif);
	background-repeat: no-repeat;
	background-position: right top;
	line-height:40px;
	font-weight: normal;
	}
#menu li a:hover span b
{
	background-image: url(../gfx/bg_menue.gif);
	background-repeat: no-repeat;
	background-position: left top;
	line-height:40px;
	font-weight: normal;
	color:#666;
	}
	
	
	
	

ul.l_menue li a {
	display:block;
	border-bottom:#a8c9e9 1px solid;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:12px;
}
ul.l_menue li.u2_menue a {
	background: #f7f9fa;
}
ul.l_menue li.u2_menue a:hover {
	background: #FFF;
}
ul.l_menue li.u3_menue a {
	background-image: url(../gfx/bg_l_menue_norm.gif);
	background-color: #FFF;
	background-repeat: repeat-x;
	background-position: bottom;
}
ul.l_menue li.u3_menue a:hover {
	background-image: url(../gfx/bg_l_menue_hover.gif);
	background-color: #FFF;
	background-position: top;
	background-repeat: repeat-x;
}
ul.l_menue li.u1_menue a {
	background-image: url(../gfx/bg_l_menue_active.gif);
	background-repeat: repeat-x;
	color:#C00;
}
ul.l_menue li.u1_menue a:hover {
	color:#C00;
}