td.tabmenuDynn {
	background-image:url(bar_back.gif);
	background-repeat:repeat-x;
}
#nav, #nav ul { /* all lists */
	padding:0px;
	margin:0px;
	list-style:none;
	z-index:9999;
}
#nav a { /* all top items */
	display:block;
	width:auto;
	text-decoration:none;
	font-size:14px;
	font-style:normal;
	font-weight:normal;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	padding:0px;
	padding-left:14px;
	padding-right:16px;
	line-height:30px;
}
#nav li li a { /* all sub items */
	display:block;
	width:auto;
	text-decoration:none;
	font-size:12px;
	font-style:normal;
	font-weight:normal;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	padding-top:2px;
	padding-bottom:2px;
	padding-left:5px;
	padding-right:5px;
	line-height:20px;
	margin:0px;
	background-image:url(bar_back.gif);
	background-repeat:repeat-x;
	background-color:#DEDEDE;
	color:#7D7A7A !important;
}
#nav li li a:hover { /* all sub items hover */
	color:#FFFFFF !important;
	background-color:#0380C8;
	padding-top:2px;
	padding-bottom:2px;
	padding-left:5px;
	padding-right:5px;
	line-height:20px;
	margin:0px;
	background-image:url(menu_back_on.gif);
	background-repeat:repeat-x;
}
#nav li li a.parent { /* all sub items parent */
}
#nav li { /* all top items */
	float:left;
	width:auto; /* width needed or else Opera goes nuts */
	list-style:none;
	margin:0px;
	padding:0px;
}
#nav li li { /* all sub items */
	float:left;
	width:200px; /* width needed or else Opera goes nuts */
	list-style:none;
	border:1px solid #FFFFFF;
	white-space:normal;
	margin:0px;
	padding:0px;
}
#nav li li:hover,
#nav li li.shover { /* all sub items hover */
	float:left;
	width:200px; /* width needed or else Opera goes nuts */
	list-style:none;
	border:1px solid #FFFFFF;
	white-space:normal;
	margin:0px;
	padding:0px;
}
#nav li ul { /* second-level lists */
	position:absolute;
	background-color:#FFFFFF;
	width:202px;  /* don't forget to add the border width! */
	border:1px solid #FFFFFF;
	left:-999em; /* using left instead of display to hide menus because display:none isn't read by screen readers */
	margin:0px;
	padding:0px;
	border-top:1px solid #FFFFFF;
}

#nav li ul ul { /* third-and-above-level lists */
	margin:-26px 0 0 201px;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left:-999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */
	left:auto;
}


/* Tabbed Top level menu */
li.tabmenuDynn {
	height:30px;
	vertical-align:top;
	margin:0px auto;
	padding:0px;
}
li.tabmenuDynn DIV {
	float:left;
	height:30px;
	vertical-align:top;
	margin:0px auto;
	padding:0px;
	line-height:0px;
	background-image:url(spacer.gif);
	background-repeat:repeat-x;
}
li.tabmenuDynn DIV DIV {
	float:left;
	height:30px;
	vertical-align:top;
	margin:0px auto;
	padding:0px;
	line-height:0px;
	background-image:url(spacer.gif);
	background-repeat:no-repeat;
	background-position:left;
	width:auto;
}
li.tabmenuDynn DIV DIV DIV {
	cursor:pointer;
	height:30px;
	line-height:30px;
	vertical-align:top;
	margin:0px auto;
	padding:0px;
	white-space:nowrap !important;
	background-image:url(spacer.gif);
	background-repeat:no-repeat;
	background-position:right;
}
li.tabmenuDynn DIV DIV DIV a {
	color:#7D7A7A !important;
	font-size:14px;
	font-style:normal;
	font-weight:normal;
	font-family:Verdana,Arial,Helvetica,sans-serif;
}
/* Selected state */
li.selectedtabmenuDynn DIV,
li.parenttabmenuDynn DIV {
	float:left;
	height:30px;
	vertical-align:top;
	margin:0px auto;
	padding:0px;
	line-height:0px;
	background-image:url(menu_back_on.gif);
	background-repeat:repeat-x;
}
li.selectedtabmenuDynn DIV DIV,
li.parenttabmenuDynn DIV DIV {
	float:left;
	height:30px;
	vertical-align:top;
	margin:0px auto;
	padding:0px;
	line-height:0px;
	background-image:url(menu_left_on.gif);
	background-repeat:no-repeat;
	background-position:left;
}
li.selectedtabmenuDynn DIV DIV DIV,
li.parenttabmenuDynn DIV DIV DIV {
	cursor:pointer;
	height:30px;
	line-height:30px;
	vertical-align:top;
	margin:0px auto;
	padding:0px;
	white-space:nowrap !important;
	background-image:url(menu_right_on.gif);
	background-repeat:no-repeat;
	background-position:right;
}
li.selectedtabmenuDynn DIV DIV DIV a,
li.parenttabmenuDynn DIV DIV DIV a {
	color:#FFFFFF !important;
	font-size:14px;
	font-style:normal;
	font-weight:normal;
	font-family:Verdana,Arial,Helvetica,sans-serif;
}
/* Hover state */
.tabmenuDynn li.sfhover DIV,
.tabmenuDynn li:hover DIV {
	float:left;
	height:30px;
	vertical-align:top;
	margin:0px auto;
	padding:0px;
	line-height:0px;
	background-image:url(menu_back_on.gif);
	background-repeat:repeat-x;
}
.tabmenuDynn li.sfhover DIV DIV,
.tabmenuDynn li:hover DIV DIV {
	float:left;
	height:30px;
	vertical-align:top;
	margin:0px auto;
	padding:0px;
	line-height:0px;
	background-image:url(menu_left_on.gif);
	background-repeat:no-repeat;
	background-position:left;
}
.tabmenuDynn li.sfhover DIV DIV DIV,
.tabmenuDynn li:hover DIV DIV DIV {
	cursor:pointer;
	height:30px;
	line-height:30px;
	vertical-align:top;
	margin:0px auto;
	padding:0px;
	white-space:nowrap !important;
	background-image:url(menu_right_on.gif);
	background-repeat:no-repeat;
	background-position:right;
}
.tabmenuDynn li.sfhover DIV DIV DIV a,
.tabmenuDynn li:hover DIV DIV DIV a {
	color:#FFFFFF !important;
	font-size:14px;
	font-style:normal;
	font-weight:normal;
	font-family:Verdana,Arial,Helvetica,sans-serif;
}

/* IE Fix for sticky submenus */
#nav li:hover, #nav li.shover {
	position:static;
} 

/* Admin Menu */
.TabList {
	color:#333333;
	position:absolute;
	top:5px;
	left:45%;
}


/* make sure the colour are right */
#nav li li a { /* all sub items */
	color:#7D7A7A !important;
}
#nav li li a:hover { /* all sub items hover */
	color:#FFFFFF !important;
}

