﻿#menu {
	height: 40px;
	padding-bottom: 3px;/* apply to all browsers */
    #padding-bottom: 1px;/* override for Microsoft Internet Explorer browsers*/}
@-moz-document url-prefix() {
    #menu { padding-bottom: 3px; /* override for Firefox browsers*/ }}

.divMainMenu
{
	clear:both;
	float:left;
	background:url('/images/grey_short.jpg') bottom center repeat-x;
	border-bottom: 6px solid #ff8000;
}

.MegaMenu
{	
	margin: 0;
	padding: 0;
	z-index: 999;
	width: 960px;
}

.MegaMenu table
{
	border-collapse: collapse;
	padding:0;
	margin:0;
	border:0;
}

.MegaMenuLevel2Header
{
	background-color:#fff;
	width:100%;
	height:36px;
}

.MegaMenu table tr td
{
	vertical-align:middle;
	padding:0;
	border:0;
	height:36px;
	border-spacing:0;
	border-bottom : 0;
}

.MegaMenuInnerBorder
{
}

.MegaMenu ul
{
	margin: 0;
	padding: 0;
	overflow:hidden;
}

.MegaMenu li
{	
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	width:auto;
	/*background:url(/images/menu_sep.gif) right 10px no-repeat;*/
	table-layout:fixed;
}


.MegaMenu .unselectedLi
{
	background:url(/images/menu_sep.gif) right 10px no-repeat;
	/*background: 'url(/images/grey_short.jpg) bottom center repeat-x';*/
}

.MegaMenu .lastUnselectedLi
{	
	background-image: none;
}

.MegaMenu .selectedLi
{
	background-color : #ff8000;
	background:url(/images/menu_sep.gif) right 10px no-repeat;
}

.MegaMenu .unselectedMenuItem
{
	display:none;
	width:0;
	margin-left:0;
}

.MegaMenu .selectedMenuItem
{
	display : block;
	width : auto;
}

.MegaMenu li a
{
	display: table-cell;
	#display:block;
	text-transform:uppercase;
	margin: 0;
	padding: 7px 10px 0px 10px;
	#padding-top:7px;
	font-family:"KnowledgeBlack", Arial, Helvetica, sans-serif;
	/*background:url('/images/grey_short.jpg') top center no-repeat; or background colour*/
	color:#ffffff;
	text-align: left;
	text-decoration: none;
	font-size:8pt;
	/*height:36px;*/
	vertical-align:top;
}
.MegaMenu li a:visited 
{
	color:White;
}
.MegaMenu li a .unselectedAnchor
{
	background:	'url(/images/grey_short.jpg) bottom center repeat-x';
}

.MegaMenu li a .selectedAnchor
{
	background-color : #ff8000;
}

.MegaMenu li a:hover
{	
	background-color: #ff8000;
	color: White;
}

.SubMenu
{
	display: none;
	position: absolute;
	margin: 0;
	margin-top: 6px;
	padding: 0px 0px 10px 0px;
	text-align: left;
	background: White;
	z-index: 999;
	overflow: auto;
	width: auto;
	float:left;
	zoom:1; filter: progid:DXImageTransform.Microsoft.Shadow(color='#666666', Direction=120, Strength=5);
	-moz-box-shadow:0px 5px 10px 2px #666;        
	-webkit-box-shadow:0px 5px 10px 2px #666;
	box-shadow:0px 5px 10px 2px #666;
	
/*-moz-box-shadow: 0px 5px 10px 2px #666;
-webkit-box-shadow: 3px 3px 4px #000;
box-shadow: 0px 5px 10px 2px #666;
-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=8, Direction=120, Color='#666666')";
filter: progid:DXImageTransform.Microsoft.Shadow(Strength=8, Direction=120, Color='#666666');*/
}

.SubMenu div
{
	width:140px;
	height: auto;
	float:left;
	overflow: hidden;
}

.SubMenu div span
{
	font-size: 11px;
	display:block;
	height:33px;
	margin-left:9px;
	margin-right:9px;
	background:#fff;
	border-bottom:3px solid #4a4a4a;
	font-family: Arial, Helvetica, sans-serif;
	color:#4a4a4a;
	padding-top: 4px;
}

.SubMenu table tr td
{
	vertical-align:middle;
	padding:0;
	border:0;
	height:auto;
}

.SubMenu li
{
	clear: both;
	float:left;
	width: 100%;
	height:auto;
}

.SubMenu li a
{
	color:#777777;
	background-color:White;
	text-transform:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	text-align:left;
	padding-top:4px;
	height:20px;
}

.SubMenu li a:visited 
{
	color:#777;
}

.SubMenu li a:hover
{
	color:#ff8000;
	background-color:White;
	text-decoration: none;
}

.SubMenu li a:visited:hover
{
	color:#ff8000;
	background-color:White;
	text-decoration: none;
}

.SubMenuUl
{
	width:190px;
}


