.menu{
	border:none;
	border:0px;
	margin:0px;
	padding:0 0 0 10px;
	list-style:none;
	font: 1.1em  Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	outline: none;
text-transform: uppercase;
	
	}
.menu ul{
	background-color: transparent;
	height: 33px;
	list-style:none;
	margin:0;
	padding:0;
	}
	.menu li{
		float:left;
		padding:0;
		}
	.menu li a{
	background: url(../images/seperator.gif) bottom right no-repeat;
		color:#e5e5e5;
		display:block;
		font-weight:normal;
		line-height: 33px;
		margin:0px;
		padding:0px 20px;
		text-align:center;
		text-decoration:none;
		}
		.menu li a:hover, .menu ul li:hover a {
		/* background: #555 url(../images/hover.gif) bottom center no-repeat; */
		background:#40413f;
		color:#fff;
		text-decoration:none;
		}
		
		.menu li #current {
		/* background: #555 url(../images/hover.gif) bottom center no-repeat; */
		background:#40413f;
		color:#fff;
		text-decoration:none;
		}

		
	.menu li ul{
		background:#555;
		display:none;
		height:auto;
		padding:0px;
		margin:0px;
		border:0px;
		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: 25px;
		font-size:12px;
		font-style:normal;
		margin:0px;
		padding:0px 10px 5px 15px;
		text-align:left;
		}
		.menu li ul a:hover, .menu li ul li:hover a{
		/* 	background:#40413f url(../images/hover_sub.gif) center left no-repeat; */
		background:#40413f;
			border:0px;
			color:#ff0000;
			text-decoration:none;
			}
	.menu p{
		clear:left;
		}	

		