/* ====== style2_menu.css ====== */

/*&&&&&>> Navigation <<&&&&&*/

#navcontainer ul {
	white-space: nowrap;
	padding-bottom: 22px;
	}

#navcontainer ul li {
	background: url(images/utm_li.png) no-repeat top right;
	display: block;
	float: left;
	padding: 0 0 0 0; /* width of utm_li */
	height: 28px; /* height of 1 unit */
	width: auto;
	}

#navcontainer ul li a:link, #navcontainer ul li a:visited {
	background: url(img/mnu/utm_a1.png) no-repeat left 0;
	color: #AD6C50;
	display: block;
	font: 14px "Trebuchet MS",verdana,sans-serif;
	text-decoration: none;
	padding: 0;
	height: 28px;
	}

#navcontainer ul li a:link span, #navcontainer ul li a:visited span {
	background: url(img/mnu/utm_span1.png) no-repeat right 0;
	display: block;
	padding: 1px 25px 2px 25px;
	height: 25px;
	white-space: nowrap;
	}

/*&&>> Hover <<&&*/

#navcontainer ul li a:hover {
	background-position: left -56px;
	}

#navcontainer ul li a:hover span {
	background-position: right -56px;
	cursor: pointer;
	white-space: nowrap;
	}

/*&&>> Current State <<&&*/

.index .index, .balancememain .balancememain, .skinnmain .skinnmain, .organicmain .organicmain, .press .press, .kontaktogforhandler .kontaktogforhandler, .ommariasvane .ommariasvane {
	background-position: left -28px !important;
	}

.index .index span, .balancememain .balancememain span, .skinnmain .skinnmain span, .organicmain .organicmain span, .press .press span, .kontaktogforhandler .kontaktogforhandler span, .ommariasvane .ommariasvane span 
	{
	background-position: right -28px !important;
	font-weight: bold;
	white-space: nowrap;
	}

/*&&>> IE <<&&*/

* html #navcontainer ul li a {
	width: 1px;
	}

/*&&>> IE5 Mac Hack <<&&*/
/*\*//*/
#navcontainer ul li a {
	display: inline-block;
	white-space: nowrap;
	width: 1px;
	}
#navcontainer  ul {
	padding-bottom: 0;
	margin-bottom: -1px;
	}
/**/
