
.menu{
 background-color: #88bcd9;
width:100%;
  min-width: 1000px;
  height: 47px;


	}
	
	.menu a:hover{
text-decoration:none;
	}


.menu ul {
position:relative;
float:left;
border-left: 1px solid #66a9cb;
border-right: 1px solid #b6d3e4;
height:46px;
	}
	
	.menu ul li {
position:relative;
float:left;
padding-top: 14px;
text-transform:uppercase;
font-size:15px;
list-style-image:none;
list-style-type:none;

	}
	

	
		.menu ul li a:hover {
background-color: #006fa0;
-moz-transition: all 0.2s linear 0s;
-webkit-transition: all 0.2s linear 0s;
-o-transition: all 0.2s linear 0s;

	}
	
	.menu a {
color:white;
text-decoration:none;
  padding: 14px 20px;
border-left: 1px solid #b6d3e4;
border-right: 1px solid #66a9cb;
	}	