#nav {
	float: left;
	padding: 0;
	margin: 0;
	font-size:14px;
	}
	
#navinner {
	float: left;
	height: 47px;
	}
#nav  ul {padding:0;margin:0;list-style-type:none;float:left;position:relative;}
#nav ul li {
	margin: 0;
	list-style: none;
	background:url(images/bgDIVIDER.gif) no-repeat right;
	float: left;
	margin: 0;
	line-height:47px;
	padding: 0;
	float: left;
	}

#nav li a {
	float: left;
	text-align: center;
	margin: 0;
	padding: 0px 20px;
	text-decoration: none;
	color: #333;
	vertical-align: middle;	
	}
	
#nav li a:hover {
	color: #333;
	background-color:#eee;
	
	}
	
#nav li a.active {
	color: #000;
	background: #eee;
	background-image:url(images/menu_hover.gif);
	}
.search{
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #D9D8D8;
	border-right-color: #D9D8D8;
	border-bottom-color: #D9D8D8;
	border-left-color: #D9D8D8;
	background-color:#fff;
	width:170px;
	height:20px;

}

