/* CSS Document */
#navcontainer {
	background-image: url(/assets/templates/flexyachts/images/menu_bgr.jpg);
	background-repeat: repeat-x;
	height: 24px;
}
#navcontainer a {
	text-decoration: none;
}
#navcontainer ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
	position: relative;
}
#navcontainer li {
	display: inline;
}
/*1st level elements*/
#navcontainer ul {
}
#navcontainer li {
	height: 24px;
	width: 300px;
	padding:0;
	margin:0;
}
#navcontainer ul a {
	/*padding: 4px 15px 5px 15px !important; /*moz width*/
	padding: 4px 16px 5px 16px; /*IE width*/
	color: #FFFFFF;
	border-right: 1px solid #E8F1FA;
	line-height: 23px;
	font-weight: bold;
	border-bottom: 1px solid #E8F1FA;
}
/*current Link*/
#navcontainer ul .active a {
	background: url(/assets/templates/flexyachts/images/mn_a_bgr.jpg);
	font-weight: bold;
	border-bottom: 1px solid #BAD4ED;
}

#navcontainer ul a:hover {
	background: url(/assets/templates/flexyachts/images/mn_a_bgr.jpg);
	font-weight: bold;
}

/*Second and subsequent levels*/
#navcontainer ul ul {
	position: absolute;
	top: 25px;
	height: 28px;
	left: 0px;
	width: 100%;
	font-weight: normal;
	background: url(/assets/templates/flexyachts/images/smn_bgr.jpg)
}
#navcontainer ul ul li {
	display: inline;
	background: none;
}
#navcontainer ul .active ul a {
	background: none;
	color: #666668;
	padding: 4px 7px 5px 25px;
	font-weight: normal;
	border: none;
}

/*current Link*/
#navcontainer ul ul .active a {	
	background: none;
	text-decoration: underline;
	font-weight: normal;
}

#navcontainer ul ul a:hover {
	background: none;
	font-weight: normal;
	text-decoration: underline;
}
