/* Table that contains the main menu items */
.DM_NavTable
{
	width: 95%;
	height: 20px;
}

/* table cell style that contains the menu headings */

.DM_NavCell
{
	text-align: center;
	vertical-align: middle;
}


/* Menu heading style - this is the element that activates the submenus */
.DM_NavHeading
{
	color: #FFFFFF;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
}

a.DM_NavHeading:Link, a.DM_NavHeading:Active, a.DM_NavHeading:Selected
{
	color: #FFFFFF;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;

}

a.DM_NavHeading:Hover
{
	text-decoration: none;
	color: #e6e6e6;
	word-wrap: no-wrap;
}

/* Submenu box */
.DDMenu
{
	color: #Da2222;
	background-color: #Da2222;
	margin-top: 6px;
}

/* sub menu items */
.DDMenuItem
{
	font-family : "Arial", "Helvetica", Serif; 
	font-size : 12px;
	font-weight: bold;
	color : #FFFFFF;
	border-bottom: 1px solid #D8D8D8;
	padding-top: 4px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 4px;
	word-wrap: no-wrap;
}

a.DDMenuItem:Link, a.DDMenuItem:Active, a.DDMenuItem:Visited
{
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
	word-wrap: no-wrap;
	padding: 0px;
	border-bottom: none;
}

a.DDMenuItem:Hover
{
	text-decoration: none;
	color: #e6e6e6;
	font-weight: bold;
	word-wrap: no-wrap;
	padding: 0px;
}