/* /styles/menu.css */ 

#leftMenu {
	display: block;
  list-style: none;
	float: left;
	width: 150px;
	padding: 0px;
	margin: 10px 0px 0px 12px;
  text-align: left;
  font-size: 1.1em;  
  font-family: Arial, Helvetica, sans-serif;
}


#leftMenu li a {
  display: block;
  padding: 1px 7px;
  margin: 0px; 
  color: rgb(094,132,188);
  text-decoration: none;
}

#leftMenu li.unactiv {
  background: none !important;
  height: 10px;
  cursor: default;
}

#leftMenu li:hover
{
  background-image: url('img/layout/arrow1.gif');
  background-repeat: no-repeat;
  background-position: left center;
}

#leftMenu li a:hover {
  color: rgb(185,195,207); 
	background-color: rgb(224,224,224);
}

#leftMenu li
{
	display: block;
	float: none;
	clear: both;
  position: relative;
	background-color: transparent;
	margin-left: 15px;
	border-bottom: 1px rgb(164,166,152) solid;
  padding: 0 0 0 7px;
  text-align: left; 
  width: 128px;
  height: auto;
  line-height: 1.5;
}

#leftMenu ul {
position: absolute;
margin: 0px;
padding: 0px;
top: 0px; 
left: 135px; 
width: 165px;
background-color: rgb(229,229,229);
border: 1px solid rgb(116,110,110);
}

#leftMenu ul ul{
  left: 165px;
}

#leftMenu ul li {
  margin: 0px;
  padding: 0;
  border: 0 none;
  width: 165px;
}

#leftMenu ul ul li, #leftMenu ul ul {
  width: 230px;
}
#leftMenu ul ul ul{
  left: 230px;
}

#leftMenu ul ul ul li, #leftMenu ul ul ul {
  width: 190px;
}


#leftMenu ul li:hover {
  background-color: rgb(209,209,209);
  background-image: none;
}

#leftMenu ul li a, #leftMenu ul li a:hover {
  color: rgb(032,007,110); 
	background-color: transparent;
	text-decoration: underline;
}


#leftMenu ul,
#leftMenu li:hover ul ul,
#leftMenu li:hover ul ul ul
{display: none;}

#leftMenu li:hover ul,
#leftMenu ul li:hover ul,
#leftMenu ul ul li:hover ul
{display: block;}
