ul {display:block; 
text-align:left;
	list-style: none;
	padding: 0 0;
	position:fixed; top:-25px;left:10%;}
	
#nav div {margin:0 0; width: 99%;}	

ul li ul {
	list-style: none;
	margin: 0 0 1px 0;
	padding: 0;
	}

#nav a {background: url(images/butn.gif) left bottom no-repeat;
	font-weight: normal;
	color: #4a5554;
	border-bottom:none;
	width:115px;
	display: block; height: 29px;
	line-height: 2.5em;
	text-align:left;
	}
	
#nav a:hover {
	font-weight: normal;
	color: #953c30;
	background-color:transparent;}

#nav li li a {
	display: block;
	font-weight: normal;font-size:110%;
	color: #4a5554;
	padding: 0 10px;
	background:none;
	width: 80px;
	height: auto;
	line-height: 1.3em;}

#nav li li a:hover {
	padding: 0 5px;
	border: 5px solid #953c30;
	border-width: 0 5px;
	font-weight: normal;font-size:110%;
	line-height: 1.3em;}

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/ddbg3.gif) bottom left no-repeat;
	padding: 0.5em 0 1em 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;}