.menu{
	border:none;
	border:0px;
	margin:0px;
	padding:0px;
	font-family: "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	}

.menu ul{
	background:#97979b;
	height:35px;
	list-style:none;
	margin:0;
	padding:0;
	}

	.menu li{
		float:left;
		padding:0px;
		/*padding-left:62px;*/
		}

	.menu li a{
		/*background:#97979b url("images/seperator.gif") bottom right no-repeat;*/
		background:#97979b;
		color:#000;
		display:block;
		font-weight:normal;
		line-height:35px;
		margin:0px;
		padding:0px 25px;
  		width:100px;
		text-align:center;
		text-decoration:none;
		}

.menu li a.long{
		/*background:#97979b url("images/seperator.gif") bottom right no-repeat;*/
		background:#97979b;
		color:#000;
		display:block;
		font-weight:normal;
		line-height:35px;
		margin:0px;
		padding:0px 25px;
  		min-width:300px;
		text-align:center;
		text-decoration:none;
		}

	.menu li a:hover, .menu ul li:hover a{
	background: #e0e0e0 url("images/hover.gif") bottom center no-repeat;
	color:#000;
	text-decoration:none;
	}

	.menu li ul{
		background:#f6f6f6;
		/*opacity:0.5;*/
		display:none;
		height:auto;
		padding:0px;
		margin:0px;
		border:0px;
		position:absolute;
		width:150px;
		z-index:200;
		/*top:1em;
		/*left:0;*/
		}
		
		
		.menu li ul long{
			background:#f6f6f6;
			/*opacity:0.5;*/
			display:none;
			height:auto;
			padding:0px;
			margin:0px;
			border:0px;
			position:absolute;
			width:150px;
			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:150px;
		}

	.menu li:hover li a{
		background:none;
		width:130px;}

	.menu li ul a{
		display:block;
		height:35px;
		font-size:16px;
		font-style:normal;
		margin:0px;
		padding:0px 0px 0px 20px;
		text-align:left;
		}

		.menu li ul a:hover, .menu li ul li:hover a{
			background:#fff url('images/hover_sub.gif') center left no-repeat;
			border:0px;
			color:#000;
			text-decoration:none;
			}

	.menu p{
		clear:left;
		}	

#top .active a{
	background: #e0e0e0 url("images/hover.gif") bottom center no-repeat;
	color:#000;
	text-decoration:none;
	}