div#menu {
	font            : bold 10pt Helvetica, sans-serif;
	position        : absolute;
	left            : 4pt;
	top             : 51pt;
	width			: 1200pt;
	}
div#logo {
	font            : bold 10pt Helvetica, sans-serif;
	position        : absolute;
	left            :4.00pt;
	top             : 0.00pt;
	}

div#mainbody {
	left: 4pt;
	top: 74pt;
	position: absolute;
	width: 877px;
	height: 3628px;


}

#coolMenu,
#coolMenu ul {
list-style: none;
padding: 0;
margin: 0;
}
/* this doesn't help*/
#coolMenu {float:left position:relative}
#coolMenu > li {
	float: left;
	position: relative;
	width: 145px;
	top: 2px;

}

#coolMenu ul li {
	position: relative;
	}

#coolMenu li a {
	background: #0099FF;
	display: block;
	height: 2em;
	line-height: 2em;
	/*border: 1px solid #ccc; horizontal borders*/
	padding: 0;
	text-decoration: none;
	text-align: center; 
}
#coolMenu ul {     position: relative;     display: none; z-index: 999; } 
#coolMenu ul li  a {
display: block;
	text-decoration: none;
	color: #0099FF;
	background: #0099FF;
	height: 2em;
	line-height: 2em;
	border: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
#coolMenu li ul {
display: none;
position: absolute;
  	 	height: 2em;
	line-height: 2em;
width:143px;
top: 0;
left: 0;
margin-left:-1px;
}

/* Main menu
------------------------------------------*/
#coolMenu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
    backrgound: #CCCCCC; /*	background: #00CCFF;*/
}
#coolMenu > li > a {
	color: #FFF;
	font-weight: bold;
}
#coolMenu > li:hover > a {
	background: #00CCCC;
	color: #FFFFFF;
}

/* Submenu
------------------------------------------*/
#coolMenu ul {
	background: #00CCFF;
}
#coolMenu ul li a {
	color: #FFF;
}
#coolMenu ul li:hover a {
	background: #00CCCC;
}


#coolMenu li:hover ul { display: block; }
/* Fix IE. Hide from IE Mac \*/
/* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
*/
a:link   {
	color           : #0066FF;
	border          :   0.00pt solid black;
	text-decoration :none;
	}
a:visited{
	color           : #0066FF;
	text-decoration :none;
	}
a:hover  {
	color           : #CC0066;
	text-decoration :underline;
	}


/* End */
