.clearit {
	margin: 0;
	padding: 0;
	height: 0;
	clear: both;
}
/* ROUNDED CORNERS */ 
.sidemenu {
  display: block;
}
.sidemenu * {
  display: block;
  height: 1px;
  overflow: hidden;
  font-size: .01em;
  background: #333;
}
.sidemenu1 {
  margin-left: 3px;
  margin-right: 3px;
  padding-left: 1px;
  padding-right: 1px;
  border-left: 1px solid #a79291;
  border-right: 1px solid #a79291;
  background: #66423f;
}
.sidemenu2 {
  margin-left: 1px;
  margin-right: 1px;
  padding-right: 1px;
  padding-left: 1px;
  border-left: 1px solid #eae5e5;
  border-right: 1px solid #eae5e5;
  background: #593230;
}
.sidemenu3 {
  margin-left: 1px;
  margin-right: 1px;
  border-left: 1px solid #593230;
  border-right: 1px solid #593230;
}
.sidemenu4 {
  border-left: 1px solid #a79291;
  border-right: 1px solid #a79291;
}
.sidemenu5 {
  border-left: 1px solid #66423f;
  border-right: 1px solid #66423f;
}
.sidemenufg {
  background:#333;
}
/* END ROUNDED CORNER */ 

/* SIDE MENU */
#menu {
	background: #333;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 12em;
}
#menu li {
	font: 67.5% Arial, Verdana, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}
#menu a {
	background: #333;
	border-bottom: 1px solid #393939;
	color: #ccc;
	display: block;
	margin: 0;
	padding: 8px 12px;
	text-decoration: none;
	font-weight:normal;
}
#menu a:hover {
	background: #5b8772 url("./images/hover1.gif") left center no-repeat;
	color: #fff;
	padding-bottom: 8px;
}
#selected a {
	background: #5b8772 url("./images/hover1.gif") left center no-repeat;
	color: #fff;
	padding-bottom: 8px;
}
/* END SIDE MENU */
  
/* BUBBLE PLASTIC HORIZONTAL MENU */

.bubplastic.horizontal {
	width: 100%;
	height: 27px;
	margin: 0;
	padding: 0;
	background: #000000 url(images/bg-bubplastic.gif) top left repeat-x;
}
.bubplastic.horizontal ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.bubplastic.horizontal ul li {
	float: left;
	margin: 0;
	padding: 0;
	background: transparent url(images/bg-bubplastic-button.gif) top left no-repeat;
}

.bubplastic.horizontal ul li a {
	display: block;
	height: 27px;
	padding-left: 35px;
	float: left;
	text-transform: uppercase;
	font-family: Arial,"Helvetica Neue",helvetica,"microsoft sans serif",arial,sans-serif;
	font-size: 70%;
	color: #FFFFFF;
	text-decoration: none;
}

.bubplastic.horizontal ul li a span.menu_ar {
	display: block;
	float: left;
	height: 22px;
	padding-top: 5px;
	padding-right: 35px;
	background: transparent url(images/bg-bubplastic-button.gif) top right no-repeat;
	cursor: pointer;
}
/* END BUBBLE PLASTIC HORIZONTAL MENU */

/* PURPLE HOVER */
.bubplastic.purple ul li a:hover,
.bubplastic.purple ul li.highlight a {
	background: transparent url(images/bg-bubplastic-h-purple.gif) top left no-repeat;
}
.bubplastic.purple ul li a:hover span.menu_ar,
.bubplastic.purple ul li.highlight a span.menu_ar {
	background: transparent url(images/bg-bubplastic-h-purple.gif) top right no-repeat;
}


#test li {
	display: block;
	border: solid 1px red;
}