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