/* Table that contains the main menu items */
.DM_NavTable
{
	margin-top: 10px;
	margin-right: 20px;
}

/* table cell style that contains the menu headings */

.DM_NavCell
{
	
	
}


/* Menu heading style - this is the element that activates the submenus */
.DM_NavHeading
{
	
	font-family: Verdana, Arial, Helvetica;
	font-size: .8em;
	color: #595693;
	background-image: url(http://localhost/ResourceCentre/Org/Org61/Images/BCHC/MainMenuBG.gif);
	background-repeat: no-repeat;
	width: 95px;
	height: 27px;
	line-height: 27px;
	text-align: center;
	margin-left: 5px;
	text-decoration: none;
	display: block
	
}

a.DM_NavHeading:Link, a.DM_NavHeading:Active, a.DM_NavHeading:Selected
{
	font-family: Verdana, Arial, Helvetica;
	font-size: .8em;
	color: #595693;
	text-decoration: none;
	display: block;
}

a.DM_NavHeading:Hover
{
	font-family: Verdana, Arial, Helvetica;
	font-size: .8em;
	color: #595693;
}

/* Submenu box */
.DDMenu
{
	background-color: #FFFFFF;	
	opacity: 0.75;
	filter:alpha(opacity=75);
	margin-top: 5px;
	padding-top: 15px;
	font-size :  .7em;
}

/* sub menu items */
.DDMenuItem
{
	font-family : Verdana, Arial, Helvetica;
	font-size: 1.2em;
	color : #595693;
	text-decoration: none;
	margin-bottom: 5px;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 5px;
	
}

a.DDMenuItem:Link, a.DDMenuItem:Active, a.DDMenuItem:Visited
{
	font-family : Verdana, Arial, Helvetica;
	font-size: .8em;
	font-weight: bold;
	color : #595693;
	text-decoration: none;
	margin-bottom: 5px;
}

a.DDMenuItem:Hover
{
	font-family : Verdana, Arial, Helvetica;
	font-size: .8em;
	font-weight: bold;
	color : #595693;
	text-decoration: none;
	margin-bottom: 5px;
}