/*
	Developer: 	Nemetos - Nemetos.com / Nemetos.ch / Nemetos.org / Nemetos.net .
	Description: 	Master CSS 
	Changes:
*/


/*
-----------------------------------------------
Header menu
-----------------------------------------------
*/ 

.language {
	position: relative;
}

#topMenu ul.languageBox {
	list-style-type: none;
	background: #4A4B4C !important;
	width: 125px;
	padding: 0px 5px 5px 5px !important;
	padding-left: 10px !important;
	margin: 0 !important;
	position: absolute;
	top: 20px;
	left: 0px;
	height: auto;
	display: none;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	z-index: 500;
}

#topMenu ul li .languageBox li {
	display: block !important;
	line-height: 20px;
	padding-left: 0px !important;
}

#topMenu  ul li .languageBox li a {
	color: #FFF;
	line-height: 20px;
	background: none !important;
}

#topMenu {
	position: absolute;
	right: 0px;
	top: 0px;
	height: 30px;
	padding: 0;
	margin: 0;
	background: url('../../../images/CAP/topMenuRight.gif') bottom right no-repeat;
	background-color: #4A4B4C;
}

#topMenu ul {
	padding: 0px 10px;
	margin: 0;
	height: 30px;
	line-height: 30px;
	background: url('../../../images/CAP/topMenuLeft.gif') bottom left no-repeat;
}

#topMenu .language a {
	padding-right: 14px;
	background: url('../../../images/CAP/arrow.gif') right 9px no-repeat;
}

#topMenu li {
	list-style-type: none;
	display:inline-block;
	padding: 0px 9px;
	vertical-align: top;
	line-height: 30px;
}

#topMenu a {
	color: #FFF;
	line-height: 30px;
	display: inline-block;
	text-decoration: none;
}

#topMenu a:hover {
	color: #FFF;
	text-decoration: underline;
}

#leftMenu a {
	padding-left: 13px;
}

#leftMenu a:hover {
	text-decoration: none;
}

.level2 a.selectedLink {
	text-decoration: normal;
}

.level1, .level2, .level3 {
	list-style-type: none;
	padding: 0px;
	margin: 0;
}

#leftMenu {
	width: 219px;
	background: url('../../../images/CAP/leftMenuBottom.png') bottom left no-repeat transparent;
	margin-bottom: 20px;
	padding-bottom: 5px;
}

#leftMenu li {
	cursor:pointer;
}

#leftMenu .level1 {
	background: url('../../../images/CAP/leftMenuTop.png') top left no-repeat #3183a2;
	list-style-type: none;
	padding: 10px 0px;
}

#leftMenu .level2 {
	padding: 5px 0px 5px 0px;
	border-top: 1px solid #FFF;
	background-color: #3183A2;
}

.level2 a {
	padding-left: 25px !important;
	height: auto !important;
	width: 194px !important;
}

.level3 a {
	padding-left: 40px !important;
	width: 179px !important;
}

#leftMenu .level3 {
	background-color: #3183A2;
}

#leftMenu a {
	color: #FFF;
	display: block;
	height: 30px;
	width: 206px;
}

#topMenu li.topSearch {
	background:url("../../../images/CAP/top_search_bk.gif") no-repeat scroll right center transparent;
	height: 30px;
	margin-top: 0px;
	padding:0 0 0 10px;
	position:relative;
	width:170px;
	/*
	float:right;
	*/
}

#btnSearchInput {
	background:url("../../../images/CAP/search_d.png") no-repeat scroll right center transparent;
	border:0 none;
	cursor:pointer;
	height:16px;
	left:10px;
	margin:0 5px;
	padding:0;
	position:absolute;
	top:7px;
	width:16px;
}

#searchInput {
	background:none repeat scroll 0 0 #FFFFFF;
	border:0 none;
	height:20px;
	left:35px;
	line-height:20px;
	padding:0;
	position:absolute;
	top:5px;
	vertical-align:middle;
	width:145px;
}