/* CSS Document */

/* Top Menu Id's */

  #nav {
  	margin: 0;
	padding: 0;
	list-style: none;
	display: inline;
	}
	
#nav li{
display: inline;
float:left;
width:125px;

}	
	
#nav li ul  {
	
	margin: 0;
	padding: 0;
	list-style: none;
	
	color:#10759b;
	
	width: 125px;
	/*border: 1px solid #10759b;*/
	z-index:10;
	}
	
	#nav li ul li{
	background:#FFFFFF;
	color:#10759b;
	height:30px;
	width: 125px;
	
	}	
	
	#nav li ul  {
	
	margin: 0;
	padding: 0;
	list-style: none;
	width: 125px;
	
	position: absolute;
	top: 26px;
	clear:both;
	float:left;
	
	display: none;
	
	
	
	}
	
	#nav li ul li  {
	position:relative;
	border-bottom: 1px solid #10759b;
	border-left: 1px solid #10759b;
	border-right: 1px solid #10759b;
	left: -56px;
	
	}
	
	html>body 	#nav li ul li  {
	left: 0px;
	}
  ul li {

	
	}
	
  li ul {
	
	/*left: 0px; /* Set 1px less than menu width 
	top: 15px;
	display: none;
	 
	*/
	}
	

/* Styles for Menu Items */
  #nav li a {
	display: inline;
	text-decoration: none;
	color:#FFFFFF;
	border-bottom: 0;
	font-size: 1.0em;

	padding:2px;
	
	}
	
  #nav li ul li a{
	text-decoration: none;
	color:#10759b;
	font-size: 1.0em;

	height:20px;
	text-align:left;
	display:block;
	padding:2px;
	width:121px;


	}	
	
#nav li ul li:hover {
background:#eff2f6;	


}

#nav li ul li a:hover {
background:#eff2f6;	
width:121px;


}

	
/* IE 6 Hacks */
* html ul li ul li{ float: left; height: 1%;  display:block; width:121px;}
* html ul li ul li a { height: 1%; width:121px;}
/* End */

/* IE 7 Hacks */
/*
*:first-child+html #nav { width:101px; border-bottom:1px solid #10759b; padding-right:0px; margin-right:0px; }
*:first-child+html #nav li{width:90px;   height: 100%; z-index:10 ;}
*:first-child+html #nav li a { height: 100%; width:90px;  z-index:10 ; }
*:first-child+html #nav li ul { left: 101px ; width:101px; display: none;}
*:first-child+html #nav ul.thirdLevel {width:201px; display: none;}
*:first-child+html #nav ul.secondLevel li:hover ul.thirdLevel {display: block;}
*:first-child+html #nav li ul li ul li{float: left; width:190px; height: 100%; z-index:10 ; }
*:first-child+html #nav ul.secondLevel li ul.thirdLevel li a {  display: none; }
*:first-child+html #nav ul.secondLevel li:hover ul.thirdLevel li a {display:block; height: 100%; width:190px;  z-index:10;}
/*end */


/*#nav li:hover ul.secondLevel,*/ #nav li.over ul.secondLevel { display: block; } /* The magic */

/*ul.secondLevel li:hover ul.thirdLevel,*/ ul.secondLevel li.over ul.thirdLevel { display: block; } /* The magic */











#leftmenubox{
width: 100px;
float:left;
margin-top:20px;

}

#leftnav{
list-style:none;
padding: 0px;
margin: 0px;
	border-bottom: 1px solid #10759b;
}

#leftnav li{ 
border-top: 1px solid #10759b;
border-left: 1px solid #10759b;
border-right: 1px solid #10759b;
display:block;

}

#leftnav li a{
font-size:0.9em;
color: #10759b;
text-decoration:none;
padding: 2px;

width:94px;
min-height: 20px;
display:block;

}
