@charset "UTF-8";
/* CSS Document */

#container
{
margin-left: auto;
margin-right: auto;
width: 900px;
height: 100px;

}

#nav li
{
	display: inline;
	list-style-type: none;
	padding-right: 10px;
	text-decoration: none;
	font-weight: normal;
	
}


#nav ul
{
padding-bottom: 0;
	margin-bottom: 0;
	
}


#nav
{
	padding-top: 20px;
	padding-bottom: 0;
	margin-bottom: 0;
	float: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	text-decoration: none;
}


#nav ul li  a#current
{
text-decoration: none;
color: #684d0d;
font-weight: normal;

}


#nav ul li  a:hover
{
text-decoration: none;
color: #684d0d;
font-weight: normal;

}


#nav ul li  a
{
	text-decoration: none;
	color: #666;
	font-weight: normal;
}


/* 2 */


#nav2 ul
{
padding-top: 5px;
	margin-top: 0;
	
}


#nav2 li
{
	display: inline;
	list-style-type: none;

	text-decoration: none;
	font-weight: normal;
	margin-top: 0;
	padding-top: 0;
}


#nav2
{
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	margin-top: 0;
	padding-top: 0;
}


#nav2 ul li  a#current
{
text-decoration: none;
color: #684d0d;
font-weight: normal;

}


#nav2 ul li  a:hover
{
text-decoration: none;
color: #684d0d;
font-weight: normal;

}


#nav2 ul li  a
{
	text-decoration: none;
	color: #666;
	font-weight: normal;
}


#top {
	height: 100px;
	background-image: url(http://www.ubaowl.com/images/nav_gallery/uba_owl2.gif);
	background-repeat: no-repeat;
	background-position: left center;
}