

.menu {
	font-family: arial, sans-serif;
	font-size:14px;
	font-weight:bold-;
	float:right;
	width:960px;
	z-index:10000;
	padding-top:30px;
}
/* remove the bullets and set the margin and padding to zero for the unordered list */
.menu ul {
margin:0 auto;

}
/* float the list so that the items are in a line and their position relative so that the drop down list will appear in the right place underneath each list item */
.menu ul li {
float:left; 
position:relative;
height:70px;
width:120px;

}
.menu li a{
display:block;
color:#000;
width:95px;height:100px;line-height:20px;
text-align:center;
font-size:16px;

}
.menu li a span{ font-size:10px;}
.menu li a:hover{
	color:#000; 
}
/* style the links to be 104px wide by 30px high with a top and right border 1px solid white. Set the background color and the font size. */
.menu- ul li a, .menu- ul li a:visited {
display:block; 
text-align:center; 
text-decoration:none; 
width:118px; 
height:30px; 
color:#000; 
border:1px solid #fff;
border-width:1px 1px 0 0;
background:#c9c9a7; 
line-height:30px; 
font-size:14px;
}
/* make the dropdown ul invisible */
.menu ul li ul {
display: none;
}
/* specific to non IE browsers */
/* set the background and foreground color of the main menu li on hover */
.menu- ul li:hover a {
color:#fff; 
background:#b3ab79;
}
/* make the sub menu ul visible and position it beneath the main menu list item */
.menu ul li:hover ul {
	display:block;
	position:absolute;
	top:67px;
	left:0;
	width:95px;
	background-image: url(../img/menu_bg.png);
	z-index:10000;
	background-repeat: repeat;
}
/* style the background and foreground color of the submenu links */
.menu ul li:hover ul li {height:30px;}
.menu ul li:hover ul li a {
	display:block;
	color:#fff;
	font-size:14px;
	font-weight: normal;
	height:30px;
	line-height:30px;
	z-index:100;
}
/* style the background and forground colors of the links on hover */
.menu ul li:hover ul li a:hover {
	height:30px;
	color:#000;
	background-color: #A8BDFB;
	background-image: url(../img2016/navhover.jpg);
	background-position: center center;
}

.nav {width:800px; float:left;}
.menu ul li.ss {
	width:215px;
	height:27px;
	float:right;
	padding-top:35px;
}
.seekinput {
	width: 162px;
	height: 25px;
	background-image: url(../img2016/gt2016_03.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	float:left;
	border-width: 0px;
	cursor: pointer;
	display: inline-block;
	padding-left:8px;
}

.seekclick {
	width: 43px;
	height: 27px;
	background-image: url(../img2016/gt2016_03.jpg);
	background-repeat: no-repeat;
	background-position: -172px center;
	float:left;
	display: inline-block;
cursor: pointer;
border-width: 0px;
border-style: solid;
text-align: center;
}