
.csshover {
	behavior:url("/store/template/csshover.htc"); 
	background-color: black;
	color: white;
	height: 22px;
}

/* Style for top bar nodes */
ul.csshover li a {
	color: white;
	font-weight: bold;
}

/* selected top node */
ul.csshover li:hover {
}

/* format child nodes */
ul.csshover li ul li {
	color: black;
}

/* format child links */
ul.csshover li ul li a {
	background-color: #C3CFF2;
	background-image: none;
	border: solid 5px  #233E8C; /* Dark Blue */
	border-width: 0 5px;
	color: black !important;
	font-weight: normal;
	padding: 2px;
	text-decoration: none;
}

/* child hover settings */
ul.csshover li ul li a:hover {
	border-color:  #FAD26E; /* Light Yellow */
	background-color:#D9E1F7;
	color: black;
	text-decoration: none;
}



/********************************************************************************/
/* Dropdown Menu */
ul.csshover {
	padding: 0;
	margin: 0;
	list-style: none;
	z-index: 99;
}

ul.csshover li {
	float: left;
	text-decoration:none;	
	text-align: center;
	position: relative;
	padding: 4px;
	z-index: 99; 
}

ul.csshover li ul {
	display: none;
	position: absolute; 
	top: 100%;
	left: 0;

	z-index: 99;
/*	border:solid 5px #A5ACBF;    light grey 
	border-width: 0 3px 4px 0; 
	border-bottom-style: inset; */
}

/* Non IE Only */
ul.csshover li > ul {
	top: auto;
	left: auto;
	margin-top:5px;
}

ul.csshover li ul li {
	text-align: left;
	margin:0;
	padding:0;
	width: 12em;
	z-index: 99;
}

ul.csshover li ul li a {
/* Drop Down Menu settings */
	display:block;
	width: 100%;	
}

ul.csshover li:hover ul {
	display: block;
	z-index: 99;
}
