html, body {
	height: 100%; /* Required */
	margin: 0px;
	padding: 0px;
}
#Layer1 {
	position:absolute;
	left:0px;
	top:0px;
	width:178px;
	height:118px;
	z-index:1;
}
#container-head-general {height: 121px;}
#head {
	width: 770px;
	position: absolute;
	left: 50%;
	margin-left: -385px;
	text-align: right;
}
#menu {height: 25px; width: 575px; padding-right: 195px;}

#menu a{
	color: #0170C1;
	font-weight: bold;
	font-size: 12px;
	text-transform: capitalize;
	text-decoration: none;
    border: 1px solid #FFFFFF;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
}
#menu a:hover{color: #0170C1; text-decoration: none; border: 1px solid #0171C1;}
#menu li{display: inline;}

.shadow {
	background-image: url(../images/shadow.gif);
	background-repeat: repeat-x;
	height: 8px;
}
#menu .current a{ color: #0070C1; border: 1px solid #0070C1;}