#nav ul {
	list-style:none;
	margin: 0;
	padding: 0;
	display: block;
}

#nav>ul>li {
	float:left;
	margin: 0;
	padding: 0;
	position:relative;
	cursor: pointer;
}


#nav a {
	color: #ddb66f;
	padding: 7px;
	text-decoration: none;
	display: block;
	font-size: 14px; 
	font-family: Tahoma,Verdana,Segoe,sans-serif;
 

	border-right: 1px solid #987c4c;

}

#nav li.active a 
{
 
	color: #eac075;
 
	background: #000000;
		
	text-decoration: none;
}

#nav a:hover 
{
 
	color: #000000 !important;
 
	background: #6f93a6 !important;
		
	text-decoration: none !important;
}


#nav form {
	border-color: #d3d3d3;
	border-width: 1px;
	border-style: solid;
	background: #ffffff;
	position: absolute;
	top: 5px;
	right: 5px;
	display: block;
	padding: 4px;
	width: 160px;
}

#nav form input {
	color: #000000;
	width: 120px;	
	border: 0;
	background: transparent;
	outline: 0;
	margin: 0;
	padding: 0;
	font-size: 14px; 
	font-family: Tahoma,Verdana,Segoe,sans-serif;
 
	
}

#nav button {
	background: url(./../../../ngpluginparagraph/ngpluginparagraphsearch/styles/default.png) no-repeat;
	position: absolute;
	right: 4px;
	top: 50%;
	margin-top: -8px;
	width: 16px;
	height: 16px;
	border: 0;
	cursor: pointer;
}
