/* CSS Document */
/* menu design */

#dmenu {
	font-family: Gill Sans MT, Arial, Helvetica, Sans-Serif;
	font-size:14px;
	color: #ffffff;
}

.topmenuul {
	
}
/* Next 2 descriptions are for top menu hover properties */
.topmenuli a{
	color: #ffffff;
	text-decoration: none;
}
.topmenuli a:hover{
	color: #EBD8A6;
	text-decoration: none;
}

.topmenutitle {
	text-align:center;
	text-decoration: none;
	border:0px solid #000000; 
	border-right: 1px solid #ffffff;
	color: #ffffff;
	padding:3px;
	line-height:34px;
}
.noborder {
	text-align:center;
	text-decoration: none;
	border:0px solid #000000; 
	border-right: 0px solid #ffffff;
	color: #ffffff;
	padding:3px;
	line-height:34px;
}
/* Submenu Design Properties*/
.submenuul {
	margin-top:-1px;
	background-color:#469229;
	background-position: top left;
	background-repeat: repeat-x;
	border-top:1px solid #EBD8A6;
	border-bottom:2px solid #EBD8A6;
	border-right:2px solid #EBD8A6;
	border-left:7px solid #EBD8A6;

}

.submenuli a{
	padding:3px;
	text-decoration: none;
	color: #EBD8A6;

}

.submenuli a:hover{
	text-decoration: none;
	background:#ffffff;
	color: #469229;
}


