﻿/**************/
/*  MENU HORIZONTAL */
/**************/
#menu {
	float:right;
	width:450px;
	height:auto;
	font-weight:bold;
	margin-top:18px;
	font-size:13px;
	}
	
	#menu ul {
	float: left;
	width: 100%;
	list-style:none;
	}
		
	#menu ul li {
	display: inline;
	}
	
	#menu ul li a {
	padding: 15px 18px 14px 18px;
	float:left;
	color: #fff;
	text-decoration: none;
	}
				
	#menu ul li a:hover {
	color: #fff;
	text-decoration: none;
	background:#1063a5;
	}	