@charset "utf-8";
/* CSS Document */

#coordprint{
display:none;
}

#newmenu{
	height:32px;
	width:auto;
	font-family: Tahoma, Arial;
	font-size: 9px;
	font-weight: bold;
	margin:0;
	background: #D3B646;
}
#newmenu ul{
	height:32px;
	margin:0;
	padding:0;
	width:950px;
}
#newmenu li{
	height:37px;
	list-style-type:none;
	float:left;
	color:#000;
	background:url(images/fond-sep-menu.png) no-repeat right top;
	display:block;
}

#newmenu li a{
	color:#fff;
	text-decoration:none;display:block;
	padding:0 17px 0 18px;
	line-height:32px;

}
#newmenu li a:hover{
	color:#000;
	border-top:6px solid #EBDEAA;
	line-height:24px;
}
.current{
	border-top:6px solid #EBDEAA;
	line-height:24px;
	padding:0 22px 0 23px !important;
	float:left;
}
	
	
	
	
	
	
	
	
	
	


#underlinemenu{
margin: 0;
padding: 0;
}

#underlinemenu ul{
margin: 0;
margin-bottom: 1em;
padding-left: 0;
float: left;
font-weight: bold;
width: 100%;
border: 1px solid #DFDFDF ;
border-width: 1px 0;
}

* html #underlinemenu ul{ /*IE only rule. Delete extra margin-bottom*/
margin-bottom: 0;
}

#underlinemenu ul li{
display: inline;
}


#underlinemenu ul li a{
float: left;
color: gray;
font-weight: bold;
padding: 2px 6px 4px 6px;
text-decoration: none;
background: white url(media/menudivide.gif) top right repeat-y;
}

#underlinemenu ul li a:hover{
color: black;
background-color: #F3F3F3;
border-bottom: 4px solid black;
padding-bottom: 0;
}

.pdf{
	background:url(images/pdf-ico.png) no-repeat;
	height:17px;
	line-height:17px;
	font-size: 11px;
	padding-left:25px;
	padding-bottom:5px;
	border-bottom:1px solid #E6E6E6;
	font-family: Tahoma, Arial, Verdana;
	clear:both;
	margin-top:10px;
	margin-right:10px;
}
.pdf a{
	color:#CC0000;
}
.pdf a:hover{
	text-decoration:none;
}


