
body
{
font-size: 75%;
font-family: arial;
height: 26px;
background-color: #E0E0E0;
}

.menu
{
	position: absolute;
	width: 700px;
	float: left;

}

.menu ul
{
	position: absolute;
	list-style-type: none;
	width: 700px;
	margin: 0;
    padding-left: 0;
    padding-top: .5em;
	height: 26px;
	z-index: 100;

}

.menu li
{
float:left;
}

.menu a, .menu a:active, .menu a:visited
{
	text-decoration: none;
	color: #000;
	padding: 0 .9em;
}

.menu a:hover 
{
color: #000;
}

#slide
{
	position: absolute;
	height: 26px;
	z-index: 10;
	background: url(../images_layout/slide.png)
}
