
/************     main menu     ****************/

#nav {
	list-style: none;
}

#nav ul { 
	list-style: none;
	padding:0;
	margin:0;
   	width:150px;
	background: #E5F0FA;
   	position:absolute; 

}

#nav li { 
	position: relative;
	font-weight: bold;
	font-size: 1.2em;
	width: 140px;
	height: 30px;
    display:block;
}

#nav li a {
	text-decoration: none;
	color: #082A34;
    display:block; 
    width: 140px; /*helps IE with hover */
	height: 30px;
	padding-left: 40px;
}

#nav li a:hover{
   	/*background-image: url(../images/stone.gif);
	background-repeat: no-repeat;
	background-position: left;*/
	text-decoration: underline;
	height: 30px;
	color: #B0513F;
	width: 140px;
}

#nav ul li{ 
	padding: 0px;
	font-weight: bold;
	font-size: 1em;
	height: 25px;
}

#nav ul li a {
	padding-top: 5px;
	padding-left: 5px;
	height: 20px;
	border-bottom: 1px solid #B5CCEB;
}

#nav ul li a:hover{
	height: 22px;
	width: 145px;
   	background-image: none;
	background-color: #B5CCEB;
	text-decoration: underline;
	color: #B0513F;
}

#nav ul, #nav ul ul{
    display:none; 
    position:absolute; 
    top:0; 
    left:175px;
}

#nav li:hover ul ul, #nav li:hover ul ul ul{
    display:none; 
  
}

#nav li:hover ul, #nav ul li:hover ul, #nav ul ul li:hover ul{
    display:block;
}

li>ul { 
	top: auto;
	left: auto;
}
