﻿
/*Nav bar styles*/

body { behavior:url("csshover3.htc"); }
#navmenu{
	position: absolute;
	top: 78px;
	left: 215px;
}
html>body #navmenu{
	top: 89px;
	left: 215px;
}

*:first-child+html #navmenu,* html #navmenu{
	position: absolute;
	top: 78px !important;
	left: 215px;
}
@-moz-document url-prefix() {#navmenu{
	position: absolute;
	top: 89px;
	left: 234px;
}}

ul.nav, .nav ul
{
	margin: 0;
	padding: 0;
	cursor: default;
	list-style-type: none;
	display: inline;
	z-index: 4000 !important;
}

ul.nav
{
	display: block;
	z-index: 4000 !important;
}

ul.block
{
	width: 100%;
	table-layout: fixed;
}

ul.nav > li
{
	display: inline-block;
	float: left;
	position: relative;
	padding: 5px 6px 4px;
	background-color: white;
}
/*
ul.nav>li:hover{
padding-right: 1px;
}*/

ul.nav li > ul
{
	display: none;
	position: absolute;
	/*max-width: 40ex;*/
	width:auto;
	left: 0px;
	top: 22px;
	z-index: 4000 !important;
}

ul.nav li:hover > ul
{
	display: block;
}

.nav ul li a
{
	display: inline-block;
	padding: 2px 10px;
	margin: 0px;
}

/*Menu styles*/
#navmenu
{
	border-top:solid 1px gray;
	font-family:Arial;
	font-size: 10px;
	width: 803px;
}

ul.nav 
{
	
	/**display:table;
	width:100%;
	table-layout:fixed;**/
}

ul.nav li ul
{
	display: none;
	position: absolute;
	/*max-width: 40ex;*/
	width:auto;
	left: 0px;
	top: 22px;
	z-index: 4000 !important;
}

ul.nav li:hover ul
{
	display: block;
}
ul.nav, .nav ul, .nav ul li a
{
	color: 	#808080;
	/**filter: alpha(opacity=90);
	-moz-opacity: 0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;**/
	font-weight: bold;
}


ul.nav li:hover, .nav ul li a:hover
{
	background-image:url('Images/menu_shading.png');
	background-repeat:repeat;
	color: White;
}

ul.nav li:active, .nav ul li a:active
{
	background-image:url('Images/menu_shading.png');
	background-repeat:repeat;
	color: White;
}

ul.nav, .nav ul
{
	border: none;
}

.nav ul li
{
	border-left: solid 1px gray;
	border-bottom: solid 1px gray;
	border-right: solid 1px gray;
	font-size: 11px;
	width: auto;
	min-width: 167px;
	padding-top:2px;
	padding-bottom:2px;
	background-color:White;
	border-top: 0px none;
}


ul.nav > li
{
	display: inline-block;
	float: left;
	position: relative;
	padding: 5px 6px 4px;
	background-color: white;
}
*:first-child+html .nav ul li,* html .nav ul li {
	
}

* html li.rootli {
	display: inline-block;
	float: left;
	position: relative;
	padding: 5px 6px 4px;
	background-color: white;
	float: left !important;
	width:auto;
}
* html li.subli {
	float: none !important;
}
* html ul.nav li > ul
{
	display: none;
	position: absolute;
	/*max-width: 40ex;*/
	width: 180px;
	left: 0px;
	top: 22px;
	z-index: 4000 !important;
}

.nav a
{
	text-decoration: none;
}

.nav h1 { font-size:11px;}
.nav strong { font-size:11px; font-weight:normal;}

#apptitem 
{
	background-color:#9ACD32;
	width:141px;
}

#apptitem a
{
	color: White;
	margin-left:5px;
	font-size: 11px;
}

.nav ul .firstli {border-top: solid 1px gray;}