ul {display:block; 
	text-align:center;
	list-style:none;
	padding:0 0;
	position:fixed;top:0px;left:auto;}
	
#nav id {margin:0 auto; width:850px;
}	

ul li ul {
	list-style: none;
	margin: 0 0;
	padding: 0;
	}

#nav a {
	background-color: transparent;
	background: url(images/bluebutn3.png) left bottom no-repeat;
	font-weight: normal;
	color: #4a5554;
	border-bottom:none;
	width:105px;
	display: block; height: 27px;
	line-height: 2.3em;
	text-align:center;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration:none;
	padding:0 0; 
	margin:0 0 ;
	}
	
#nav a:hover {
	font-weight: normal;
	color: #953c30;
	background-color:transparent;}

#nav li li a {
	display: block;
	font-weight: normal;font-size:70%;
	color: #4a5554;
	padding:3px 0 3px 1px;
	background:none;
	width: 100px;
	height: auto;
	line-height: 1.4em;}

#nav li li a:hover {
	padding:3px 0 3px 1px;
	border-right: 3px solid #b38385;
	font-weight: normal;font-size:70%;
	width: 100px;
	line-height: 1.4em;}

ul li {
	float: left;
	position: relative;
	width: 100px;
	text-align: center;
	cursor: default;
	background-color: transparent;
	padding-bottom:4px;
	border-bottom: 1px solid transparent;
	border-width: 1px 0;}

li ul {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	font-weight: normal;
	background: url(images/menubg.png) bottom left no-repeat;
	padding: 0.5em 0 0.5em 0;
	border-right: solid 1px #e9ddc0;
}

li>ul {
	top: auto;
	left: auto;}

li li {
	display: block;
	float: none;
	background-color: transparent;
	border: 0;}

li:hover ul, li.over ul {
	display: block;}
