h3.header {
  font-family: Georgia;
  font-size:140%;
  text-align: left;
  color:#CC0000;
}

#roundLeftMenuImage {
position: relative;
width: 200px;
padding: 0px 15px 10px;
margin: 10px 0;
overflow: hidden;
}
#roundLeftMenuImage li {
display: grid;
list-style: none;
}
#roundLeftMenuImage li.backLava {
background: url("../images/client-menu/slider-right.gif") no-repeat top right;
width: 24px;
z-index: 8;
position: absolute;
}
#roundLeftMenuImage li.backLava .leftLava {
background: url("../images/client-menu/slider-bg.gif") no-repeat top left;
height: 100%;
margin-right:24px;
}
#roundLeftMenuImage li.backLava .cornerLava {
background: url("../images/client-menu/slider-corner.gif") no-repeat bottom right;
height:27px;
width:24px;
position:absolute;
bottom:0px;
right:0px;
}
#roundLeftMenuImage li.backLava .bottomLava {
background: url("../images/client-menu/slider-bottom.gif") no-repeat bottom left;
height:27px;
width:100%;
position:absolute;
bottom:0px;
left:0px;
}
#roundLeftMenuImage li a {
text-decoration: none;
color:#4c4848;
outline: none;
text-align: left;
padding: 17px 20px;
letter-spacing: 0;
z-index: 10;
float: left;
position: relative;
margin-bottom: 15px;
border: 1px solid;
}

#roundLeftMenuImage li a:hover, #roundLeftMenuImage li a:active, #roundLeftMenuImage li a:visited {
color: #4c4848;
}
