/* --> Menu general */

.menulist {
	margin: 0;
	padding: 0;
	width: 182px;
	font: 11px arial, helvetica, sans-serif;
	list-style: none;
	border-bottom: 1px solid #00A9A2;
}



/* --> Submenu position */

.menulist ul {
	margin: 0;
	padding: 0;
	width: 182px;
	font: 10px/14px Arial, Helvetica, sans-serif;
	list-style: none;
	z-index: 1000;
	border-top: 1px solid #00A9A2;
}

.menulist ul ul {
}


/* --> Headmenu styling */

.menulist li.nav-head {
	position: relative;
	border-top: 1px solid #00A9A2;
	background: url(../../img/b_mainmenu_item.gif) no-repeat 10px 8px;
}

.menulist li.nav-head a {
	padding: 3px 0 3px 20px;
	color: #00716C;
	text-decoration: none;
	display: block;
}

.menulist li.nav-head a:hover {
	padding: 3px 0 3px 20px;
	color: #DB6D1C;
	text-decoration: none;
	display: block;
	background: #fff url(../../img/b_mainmenu_item.gif) no-repeat 10px 8px;
}

.menulist li.nav-head-active {
	position: relative;
	color: #DB6D1C;
	border-top: 1px solid #00A9A2;
	background: #fff url(../../img/b_mainmenu_item.gif) no-repeat 10px 8px;
}

.menulist li.nav-head-active a {
	display: block;
	padding: 3px 3px 3px 20px;
	color: #DB6D1C;
	text-decoration: none;
}





/* --> Submenu styling */

.menulist li.nav-sub {
	width: 182px;
	background-color: #E27423;
}

.menulist li.nav-sub a {
	padding: 3px 5px 3px 19px;
	color: #57B5B1;
	background: #E4F4F4 url(../../img/b_submenu_item.gif) no-repeat 10px 8px;
}

.menulist li.nav-sub a:hover {
	padding: 3px 5px 3px 19px;
	color: #00857F;
	background: #F2FAFA url(../../img/b_submenu_item.gif) no-repeat 10px 8px;
}


.menulist li.nav-sub-active {
	width: 182px;
	background-color: #E27423;
}

.menulist li.nav-sub-active a {
	padding: 3px 5px 3px 19px;
	color: #DB6D1C;
	background: #F2FAFA url(../../img/b_submenu_item.gif) no-repeat 10px 8px;
}

.menulist li.nav-sub-active a:hover {
	padding: 3px 5px 3px 19px;
	color: #DB6D1C;
	background: #F2FAFA url(../../img/b_submenu_item.gif) no-repeat 10px 8px;
}



/* --> Last element */
.menulist ul>li:last-child {
	width: 100%;
	margin-bottom: 0;
}



/* --> Link styling */

.menulist a {
	display: block;
	color: #00716C;
	text-decoration: none;
}

.menulist a:hover, .menulist a.highlighted:hover, .menulist a:focus {
	color: #DB6D1C;
	text-decoration: none;
}

.menulist a.highlighted {
	color: #DB6D1C;
	background: #fff url(../../img/b_mainmenu_item.gif) no-repeat 10px 8px;
}

.menulist a.subind {
	float: right;
}


.menulist li.nav-sub-active a.highlighted:hover {
	background-color: #fff;
	background-image: none;
}



/* --> HTML */

* html .menulist li {
	float: left;
	height: 1%;
}
* html .menulist a {
	height: 1%;
}

