@charset "utf-8";
/* CSS Document */

/* menu bar classes */
#cssmenu {
	/*background-image: url(images/backgrounds/good%20ones/seamless_dark_smooth_concrete_texture.jpg) !important;*/
	border-top:#000 3px solid !important;
	border-bottom:#000 3px solid !important;
	/*border: none;*/
	margin: auto;
	padding: 0px;
	font: 67.5% Georgia ,Arial, Helvetica, sans-serif, Verdana, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	width: 960px;
}
#cssmenu ul {
  background: #333333;
  height: 35px;
  list-style: none;
  margin: 0;
  padding: 0;
}
#cssmenu li {
  float: left;
  padding: 0px;
}
#cssmenu li a {
  background: #333333 url('../images/seperator.png') bottom right no-repeat;
  display: block;
  font-weight: bold;
  line-height: 35px;
  margin: 0px;
  padding: 0px 18px; /* 25 should be*/
  min-padding: 0px 10px;
  text-align: center;
  text-decoration: none;
}
#cssmenu > ul > li > a {
	color: #cccccc;
}
#cssmenu ul ul a {
  color: #cccccc;
}
#cssmenu li > a:hover,
#cssmenu ul li:hover > a {
	background: #481817 url('../images/hover.png') bottom center no-repeat;
	color: #FFFFFF;
	text-decoration: none;
}
#cssmenu li ul {
  background: #333333;
  background: rgba(51, 51, 51, 0.8); 
  display: none;
  height: auto;
  padding: 0px;
  margin: 0px;
  border: 0px;
  position: absolute;
  min-width: 225px;
  z-index: 200;
}

#cssmenu li:hover ul {
  display: block;
}

#cssmenu li li {
  background: url('../images/sub_sep.png') bottom left no-repeat;
  display: block;
  float: none;
  margin: 0px;
  padding: 0px;
  min-width: 225px;
}

#cssmenu li:hover li a {
  background: none;
}

#cssmenu li ul a {
  display: block;
  height: 35px;
  font-size: 12px;
  font-style: normal;
  margin: 0px;
  padding: 0px 10px 0px 15px;
  text-align: left;
}
#cssmenu li ul a:hover,
#cssmenu li ul li:hover > a {
  background: #481817 url('../images/hover_sub.png') center left no-repeat;
  border: 0px;
  color: #ffffff;
  text-decoration: none;
}
#cssmenu ul li.active a {
	background: url('../images/bottombarwht.png') center bottom;
}
#cssmenu p {
  clear: left;
}