﻿#menuZone
{
	width: 100%;
	height: 25px;
	background: rgb(0,0,0);
	z-index: 2;
	position: absolute;
	text-align: center;
	top: 0;
	left: 0;
	right: 0;
	overflow: hidden;
	opacity:0.8;
	filter:alpha(opacity=80);
}

#menuZone2
{
	width: 1000px;
	margin: 0 auto;
}

#menuZone ul
{	
	padding:0; 	
	margin:0;
	list-style: none;
	text-indent:0px;
	position: relative;
	margin: 0 auto;
	color: #fff;
	float: left;
}

li.header
{
	color: #fff;
	padding: 0px;
	text-decoration: none;
	display: block;
	text-align: right;
	cursor: pointer;	
	font-size: 16px;
	vertical-align: middle;
	font-family: tahoma;
	margin-left:8px;
	margin-bottom:0px;
}

#menuZone ul li
{

	}

#menuZone ul li a
{
	color: #fff;
	padding: 0px;
	margin:0px;
	text-decoration: none;
	display: block;
	text-align: right;
	cursor: pointer;
	font-size: 10px;	
	height:13px;
	vertical-align: middle;
	font-family: tahoma;
	margin-left:8px;
}

#menuZone ul li a:hover
{
	color: #000;
	text-decoration: none;
	background-color: #fff;
}

.bordato
{
	border: solid 0px #f00;
}
