/* Language switcher */
#lang_switch {
	position: absolute;
	right: 17px;
	top: 17px;
	height: 24px;
}

#lang_switch ul {
	margin: 0;
	padding: 0;
}

#lang_switch ul li {
	float: left;
	margin: 0 15px 0 0;
	padding: 0;
}

#lang_switch ul li a {
	display: block;
	height: 24px;
}
/* Main navigation */
#nav {
	background: #000;
	margin: 18px 0 12px 0;
	width: 760px;
}

#nav ul {
	background: #000;
	float: left;
	height: 32px;
	margin: 0;
	padding: 0;
}

#nav ul li {
	background: none;
	float: left;
	margin: 0;
	padding: 0;
}

#nav ul li a {
	color: white;
	display: block;
	padding: 7px 3px;
}

#nav ul li.active a {
	color: #f04e11;
}

#nav div.tx-macinasearchbox-pi1 {
	float: right;
	margin: 4px 0 0 0;
	position: relative;
	width: 200px;
}

#nav legend {
	display: none;
}

#nav .searchbox {
	border: 1px solid #c0c0c0;
	height: 19px;
	padding: 1px;
	width: 134px;
}

#nav .searchbtn {
	background: transparent url(../images/buttons/search.gif) no-repeat;
	border: 0;
	height: 19px;
	line-height: 0;
	position: absolute;
	left: 134px;
	margin: 3px 0 0 2px;
	overflow: hidden;
	margin: 3px;
	text-indent: 999em;
	width: 60px;
}

/* Breadcrumb */
#breadcrumb {
	clear: both;
	float: none;
	height: 16px;
	margin-bottom: 24px;
}

#breadcrumb a {
	background: url(../images/bullets/arrow.gif) no-repeat right center;
	color: #666;
	margin-right: 6px;
	padding-right: 14px;
}

#breadcrumb a.current {
	background: none;
}


/* Sub Navigation */
#subnav {
	margin: 30px 0 0 0;
	padding: 0;
}

#subnav li {
	float: left;
	margin-bottom: 5px;
	width: 182px;
}

#subnav li.hassub {
	background: #000 url(../images/bullets/subnav_arrow_down.gif) no-repeat right 8px;
	margin-bottom: 4px;
	width: 165px;	
}
/*
#subnav li.hassub.active {
	background: #f04e11 url(../images/bullets/subnav_arrow_down_act.gif) no-repeat right 8px;
}
*/

#subnav li a {
	display: block;
}

#subnav li ul {
	background: #000;
}

#subnav li ul li {
	height: 20px;
	width: auto;
}

/* Shortcut Navigation */
#shortcut_nav {
	background: url(../images/backgrounds/home_nav_back.gif) no-repeat;
	float: right;
	height: 208px;
	margin-top: 5px;
	padding: 10px 15px;
	width: 154px;
}

#shortcut_nav li {
	background: url(../images/backgrounds/home_nav_spacer.gif) no-repeat left 20px;
	padding: 0 0 6px 0;
}

#shortcut_nav li ul li {
	background: none;
	padding: 2px 0;
}

#shortcut_nav li ul {
	height: 156px;
}

#shortcut_nav ul li a {
	background: url(../images/bullets/home_nav_closed.gif) no-repeat right 4px;	
	color: #fff;
	display: block;
	font-weight: bold;
	text-decoration: none;
}

#shortcut_nav ul li a.selected {
	background: url(../images/bullets/home_nav_opened.gif) no-repeat right 4px;	
}

#shortcut_nav li ul li a {
	background: none;
}