 
ul.menubar{
	margin: 0px; /* IE6 Bug */
	font-size: 100%;
	height: 36px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
 
ul.menubar .submenu{
	margin: 0px;
	list-style: none;
	float:left;
	border-right-width: 0px;
	border-left-width: 0px;
	border-top-width: 0px;
	border-bottom-width: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
 
ul.menubar ul.menu{
	display: none;
	position: absolute;
	padding-bottom: 7px;
	background-color: #32000e;
	margin-top: -5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 7px;
	border: 1px solid #721a30;
	filter:alpha(opacity=95);
	-moz-opacity: 0.95;
	padding-right: 7px;
	width: 145px;
}
 
ul.menubar a{
	display:block;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 0px;
	padding-top: 0px;
	padding-right: 26px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-weight: bold;
}
ul.menubar a:hover {
	color: #c68082;
}
 
 
ul.menu, ul.menu ul{
	background-color: #32000e; /* IE6 Bug */
	border: 1px solid #000000;
	margin: 0;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
 
ul.menu li{
	position: relative;
	list-style: none;
}
 
ul.menu li a{
	display: block;
	text-decoration: none;
	color: #FFF;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 14px;
}
 
ul.menu li sup{
  font-weight:bold;
  font-size:7px;
  color: red;
}
 
/* Fix IE. Hide from IE Mac \*/
* html ul.menu li { float: left; height: 1%; }
* html ul.menu li a { height: 1%; }
/* End */
 
ul.menu ul{
	position: absolute;
	display: none; /* Set 1px less than menu width */
	top: 0px;
}
 
ul.menu li.submenu ul {
	display: none;
} /* Hide sub-menus initially */
 
ul.menu li.submenu {
background: transparent url(arrow. gif) right center no-repeat}
 
ul.menu li a:hover {
	color: #c68082;
}
 

