/*upper drop down menu system */

/*#uppermenu {
	padding: 0px;
	margin: 0 auto;
	width: 742px;
	height: 52px;
	text-decoration: none;
}*/

#dd {  
  	margin-left: 25%;
  	padding: 0 0 10px 0;

}

#dd li {
  	display: block;
 	margin: 0;
  	padding: 0;
  	list-style: none;
  	float: left;
}

#dd li a.menu {
  	display: block;
  	text-align: center;
  	background: #FBEDBF;
  	padding: 4px 10px;
  	margin: 0 1px 0 0;
  	color: #88793F;
  	width: 200px;
  	text-decoration: none;
}

#dd li a.menu:hover {
  	background: #49A3FF;
}
.separator {
	text-align: center;
	font-weight: bold;
	  	color: #88793F;
}
.submenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background: #FBEDBF;
	border-top: 0px none;
	border-right: 1px solid #D4CEB4;
	border-bottom: 1px solid #88793F;
	border-left: 1px solid #D4CEB4;
	visibility: hidden;
	position: absolute;
	top: 271px;
	z-index: 3;
	left: 323px;
	width: 200px;
}
.submenu1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background: #FBEDBF;
	border-top: 0px none;
	border-right: 1px solid #D4CEB4;
	border-bottom: 1px solid #88793F;
	border-left: 1px solid #D4CEB4;
	visibility: hidden;
	position: absolute;
	top: 271px;
	z-index: 3;
	left: 463px;
	width: 150px;
}

.submenu2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background: #FBEDBF;
	border-top: 0px none;
	border-right: 1px solid #D4CEB4;
	border-bottom: 1px solid #88793F;
	border-left: 1px solid #D4CEB4;
	visibility: hidden;
	position: absolute;
	top: 271px;
	z-index: 3;
	left: 465px;
	width: 150px;
}
.submenu3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background: #FBEDBF;
	border-top: 0px none;
	border-right: 1px solid #D4CEB4;
	border-bottom: 1px solid #88793F;
	border-left: 1px solid #D4CEB4;
	visibility: hidden;
	position: absolute;
	top: 271px;
	z-index: 3;
	left: 593px;
	width: 150px;
}
.submenu4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background: #FBEDBF;
	border-top: 0px none;
	border-right: 1px solid #D4CEB4;
	border-bottom: 1px solid #88793F;
	border-left: 1px solid #D4CEB4;
	visibility: hidden;
	position: absolute;
	top: 271px;
	z-index: 3;
	left: 693px;
	width: 150px;
}
.submenu5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background: #FBEDBF;
	border-top: 0px none;
	border-right: 1px solid #D4CEB4;
	border-bottom: 1px solid #88793F;
	border-left: 1px solid #D4CEB4;
	visibility: hidden;
	position: absolute;
	top: 271px;
	z-index: 3;
	left: 813px;
	width: 150px;
}
.submenu a, .submenu2 a, .submenu3 a, .submenu4 a, .submenu5 a{
	font-size: 11px;
  	display: block;
 	text-align: left;
 	text-decoration: none;
 	padding: 3px;
  	color: #88793F;
}
.non {
	text-indent: 8px;
}
.non a {
	text-indent: 8px;
}

.non a:hover {
	text-indent: 8px;
}
