body {
	background-color: #FFF1EB;
	background-image: url(a.jpg);
}

ul {
	list-style-type: circle
}

a {
	font: 13px Tahoma;
	color: #BD1227;
	text-decoration: none;
}

p {
	font: 13px Tahoma;
	text-indent: 1cm
}

p.up {
	text-align: right;
}

h4 {
	font: 14px Tahoma;
	font-weight: bold;
	text-indent: 1cm
}
	
td {
	vertical-align: top;
}
	
#menu {
	width: 900px;
	margin: 0 auto;
	background-color: #F9AA8F;
	text-align: center;
}

#def {
	width: 900px;
	margin: 0 auto;
	background-color: #FEE7DC;
}

.cpy {
	margin-top: 1cm;
	text-align: center;
	font-size: 70%
}

.menu ul{
margin: 0;
padding: 0;
list-style-type: none;
float: right;
}

.menu ul li{
position: relative;
display: inline;
float: left;
}

.menu ul li a{
display: block;
width: 85px;
padding: 2px 8px;
border: 1px solid #BD1227;
border-left-width: 0;
text-decoration: none;
background: url(gradient.gif) center center repeat-x;
color: black;
font: bold 13px Tahoma;
}

.menu ul li ul{
left: 0;
top: 0;
border-top: 1px solid #202020;
position: absolute;
display: block;
visibility: hidden;
z-index: 100;
}

.menu ul li ul li{
display: inline;
float: none;
}

.menu ul li ul li a{
width: 86px;
font-weight: normal;
padding: 2px 5px;
background: #FBC8B4;
border-width: 0 1px 1px 1px;
}

.menu ul li a:hover{
background: url(gradient2.gif) center center repeat-x;
}

.menu ul li ul li a:hover{
background: #F9AA8F;
}