@charset "utf-8";
/* CSS Document */


#menubar {
	padding: 0px;
	float: right;
	width: auto;
	background-image: url(../Images/menu_bg_40.png);
	background-repeat: repeat-x;
	background-position: top;
	margin: 0px;
}
#menubar a:link {
	color: #FC0;
	text-decoration: none;
}
#menubar a:visited {
	text-decoration: none;
	color: #FC0;
}
#menubar a:hover {
	text-decoration: underline;
	color: #FF3;
}
#menubar a:active {
	text-decoration: none;
	color: #F30;
}
#menubar ul {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#menubar ul li {
	list-style-type: none;
	text-align: center;
	float: left;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-left-color: #F90;
	border-right-color: #F90;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	margin: 0px;
	height: 30px;
	padding: 5px;
}
#menubar ul #menu_home {
	width: 70px;
}
#menubar ul #menu_serv {
	width: 100px;
}
#menubar ul #menu_proj {
	width: 90px;
}
#menubar ul #menu_prin {
	width: 120px;
}
#menubar ul #menu_about {
	width: 70px;
}
#menubar ul #menu_assoc {
	width: 90px;
}
#menubar ul #menu_epg {
	width: 110px;
}



#menubar ul #menu_contact {
	width: 80px;
}
