html, body {
	height: 100%;
	margin: 0;
	padding: 0;
	behavior: url(csshover.htc);
	text-align: center; }

.mainmenu {
	background-image: url(images/menu_bg.gif);
	position: relative;
	top: 250px;
	_top: 245px;
	left: 0px; 
	width: 720px;
	z-index:11; }

.menustyle {
	FONT-FAMILY: tahoma, verdana, arial, 'sans serif';
	FONT-SIZE: 8pt;
	FONT-WEIGHT: bold; 
	text-decoration: none; }

.menustyle a {
	display: block;
	padding: 5px 11px 5px 11px;
	text-decoration: none;
	COLOR: #cccccc; }

.menustyle a:hover {
	background-color: #641e7e;
	text-decoration: none;
	COLOR: #FFFFFF; }

.submenu { /*Beginning position and for submenu*/
	position: relative;
	width: 100%;}

.submenu span { /*submenu span position*/
	position: absolute;
	visibility: hidden; }

.submenu:hover span { /*submenu mouseover location*/
	width: 100%;
	visibility: visible;
	padding: 0px;
	top: 23px; /*point where submenu should appear*/
	left: -1px;}

.submenu span ul {
	position: relative;
	list-style: none;
	width: 100%;
	margin: 0px;
	padding: 0px;}

.submenu span ul li {
	padding-right: 20px;
	_padding-right: 0px;
	border-top:1px solid #00ABAB; }

.submenu span ul li a {
	width: 100%;
	padding: 5px 0px 5px 20px;	
	FONT-SIZE: 8pt;
	background-color: #00DEDE;
	text-decoration: none;
	COLOR: #000000; }
