/**
* code by Pascal Josephy,
* www.pj-products.ch
*
* Copyright (c) Gally Websolutions GmbH, www.gally-websolutions.com
*
**/

#menu {
	background-image: url(../img/nav.jpg);
	height: 39px;
}

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

#menu li {
	float: left;
	padding: 0 0 0 0;
	text-transform: uppercase;
}

/* top level links */
#menu a,#menu a:visited {
	display: block;
	text-transform: uppercase;
	text-decoration: none;
	color: #616161;
	padding: 0 15px 0 15px;
	margin: 0 0 0 0;
	font-family: "Helvetica Neue", Myriad Pro, sans-serif;
	text-align: center center;
	font-weight: lighter;
	font-size: 16px;
	v-align: center;
	line-height: 42px;
}

/* top level hover */
#menu a:hover {
	background-image: url(../img/li_active.jpg);
	background-repeat: repeat-x;
	background-position: top center;
}

#menu li a.active {
	background-image: url(../img/li_active.jpg);
	background-repeat: repeat-x;
	background-position: top center;
}

#menu .active {
	color: black !important;
}
