.menu {
	padding:0;
	margin:0;
	list-style-type:none;
	white-space:nowrap;
	font-size: 12px;
	text-decoration: none;
  }
.menu li {
  float:left;
  min-width:95px;
  	text-decoration: none;
  }
.menu a {
  position:relative;
  display:block; 
  text-decoration:none; 
  min-width:95px; 
  float:left;
  }
* html .menu a {
  width:100px;
  text-decoration: none;
  }
.menu a span {
  display:block; 
  color:#000; 
  background:#c4c4c4; 
  border:1px solid #fff; 
  border-width:2px 1px; 
  text-align:center; 
  padding:4px 16px; 
  cursor:pointer;
  text-decoration: none;
  }
* html .menu a span {
  width:100px; 
  cursor:hand; 
  text-decoration: none;
  width:66px;
  }
.menu a b {
	display:block;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #6B0200;
	text-decoration: none;
  }
.menu a em {
  display:none;
  text-decoration: none;
  }
.menu a:hover {
	background:#fff;
	text-decoration: none;
  }
.menu a:hover span {
	color:#fff;
	background-color: #6B0200;
	text-decoration: none;
  }
.menu a:hover em {
	display:block;
	overflow:hidden;
	position:absolute;
	left:50%;
	margin-left:-6px;
	border-top-width: 6px;
	border-right-width: 6px;
	border-bottom-width: 0;
	border-left-width: 6px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #6B0200;
	border-right-color: #fff;
	border-bottom-color: #6B0200;
	border-left-color: #fff;
	text-decoration: none;
  }

.gallery_tbl tr td .option img {
	background-color: #C4C4C4;
	padding: 20px;
	border: thin groove #000;
}
.container .content .boxright .central {
	background-color: #C4C4C4;
	font-size: 14px;
	line-height: 140%;
	color: #6B0200;
}
h4 {
	font-size: .9em;
}

