﻿/* Horizontal Menu Styles */

.horizontalMenu *
{
	padding: 0px;
	margin: 0px;
}

.horizontalMenu
{
	border: none;
	color: #ffffff;
}

.horizontalMenu ul
{
	list-style-type: none;
	
}

.horizontalMenu ul li
{
	display: block;
	float: left;
	margin: 0 30px 0 30px;
	position: relative;
	z-index: 1000;
}

.horizontalMenu ul li ul
{
	display: none;
	border: none;
	margin-left: -30px;
	text-align: left;
}

.horizontalMenu ul li a
{	
	color: White;
	display: block;
	float: left;
	font-weight: bold;	
	text-decoration: none;
}

.horizontalMenu a
{	
	color: White;
	float: left;
	font-weight: bold;	
	text-decoration: none;
}

#secNavTop .horizontalMenuCat
{
	color: #ffffff;
}

.horizontalMenu ul li:hover
{	
	width: auto;
}
.horizontalMenu table
{
	position: absolute;
	z-index: 999;
	top: 0;
	left: 1.9em;
	border-collapse: collapse;
}

/*Non-IE6*/
/*Color main cells hovering mode*/
.horizontalMenu ul li:hover a
{
	color: #E7BF55;
	text-decoration: none;
	background-color: Transparent;
}

/* set verticle and horizontal posistion of popout menus */
.horizontalMenu ul li:hover ul
{
	display: block;
	position: absolute;
	z-index: 998;
	top: 1.15em;
	margin-top: 0.1em;
	left: -2em;	
}

.horizontalMenu ul li:hover ul li ul
{
	display: none;
}

/*Color subcells normal mode*/
.horizontalMenu ul li:hover ul li a
{
	display: block;
	width: 10em; /* height: auto;  	line-height: 1.3em;  	margin-left: -1px; */
	padding: 5px;	
	margin-left: 15px;
	border: solid 1px #AFAFAF;
	background-color: #EDEDED;
	font-weight: normal;
	color: #014836;
}

/*Color subcells hovering mode*/
.horizontalMenu ul li:hover ul li a:hover
{
	background-color: rgb(210,210,210);
	text-decoration: none;
}




































/*IE6*/
.horizontalMenu ul li a:hover
{
	background-color: Transparent;
	text-decoration: none;
}

.horizontalMenu ul li a:hover ul li a
{
	display: block;
	width: 10em;
	height: 1px;
	line-height: 1.3em;
	padding: 4px 4px 4px 4px;
	border: solid 1px rgb(175,175,175);
	background-color: #EDEDED;
	font-weight: normal;
	color: #352A6E;
}

/*Color subcells normal mode*/
.horizontalMenu ul li a:hover ul li a ul
{
	visibility: hidden;
	height: 0px;
	width: 0px;
	position: absolute;
	z-index: 997;
}

/*Color subcells hovering mode*/
.horizontalMenu ul li a:hover ul li a:hover
{
	background-color: #D2D2D2;
	text-decoration: none;
}


.horizontalMenu ul
{
	list-style-type: none;
	display: inline;
	padding-top: 2px;
	margin: 0;
}
