#menuHolder{
	width:174px;	
	float:left;
	padding-bottom:20px;
  background-color: #C0D9B5;
  color:black;
  font-weight: bold;
  height:100%;
  min-height:500px;
}

#menuHolder ul{
  margin:10px 0 0 0px;
  padding:0px;  
}

#menuHolder li{
  margin:0px;
  padding:2px 0 2px 13px;
  float:left;
  width:160px;
  list-style-type:none;
  background-image: url(../layout/menu_sipka.gif);
  background-repeat: no-repeat;
  background-position: 3px 6px;
}

#menuHolder li:hover{
  background-color: #EEEEEE;
}

#menuHolder li a{
    text-decoration:none;
    float:left;
    width:120px;
    color:#000000;
    font-size:11px;
    font-weight: bold;
}

#menuHolder li a:hover{
   /* color:#EBEBEB;*/    
}
