/* Table that contains the main menu items */
.DM_NavTableVertical
{
	width: 178px;
	border-style: none;
}

/* table cell style that contains the menu headings */

.DM_NavCellVertical
{
	text-align: left;
}


/* Menu heading style - this is the element that activates the submenus */
.DM_NavHeadingVertical
{
	color: #D10000;
	font-weight: bold;
	font-size: 14px;
	text-transform: uppercase;
	text-decoration: none;
	display: block;
	padding-top: 3px;
	padding-bottom: 3px;
}

a.DM_NavHeadingVertical:Link, a.DM_NavHeadingVertical:Active, a.DM_NavHeadingVertical:Selected
{
	color: #D10000;
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
	display: block;
}

a.DM_NavHeadingVertical:Hover
{
	text-decoration: none;
	color: #F99800;
	word-wrap: no-wrap;
}

/* Submenu box */
.DDMenu
{
	color: #FFFFFF;
	background-color: #FFFFFF;
	border-bottom: 1px solid #545456;
	border-top: 1px solid #545456;
	border-left: 1px solid #545456;
	border-right: 1px solid #545456;
}

/* sub menu items */
.DDMenuItem
{
	font-family : "Arial", "Helvetica", Serif; 
	font-size : 12px;
	font-weight: bold;
	color : #D10000;

	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: #D10000;
	font-weight: bold;
	word-wrap: no-wrap;
	padding: 0px;
	border-bottom: none;
}

a.DDMenuItem:Hover
{
	text-decoration: none;
	color: #F99800;
	font-weight: bold;
	word-wrap: no-wrap;
	padding: 0px;
}