/* Table that contains the main menu items */
.DM_NavTable
{
	width: 80%;
	height: 28px;
/* 	background-image: url('http://cms.nortia.org/Org/Org179/Images/Template/MainNav.gif'); */
background: transparent url(../imates/template/menu-background.jpg) no-repeat;
}

/* 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 : "Trebuchet MS", "Arial", "Helvetica", Serif; 
	color: #2B3087;
	font-weight: bold;
	font-size: 14px;
	background-image: url('../Images/Template/menu-bullet.png');
	background-repeat: no-repeat;
	background-position: 0px 1px;
	padding-left: 20px;
	text-decoration: none;
	display: block;
}

a.DM_NavHeading:Link, a.DM_NavHeading:Active, a.DM_NavHeading:Selected
{
	color: #2B3087;
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;

}

a.DM_NavHeading:Hover
{
	text-decoration: none;
	color: #e6e6e6;
	word-wrap: no-wrap;
	font-size: 14px;
}

/* Submenu box */
.DDMenu
{
	color: #F5931D;
	background-color: #F5931D;
	margin-top: 2px;
}

/* sub menu items */
.DDMenuItem
{
	font-family : "Trebuchet MS", "Arial", "Helvetica", Serif; 
	font-size : 12px;
	font-weight: bold;
	color : #FFFFFF;
	border-bottom: 1px solid #D8D8D8;
	padding-top: 4px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 4px;
	word-wrap: no-wrap;
}

a.DDMenuItem:Link, a.DDMenuItem:Active, a.DDMenuItem:Visited
{
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
	word-wrap: no-wrap;
	padding: 0px;
	border-bottom: none;
}

a.DDMenuItem:Hover
{
	text-decoration: none;
	color: #e6e6e6;
	font-weight: bold;
	word-wrap: no-wrap;
	padding: 0px;
}
