/* CSS Document */

body{ margin:0; padding:0;}
.master
{
	width:100%;
	height:110px;
	background:#13759f;
	border-bottom:solid 1px #1075a0;
	border-top:solid 1px #1075a0;
}

div 
{ 
 width:1110px;
 height:30px;
 margin:0 auto;
 position:relative;
}
ul
{ 
 width:100%;
 height:30px;
 list-style:none;
 font:normal 14px/30px Arial, Helvetica, sans-serif;
 color:#FFF;
 margin:0 auto;
 position:absolute;
 top:41px; left:0;
 padding:0;

}
ul li
{
	float:left;
	width:auto; height:30px;
	padding:0 5px;
}
ul li select
{
	width:auto;
	height:30px;
	background:#fff;
	border: solid 1px #106184;
	border-radius:2px;
	color:#afafaf;
}

@media screen and (max-width:1024px)
{
 div{width:1024px;}
 ul li {padding: 0 2px;}
}

@media screen and (max-width:1280px)
{
 div{width:1090px;}

}