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

ul#menu, ul#menu ul {
  list-style-type:none;
  margin: 0;
  padding: 0;
  width: 175px;	
  border-top: 1px #CCCCCC solid;
}

ul#menu a {
  display: block;
  text-decoration: none;
}

ul#menu li {
  border-bottom: 1px #CCCCCC solid;
}

ul#menu li a {
/*  background: #333;*/
  color: #454542;	
  padding: 0.5em;
}

ul#menu li a:hover {
	color:#951620;
	/*  background: #42322F;*/
background-color: #D3D2C9;
}


ul#menu .selected {
  color:#454542;
  background: #D3D2C9;
  list-style-type:none;
  margin: 0;
  padding: 0.5em;
  width: 161px;	

}

ul#menu .selected_small {
	color:#454542;
	list-style-type:none;
	margin: 0;
	width: 175px;
	background-color:#D3D2C9;
}

ul#menu .selected_cat {
	background-image: url(../images/arrow.gif);
	background-repeat: no-repeat;
	background-position: right center;
	

}


ul#menu li ul li a {
  color: #454542;
  padding-left: 20px;
  background: #E2E0D5;
  
}

ul#menu li ul li a:hover {
	padding-left: 20px;
	color: #951620;
	background-image: url(../images/arrow.gif);
	background-repeat: no-repeat;
	background-position: right center;  
	background-color: #D3D2C9;
}
