/*Colors
/* 5B3715	dk brown */
/* FF9900	orange */
/* C69C6D	lt Brown */
/* End Colors */
#dmenu a {
	/* design */	 	
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 11px;
	font-weight:bold;
}
#dmenu li>ul { 
	top: auto;
	left: auto;
	/* design */
}
.topmenuul{
	list-style-type:none;
	margin:0;
	padding:0;
	/* design */
}

.topmenuli{
	list-style-type:none;
	float:left;
	/* design */
	background-color: #5B3715;
	padding-right: 15px;
	padding-left: 16px;
	cursor: hand;
	text-indent: 5px;
	position: relative;	
}
.topmenuli a:link, .topmenuli a:visited {
	/* design */
	color: #FFFFFF;
	text-decoration: none;	
}
.topmenuli a:hover {
	/* design */
	color: #FF9900;	
}

.topmenutitle{
	display:block;		
	/*  width: 100px;*/
	/* design */
}
.topmenuli  ul{
	list-style-type:none;
	position:absolute;
	margin: 0;
	padding:0;
	display:none;
	/* design */
	
	width: 100%;
	cursor: hand;	
    	font-size:11px;
	font-weight:bold;
	color: #ffffff;
	/* border-bottom: white 1px solid;*/
	background-color: #5B3715;
}

2.submenuli a{
	display:block;
	width:225px;
	height:20px;
	/* design */
	border-top:  #FF9900 thin outset;		
	text-decoration: none;
	white-space:nowrap;
	padding-top: 2px;
	background-color: #5B3715;

}
2.submenuli a:hover{
	text-decoration: none;
	background:#C69C6D;
	color: #FFFFFF;
}

2li:hover ul , li.over ul{ 
	/* lists nested under hovered list items */
	display: block;
	/* design */
}
#links ul li{
	color: red;
}
