﻿/* ie hover fix */
body
{
	behavior: url("/Scripts/csshover.htc");
}

#navigation {
	background-color: #14377D ;
	color: white;
	/*
	font-size: 80%;
	*/
	font-size: 10pt;
	font-weight: bold;
	*height:36px;
	_height:36px;
	/*position:relative;
	z-index:20;*/
}

#navigation ul {
	margin: 0;
	padding: 0;
}

#navigation ul li {
	margin: 0;
	padding: 0;
	padding-top: 2px;
	list-style: none;
	width: 11%;
	float: left;
	border-right: 1px solid white;
}

#navigation ul li:last-child, 
#navigation ul li.last {
	border-bottom:1px solid #14377D;
	border-right:none;
}

#navigation ul li a {
	color: white;
	text-decoration: none;
	font-family: "Arial",sans-serif;
	display: block;
	text-align: center;
	vertical-align: 50%;
	height: 34px;
}

#navigation ul li a:hover {
	color: #899BBE;
}

/* css based menu */
#navigation ul li ul {
	position: absolute;
	left: -999em;
	/*
	border: 1px solid white;
	*/
	background-color: #14377D;
	width: 186px;
	padding: 0 1em;
	float: left;
	z-index:20;
}

#navigation ul li ul li {
	float: none;
	border: none;
	width: 186px;
	float:left;
	border-bottom: 1px dotted white;
	z-index:20;
}

#navigation ul li ul li a {
	height: 100%;
	text-align: left;
	padding: 0.25em 0;
}

#navigation ul li.iehover ul,
#navigation ul li:hover ul {
	left: auto;
}

#navigation ul li.iehover ul li ul,
#navigation ul li:hover ul li ul {
	margin-left: 14em;
	margin-top: -1.9em;
	left: -999em;
}

#navigation ul li ul li.iehover ul,
#navigation ul li ul li:hover ul {
	left: auto;
}

#navigation ul.menu.lvl2 li.lvl2.itm0
{
	display:none;
}


