@charset "utf-8";
/* CSS Document */

body {
	font-family:Calibri,"Courier New", Courier, monospace;
	}

#frmMainContent{
	position:fixed;
	top:71px;
	left:0;
	width:100%;
	height:100%;
	border:none;
	z-index:1;
	}

#ulNav, #ulNav li ul{
	list-style-type:none;
	}
#ulNav li{
	float:left;
	width:200px;
	}

#ulNav li a{
	font-weight: bold;
	color: #06F;
	background-color:white;
	border: thin solid #06F;
	text-decoration: none;
	display: block;
	padding:  8px 20px;
	margin: 0;
	}

#ulNav li ul li a{
	background-color:rgba(255,255,255,0.8);
	}
	
#ulNav li ul{
	float:none;
	display:none;
	}

#ulNav li:hover ul { 
	display:block;
	}
	
.ActiveItem a, #ulNav a:hover,#ulNav li:hover > a{
	background-color: #06F !important;
	color: #FFF !important;
	}
	
.ActiveItem a{
	text-shadow:0 1px 1px black;
	}
	
#menuDiv{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:70px;
	background-color:white;
	text-align:center;
	border-bottom:1px solid #CCC;
	z-index:100;
	}