.menu{
	position: absolute;
	top: 86px;
	left: 236px;
	border:none;
	border:0px;
	margin:0px;
	padding:0px;
	font: 9pt "Calibri", "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	font-weight:bold;

	}
	

	
.menu ul{
	width: 750px;
	height:25px;
	list-style:none;
	margin:0;
	padding:0;
	}
	.menu li{
		float:left;
		padding:0px;
		}
	.menu li a{
		/* background:#FFF bottom right no-repeat; */ /* Background of very top bar url("images/seperator.gif") */
		color:#404040;
		font: 10pt "Calibri", "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
		display:block;
		font-weight:normal;
		line-height:30px;
		margin:0px 0px 0px 0px; /* Amount of margin between top bar and drop downs */
		padding:0px 12px 0px; /* Amount of margin between top drop downs tabs */
		text-align:center;
		text-decoration:none;
		}
		.menu li a:hover, .menu ul li:hover a{
			background: #64adf1 bottom center no-repeat; /* url("images/hover.gif") */
			margin: 0px 0px 0px 0px;
			color:#FFFFFF;
			text-decoration:none;
			}
	.menu li ul{
		display:none;
		height:auto;
		padding: 16px 0px 0px 0px;
		margin:0px 0px 0px 0px;
		background:#64adf1;
		position:absolute;
		width:225px;
		z-index:200;
		/*top:1em;
		/*left:0;*/
		}
	.menu li:hover ul{
		display:block;
		
		}
	.menu li li {
		/* background:url('images/sub_sep.gif') bottom left no-repeat; */
		display:block;
		float:none;
		margin:0px;
		padding:0px;
		width:225px;
		}
	.menu li:hover li a{
		background:none;
		}
	.menu li ul a{
		display:block;
		height:30px; /* This defines the spacing between the menu items*/
		font-style:normal;
		margin:0px;
		padding:0px 10px 0px 15px;
		text-align:left;
		}
		.menu li ul a:hover, .menu li ul li:hover a{
			background:#FFFFFF url('images/hover_sub.gif') center left no-repeat; /* url('images/hover_sub.gif') */ 
			border:0px;
			color:#404040;
			text-decoration:none;
			}
	.menu p{
		clear:left;
		}	

		
