.menu{
	border:none;
	border:0px;
	margin:0px;
	padding:0px;
	font: 80% Verdana, arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	}
.menu ul{
	background: #b0c4de; /*#bcffba;*/ /*#b3e699;*/
	height:25px; 
	list-style:none;
	margin:0;
	padding:0;
	}
	.menu li{
		float:left;
		padding:0px;
		background:red; 
		color: Navy;
		}
	.menu li a{
		background:#b0c4de; /*#bcffba;*/ /*#b3e699;*/ url("images/seperator.gif") bottom right no-repeat;
		color: Navy;
		display:block;
		font-weight:normal;
		line-height:25px;
		margin:0px;
		padding:0px 15px; /*25px;*/
		text-align:center;
		text-decoration:none;
		}
		.menu li a:hover, .menu ul li:hover a{
			background: #000080; /*#008400;*/ url("images/hover.gif") bottom center no-repeat ; /* color of main bar selected background */
			color:#fff;  /* color of selected item text */
			text-decoration:none;
			}
			
			
			
	.menu li ul{
		background:#b0c4de; /*#bcffba;*/ /*#b3e699;*/ /* color of selected drop down menus background */
		color:#fff; /* color of selected items font */
		display:none;
		height:auto;
		padding:0px;
		margin:0px;
		border:0px;
		position:absolute;
		width:270px; /*200px;*/
		z-index:200;
		}
	.menu li:hover ul{
		display:block;
		color:#fff;
		}
	.menu li li {
		background:url('images/sub_sep.gif') bottom left no-repeat;
		display:block;
		float:none;
		margin:0px;
		padding:0px;
		width:270px; /*200px;*/
		color: #cccccc;
		}
	.menu li:hover li a{
		background:none;
		color: Navy;
		
		}
	.menu li ul a{
		display:block;
		height:25px;
		font-size:12px;
		font-style:normal;
		margin:0px;
		padding:0px 5px 0px 15px;
		text-align:left;
		
		}
		.menu li ul a:hover, .menu li ul li:hover a{
			background: #000080; url('images/hover_sub.gif') center left no-repeat /*color of unselected text in drop down menu*/
			border:0px;
			color:#fff; /*color of selected text in drop down menu*/
			text-decoration:none;
			}
	.menu p{
		clear:left;
		}	

		