.round {
  -webkit-border-radius: 3ex;
  -moz-border-radius: 3ex;
}

/*********************************************************
	TAB TOP ROW
*********************************************************/
#tabrow {
 margin:0;
 padding-left:1ex;
 min-width:800px;
 font-size:.85em;
 letter-spacing:0.3pt;
 line-height:1;
 height:24px;
}

#tabrow ul {
  margin:0;
  padding:0;
  list-style:none;
  position:absolute;
  z-index:2;
}

#tabrow li {
  float:left;
  background-color:#a68585; /*e18b8b;B0AB98*/ /* Non selected tabs background*/ /*#F7B10F;*/
  color:#fff; /* non-selected tabs label text */
  margin-right:5px;
  padding:5px;
  -webkit-border-top-left-radius:5px;
  -webkit-border-top-right-radius:5px;
  -moz-border-radius-topleft:5px;
  -moz-border-radius-topright:5px;
  border-top:solid #96460F 1px;
  border-left:solid #96460F 1px;
  border-right:solid #96460F 1px;
  border-bottom-width:0;
  border-bottom-color:transparent;
  cursor:pointer;
}

#tabrow li.select {
 background-color:#F1EFE8; /* selected tab label background */
 color:#763509;	/* selected tab label text*/
 height:14px;	/* height of tab */
}

/*********************************************************
	SECOND LEVEL TAB BOX
*********************************************************/
#midbox {
 /* height:40px;*/
  width:800px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border: solid #96460F 1px;	/* Border around 2nd level TAB box (always the same) */
  background-color:#F1EFE8; /*2nd level Tab links background color (always selected)*/
}

#midbox p {
  margin:0;
  padding-bottom:1ex;
}

div.subpage {	
  padding:8px; /* affects the height of 2nd level tab box */
}

/*********************************************************
	SECOND LEVEL LINK AREA
*********************************************************/
div.level2Links {
display:block;
/*background:url("/SiteCollectionImages/menu1.gif") left bottom no-repeat;*/
margin:0px 0px 0px 0px; /*top, right, bottom, left*/
padding:0px 0px 0px 0px;
width:700px;	/* length of block underneath tabs */
/*height:1px;*/
}

div.level2Links ul {
list-style:none;
margin:0px 15px 0px 15px;
padding:0;
}

div.level2Links ul li {
display:inline;
color:#dddddd;
font-size:.85em;
padding:0px 8px 0px 0px;	/*padding between links */
}

div.level2Links a {
/*background:url("/SiteCollectionImages/arrow.gif") 0px 4px no-repeat;*/
display:inline;
color:#763509;
/*font-weight:bold !important;*/
padding:0px 0px 0px 10px !important;
}

div.level2Links a:hover {
/*background:url("/SiteCollectionImages/arrow.gif") 0px 4px no-repeat;*/
color:#ff0000;
/*font-weight:bold !important;*/
padding:0px 0px 0px 10px !important;
}

div.level2Links a:visited {
color:#6da4b7;
/*font-weight:bold !important;*/
padding:0px 0px 0px 10px !important;
}