#header {
	height: 142px;	
	border-bottom: 1px solid #FF358B;
	position: relative;	
	width: 708px;	
}

#header .border {
	background-color: #FF358B;
	height: 9px ;
	overflow: hidden;
	background-image: url(../i/header.gif);
	background-position: center top;
	background-repeat: no-repeat;
}


/* MENU */
#header .menu {
	margin-top:12px;
}

#header .menu li {	
}

#header .menu li a{
	height: 22px;
	width: 126px;
	overflow: hidden;	
	display: block;
	background-image: url(../i/btn/bckMenuBtn.png);
	background-repeat: no-repeat;
	background-position: -126px 0;
}

#header .menu li a.current{
	background-position: 0 0;	
}

/*
#header .menu li a:hover{
	background-position: 0 0;	
}
*/

#header .menu li a span{	
}



/* SUBMENU */
#header .submenu {
	top:21px;
	position: absolute;
	left: 150px;	
}

#header .submenu li a{
	height: 22px;
	width: 126px;
	overflow: hidden;	
	display: block;
	background-image: url(../i/btn/bckMenuBtn.png);
	background-repeat: no-repeat;
	background-position: -126px 0;
}

#header .submenu li a.current{
	background-position: 0 0;	
}

/* CONTACT */

#header .contact{
	position: absolute;
	color: #D2D2D2;
	font-size: 13px;
	font-family: Georgia;
	font-style: italic;
	top:23px;
	left: 380px;
	line-height: 16px;
}

#header  .contact li {
	font-family: Georgia;
}

#header .contact li a{
	color: #D2D2D2;
	text-decoration: underline;
	/*border-bottom: 1px solid #d2d2d2;*/
}



#header .language{
	position: absolute;
	top:0;
	right:100px;
}

#header .language li{
	float: left;
	margin-left: 2px;
	width: 33px;
	height: 18px;
	text-align: center;
	line-height: 18px;
	background: url(../i/btn/bckLanguage.gif) no-repeat;
	background-position: 0 -20px;
	color: #000;
	font-size: 11px;
}

#header .language li.selected{
	background-position: 0 0;
	color: #fff;
}


#header .clientAccess {
	position: absolute;
	top: 9px;
	right:0;
}




