/* Table that contains the main menu items */
.DM_NavTable
{
	width: 100%;
	border-style: none;
}

/* table cell style that contains the menu headings */

.DM_NavCellVertical
{
	text-align: left;
	border-bottom: 1px solid #99430A;
}


/* Menu heading style - this is the element that activates the submenus */
.DM_NavHeadingVertical
{
	color: #373A75;
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
	display: block;
	padding-left: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
}

a.DM_NavHeadingVertical:Link, a.DM_NavHeadingVertical:Active, a.DM_NavHeadingVertical:Selected
{
	color: #373A75;
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
	display: block;
}

a.DM_NavHeadingVertical:Hover
{
	text-decoration: none;
	color: #FF1A14;
	word-wrap: no-wrap;
}

/* Submenu box */
.DDMenu
{
	color: #373A75;
	background-color: #E5EAF7;
}

/* sub menu items */
.DDMenuItem
{
	font-family : "Arial", "Helvetica", Serif; 
	font-size : 12px;
	font-weight: bold;
	color : #373A75;
	border-bottom: 1px solid #99430A;
	padding-top: 4px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 4px;
	word-wrap: no-wrap;
	width: 200px;
}

a.DDMenuItem:Link, a.DDMenuItem:Active, a.DDMenuItem:Visited
{
	text-decoration: none;
	color: #373A75;
	font-weight: bold;
	word-wrap: no-wrap;
	padding: 0px;
	border-bottom: none;
}

a.DDMenuItem:Hover
{
	text-decoration: none;
	color: #FF1A14;
	font-weight: bold;
	word-wrap: no-wrap;
	padding: 0px;
}