.menu{
	border:none;
	border:0px;
	margin:0px;
	padding:0px;
	font: 67.5% "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	}
.menu ul{
	height:47px;
	list-style:none;
	margin:0;
	padding:0;
	background-color: #000;
	color: #FFF;
	}
	.menu li{
		float:left;
		padding:0px;
		}
	.menu li a{
	color:#FFF;
	display: inline-block;display: block;
	font-weight:bold;
	line-height:47px;
	margin:0px;
	padding:0px 25px;
	text-align:center;
	text-decoration:none;
	background-image: url(../images/seperator.png);
	background-repeat: no-repeat;
	background-position: right bottom;
		}
		.menu li a:hover, .menu ul li:hover a{
	color:#FFF;
	text-decoration:none;
	background-color: #882124;
	background-image: url(../images/hover.png);
	background-repeat: no-repeat;
	background-position: center bottom;
			}
	.menu li ul{
	display:none;
	height:auto;
	padding:0px;
	margin:0px;
	border:0px;
	position:absolute;
	width:225px;
	z-index:200;
	background-color: #AFAFAF;		/*top:1em;
		/*left:0;*/
	line-height: 40px;
		}
	.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;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	height: 40px;
	max-height:100px;
	line-height: 20px;
		}
	.menu li:hover li a{
		background:none;
		
		}
	.menu li ul a{
	display:block;
	height:47px;
	font-size:12px;
	font-style:normal;
	margin:0px;
	text-align:left;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 15px;
	line-height: 40px;
		}
	.menu li ul a:hover {
	border:0px;
	color:#ffffff;
	text-decoration:none;
	background-color: #882124;
	background-image: url(../images/hover_sub.png);
	background-repeat: no-repeat;
	background-position: left center;
			}
	.menu li ul li:hover a{
	border:0px;
	color:#ffffff;
	text-decoration:none;
	background-color: #882124;
	background-image: url(../images/hover_sub.png);
	background-repeat: no-repeat;
	background-position: left center;
	height: 40px;
	line-height: 40px;
			}
	.menu p{
		clear:left;
		}	

		
