/* --- menu styles ---
note:
	not all browsers render styles the same way so try out your style sheet
	on different browsers before publishing;
*/

/* styles for table menu */
.menutable1
{
  width:100%;
  text-align:left;
  vertical-align:middle;
  border: 0px;
  border-bottom: 1px solid #888;
}

.menutable1 td {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	color: #008;
	padding: 0px;
	margin: 0px;
}

.menu1o a {
  display: block;
  width:100%;
  padding: 4px 8px 4px 8px;
	text-decoration: none;
  background-color:#EEE;
	font-weight: bold;
  border: 0px;
  border-top: 1px solid #888;
}

.menu1o a:hover
{
  background-color:#FFF;
}

.menutable2
{
  width:100%;
  text-align:left;
  vertical-align:middle;
}

.menu2o a {
  display: block;
  width:100%;
  padding: 2px 8px 2px 8px;
	text-decoration: none;
  background-color:#E4E4E4;
  font-weight: normal;
  border: 0px;
  border-top: 1px dashed #888;
}

.menu2o a:hover
{
  background-color:#FFF;
}
