/* Table that contains the main menu items */
.DM_NavTable
{
	width: 100%;
	border-style: solid;
	border-color: white;
	border-width: 0px;
}

/* table cell style that contains the menu headings */
.DM_NavCell
{
	text-align: center;
	background-color: #000000;
	
}

/* Menu heading style - this is the element that activates the submenus */
.DM_NavHeading
{
	font-family: Arial, Helvetica, Serif;
	color: #FFFFFF;
	font-size : 12px;
	font-weight: bold;
	text-decoration: none;
	display: block;
	width: 100%;
	padding: 3px;
	border-right: 1px solid #FFFFFF;
	border-bottom: 2px solid #FFFFFF;
}

a.DM_NavHeading:Link, a.DM_NavHeading:Active, a.DM_NavHeading:Selected, a.DM_NavHeading:Visited
{
	font-family: Arial, Helvetica, Serif;
	color: #FFFFFF;
	font-size : 12px;
	font-weight: bold;
	text-decoration: none;
	display: block;
	width: 100%;
}

a.DM_NavHeading:Hover
{
	font-family: Arial, Helvetica, Serif;
	color: #FFFFFF;
	font-size : 12px;
	font-weight: bold;
	text-decoration: none;
	background-color: #9E7E62;
	display: block;
	width: 100%;
}

/* Submenu box */
.DDMenu
{
	color: #ffffff;
	background-color: #9E7E62;
}

/* sub menu menus */
.DDMenuItemSubMenu
{
	display: block;
}

/* sub menu items */
.DDMenuItem
{
	font-family : "Arial", "Helvetica", Serif; 
	font-size : 12px;
	color : #e6e6e6;
	border-bottom: 1px solid #Ffffff;
	padding-top: 3px;
	padding-left: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	word-wrap: no-wrap;
	display: block;
}

a.DDMenuItem:Link, a.DDMenuItem:Active, a.DDMenuItem:Visited
{
	text-decoration: none;
	color: #FFFFFF;
	word-wrap: no-wrap;
	padding: 0px;
	border-bottom: none;
	display: block;
}

a.DDMenuItem:Hover
{
	text-decoration: none;
	color: #FFF200;
	word-wrap: no-wrap;
	padding: 0px;
	display: block;
}
