/* Table that contains the main menu items */
.DM_NavTableVertical
{
	width: 100%;
	border-style: none;
	background-color: #085AA5;
}

/* table cell style that contains the menu headings */

.DM_NavCellVertical
{
	text-align: left;
	border-bottom: 1px solid #FFFFFF;
	background-position: bottom center; 
}


/* Menu heading style - this is the element that activates the submenus */
.DM_NavHeadingVertical
{
	color: #FFFFFF;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
	display: block;
	padding-left: 25px;
	padding-top: 5px;
	padding-bottom: 5px;
}

a.DM_NavHeadingVertical:Link, a.DM_NavHeadingVertical:Active, a.DM_NavHeadingVertical:Selected
{
	color: #FFFFFF;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
	display: block;
}

a.DM_NavHeadingVertical:Hover
{
	text-decoration: none;
	color: #FF0000;
	word-wrap: no-wrap;
}

/* Submenu box */
.DDMenu
{
	color: #CC0000;
	background-color: #D7EDF8;
}

/* sub menu items */
.DDMenuItem
{
	font-family : "Arial", "Helvetica", Serif; 
	font-size : 12px;
	font-weight: bold;
	color : #FFFFFF;
	border-bottom: 1px solid #545456;
	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: #C63000;
	font-weight: bold;
	word-wrap: no-wrap;
	padding: 0px;
	border-bottom: none;
}

a.DDMenuItem:Hover
{
	text-decoration: none;
	color: #00466A;
	font-weight: bold;
	word-wrap: no-wrap;
	padding: 0px;
}