﻿#menu 
{
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #cccccc;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #cccccc;
	background-color: #00678b;
	color: #c3dfed;

	padding: 15px 0 15px 0;
	
}

#menu li{ display:inline; margin-right:35px; }
#menu li a { font-family: Tahoma; font-size:14px; color: #c3dfed; font-weight: 1000;}
#menu li a:hover { text-decoration:none; color: #FFF}
/*
#menu ul { height: 50px; width: 660px; margin:auto; text-align: center; }
#menu li { display: block; float: left; text-align: center; margin: 0px;}
a.botonMenu 
{
	display: block;
	height: 29px;

		float: right;
		background: url(../img/blueBtnLeft.jpg) top left no-repeat; 
		margin: 10px 0 0 10px;
		padding-left: 10px;
			
			font-family: "verdana", sans-serif;
			font-size: 10px;
			font-weight: bold;
			text-decoration: none;
			color: #fff;
}

a.botonMenu span 
{
	height: 29px;
	line-height: 29px;
	display: block;
	float: left; 
	padding: 0px 10px 0px 0px;
	background: url(../img/blueBtnRight.jpg) top right no-repeat;
	margin: 0px;
}
a.botonMenu:visited { color: #fff;}
a.botonMenu:hover {	color: #CCC; text-decoration: none;}
a.botonMenu:hover span { cursor: pointer; 	}     
*/		
