﻿/*#Navigation#*/
/*#Navigation/Main Navigation#*/
/*#Top menu styles/Main#*/
.Horizontal {
/*	float: left; */
	width: 100%; 
	text-align: left;
	border: 0px;
	background-color: #CFFFCF;
}

.CMSListMenuItem {
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: block;
	width: 12em;
	background-color: transparent;
}

.MainCMSListMenuUL {
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: inline;
	height: 40px;
	width: 130px;
	vertical-align: middle;
	background-color: transparent;
}

.MainCMSListMenuLI, .MainCMSListMenuHighlightedLI 
{
	background: url(/App_Themes/NDA/Images/imgMainMenuSeparator.jpg) right no-repeat;
}

.MainCMSListMenuUL li {
	list-style: none;
	list-style-type: none;
	display: block;
	height: 40px;
	width: 130px;
	float: left;
	background-color: transparent; /* bg color of top main menu */
}

.MainCMSListMenuUL li:hover {
	list-style: none;
	list-style-type: none;
	display: block;
	height: 40px;
	width: 130px;
	float: left;
	/* background-color: #0D803D;  not working */
}

.MainCMSListMenuUL UL {
	display: none;
}

.MainCMSListMenuUL a.MainCMSListMenuLink {
	text-decoration: none;
	display: block;
	height: 32px !important;
	width: 130px !important;
	MARGIN: 0px;
	z-index: 1000;	
    color: White;
    margin-top: 0px;
    padding-top: 10px;
    font-size: 11pt;
	background-color: transparent; /* bg color of bottom main menu */
}

.MainCMSListMenuUL a.MainCMSListMenuLink:hover {
	text-decoration: none;
	display: block;
	height: 32px !important;
	width: 130px !important;
	MARGIN: 0px;
	z-index: 1000;	
    color: White;
    margin-top: 0px;
    padding-top: 10px;
    font-size: 11pt;
	background-color: #0D803D; /* bg color of bottom main menu on mouse over */
}

.MainCMSListMenuUL a.MainCMSListMenuLinkHighlighted {
	text-decoration: none;
	display: block;
	height: 32px !important;
	width: 130px !important;
	MARGIN: 0px;
	z-index: 1000;
	color: White; /* Yellow */	
    margin-top: 0px;
    padding-top: 10px;
    font-size: 11pt;
	background-color: #0D803D;
}

.MainCMSListMenuUL li:hover ul.SubMenuCMSListMenuUL {
	display: block;
}

.MainCMSListMenuUL li ul.SubMenuCMSListMenuUL:hover 
{
	/*background-color: #0D823E;*/
	display: block;
}

/* ============================================= */
/*.SubCMSListMenuItem {
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: block;
	background-color: transparent;
}
*/

.SubMenuCMSListMenuUL {
	list-style-type: none;
	margin: 0px;
	margin-top: -1px;
	margin-left: 0px;
	top: 0px;
	padding: 0px;
	padding-bottom: 1px;
	position: relative;
	left: 1px;
	z-index: 2000;
	font-family: Verdana;
	font-size: 11px;
	background-color: transparent; /* #0A954D; bg of sub menu */
}

.SubMenuCMSListMenuLI, .SubMenuCMSListMenuHighlightedLI  
{
	border-bottom: solid 1px #ffffff;
}

.SubMenuCMSListMenuUL li {
	list-style-type: none;
	margin: 0px;
	margin-top: 0px;
	margin-left: 0px;
	padding: 0;
	padding-left: 10px;
	background-color: #0A954D; /* bg of top sub menu text */
	z-index: 3000;
	width: 183px !important;
	height: 35px;
	opacity: 0.90;
	filter: alpha(opacity=90); 
}

.SubMenuCMSListMenuUL li:hover {
	list-style-type: none;
	/*margin-left: 10px;*/
	margin: 0px;
	margin-top: 0px;
	margin-left: 0px;
	padding: 0;
	padding-left: 10px;
	background-color: #0D803D; /* bg of top sub menu text */
	z-index: 3500;
	width: 183px !important;
	height: 35px;
}

li.SubMenuCMSListMenuHighlightedLI 
{
	list-style-type: none;
	/*margin-left: 10px;*/
	margin: 0px;
	margin-top: 0px;
	margin-left: 0px;
	padding: 0;
	padding-left: 10px;
	background-color: #0D803D; /* bg of top sub menu text */
	z-index: 3500;
	width: 183px !important;
	height: 35px;
}

.SubMenuCMSListMenuUL UL {
	display: none;
}

.SubMenuCMSListMenuUL a.SubMenuCMSListMenuLink, 
.SubMenuCMSListMenuUL a.SubMenuCMSListMenuLink:hover {
	display: block;
	text-decoration: none;
	text-align: left;
	vertical-align:text-bottom;
	margin: 0px;
	margin-top: 0px;
	margin-left: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	height: 15px !important;
	width: 183px !important;
    color: White;
	/* background-color: #0A954D; bg of bottom sub menu text */
}

.SubMenuCMSListMenuUL a.SubMenuCMSListMenuLinkHighlighted {
	display: block;
	text-decoration: none;
	text-align: left;
	margin: 0px;
	margin-top: 10px;
	margin-left: 0px;
	height: 15px !important;
	width: 183px !important;
    color: White; /* Yellow */
	/* background-color: #0A954D; bg of bottom sub menu text */
}

/*
.SubMenuCMSListMenuLI {
	list-style-type: none;
	margin: 0px;
	margin-top: 0px;
	margin-left: 0px;
	padding: 0;
	padding-left: 10px;
	background-color: #0A954D; 
	z-index: 5000;
	color: Yellow; 
	width: 193px !important;
	height: 35px;
}
*/

.SubMenuCMSListMenuUL li:hover ul.OtherSubMenuCMSListMenuUL {
	display: block;
}

.SubMenuCMSListMenuUL li ul.OtherSubMenuCMSListMenuUL:hover 
{
	/*background-color: #0D823E;*/
	display: block;
}

/* ============================================= */
.OtherSubMenuCMSListMenuUL {
	list-style-type: none;
	margin: 0;
	margin-left: 0px;
	padding: 0;
	padding-bottom: 0px;
	position: relative;
	left: 0px;
	z-index: 6000;
	background-color: #0A954D;
	top: -25px;
	left: 183px;
	height: 35px !important;
	width: 213px !important;
}

.OtherSubMenuCMSListMenuLI, .OtherSubMenuCMSListMenuHighlightedLI  
{
	border-bottom: solid 1px #ffffff;
	
}

.OtherSubMenuCMSListMenuUL li
{
	list-style-type: none;
	z-index: 3000;
	height: 35px !important;
	width: 213px !important;
	background-color: #0A954D;
}

.OtherSubMenuCMSListMenuUL li:hover {
	list-style-type: none;
	z-index: 3000;
	height: 35px !important;
	width: 213px !important;
	background-color: #0D803D;
}

li.OtherSubMenuCMSListMenuHighlightedLI 
{
	background-color: #0D803D;
}

.OtherSubMenuCMSListMenuUL a.OtherSubMenuCMSListMenuLink, 
.OtherSubMenuCMSListMenuUL a.OtherSubMenuCMSListMenuLink:hover {
	list-style-type: none;
	text-decoration: none;
	text-align: left;
	display: block;
	margin: 0px;
	margin-top: 10px;
	margin-left: 0px;
	height: 35px !important;
	width: 213px !important;
    color: White;
}

.OtherSubMenuCMSListMenuUL a.OtherSubMenuCMSListMenuLinkHighlighted,
.OtherSubMenuCMSListMenuUL a.OtherSubMenuCMSListMenuLinkHighlighted:hover {
	list-style-type: none;
	text-decoration: none;
	text-align: left;
	display: block;
	margin: 0px;
	margin-top: 10px;
	margin-left: 0px;
	height: 35px !important;
	width: 213px !important;
    color: White; /* Yellow */
}
