/* Table that contains the main menu items */
.DM_NavTable
{
	width: 764px;
	height: 36px;
	background-image: url('http://www.paralympiceducation.ca/Images/Template/NavBG.gif');
}

/* table cell style that contains the menu headings */
.DM_NavCell
{
	text-align: center;
	vertical-align: top;	
}

.DM_NavCellVertical
{
	text-align: center;

}

/* Menu heading style - this is the element that activates the submenus */
.DM_NavHeading
{
	font-family: Arial, Helvetica, Serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	height: 30px;
	padding-left: 5px;
	padding-right: 5px;
	line-height: 30px;
	border-right: 1px solid #ed1c24	
}

a.DM_NavHeading:Link, a.DM_NavHeading:Active, a.DM_NavHeading:Selected
{	
	font-family: Arial, Helvetica, Serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	height: 30px;
	padding-left: 5px;
	padding-right: 5px;
	line-height: 30px;
	border-right: 1px solid #ed1c24	
}

 a.DM_NavHeading:Hover
{
	font-family: Arial, Helvetica, Serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	display: block;
	line-height: 28px;
	height: 28px;
	padding-left: 5px;
	padding-right: 5px;
	border-right: 1px solid #ed1c24	
}

/* 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: #CD0D0D;
	margin-top: 5px
}

/* 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;
}

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: #000000;
	word-wrap: no-wrap;
	padding: 0px;
}
