.round {
  border : 1px solid #cccccc;
  height : auto;
  position : relative;
  width: auto;
}

.tl, .tr, .bl, .br {
  position : absolute;
  width : 9px;
  height : 9px;
  display : block;
  margin: 0px;
  margin-bottom : -1px;
}

.tl {
  background : transparent url(../img/tl.gif) no-repeat;
  top : -1px;
  left : -1px;
}

.tr {
  background : transparent url(../img/tr.gif) no-repeat;
  top : -1px;
  right : -1px;
}

.bl {
  background : transparent url(../img/bl.gif) no-repeat;
  left : -1px;
  bottom: 0px;
}

.br {
  background : transparent url(../img/br.gif) no-repeat;
  right : -1px;
  bottom : 0px;
}
.autoWidth {
  width: auto;
}

div.leftMenu {
	background: url('../img/menuButton.png') repeat-y top left;
	min-height: 500px;
}

