	
div.menwrap {
	border-width:0px;
	border-style: solid;
	width:565px;
	table-layout: fixed;
	display: table;
	border-collapse: collapse;
	margin: 1px 40px;
}
div.menrow {
	display: table-row;
	
}

div.mencellshort {
	display: table-cell;
	border-right: 1px;
	border-left: 1px;
	border-bottom: 4px;
	border-style: solid;
	border-color: white;
	vertical-align: middle;
	text-align: center;
  	font-family: Arial,Helvetica,sans-serif;
  	font-size: 16px;
	line-height: 120%; /* make the line tall to almost whole box is a link */
  	font-weight: bold;
	color: white;
}
div.mencell {
	display: table-cell;
	border-right: 1px;
	border-left: 1px;
	border-bottom: 0px;
        border-top: 0px;
	border-style: solid;
	border-color: white;
	vertical-align: middle;
	text-align: center;
  	font-family: Arial,Helvetica,sans-serif;
  	font-size: 16px;
	line-height: 250%; /* make the line tall to almost whole box is a link */
  	font-weight: bold;
	color: white;
}
div.menitem {
	background-color: #808080;
	font-weight: normal;
	padding-top:2px;
	padding-bottom:2px;
	line-height:120%;
        border-color: #ffffff;
        border-style: solid;
        border-top:0px;
        border-bottom:0px;
}

div.menrow {
   border-bottom: 4px solid;
   border-color: #ffffff;
}

.mencellshort a {
  display: block;
  text-decoration: none;
  color: #ffffff;
}
.mencell a {
  display: block;
  text-decoration: none;
  color: #ffffff;
}

.mencell a:hover {
  color: #fcc31b;
}

.menitem a {
  display: block;
  text-decoration: none;
  color: #ffffff;
}

.menitem a:hover {
  color: #fcc31b;
}

.simmenu {
  border-style: none;
  width: 33px;
  color: #ffffff;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 16px;
  height: 40px;
  text-align: center;
  font-weight: bold;
  position: absolute;
  background-color: #808080;
  line-height: 40px;
}
.simmenu a {
  display: block;
  text-decoration: none;
  color: #ffffff;
}
.simmenu a:hover {
  color: #fcc31b;
}
.simmenu20 {
  border-style: none;
  width: 33px;
  color: #ffffff;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 16px;
  height: 40px;
  text-align: center;
  font-weight: bold;
  position: absolute;
  background-color: #808080;
  line-height: 20px;
  top:0px;
}
.simmenu20 a {
  display: block;
  text-decoration: none;
  color: #ffffff;
}
.simmenu20 a:hover {
  color: #fcc31b;
}

