

.menu{
	border:none;
	border:0px;
	margin:0px;
	padding:0px;
	font-family: Arial;
	font-size:12px;
	font-weight:normal;
	position: absolute;
	width: 1003px;
	left: 0px;
	top: 134px;
	}
.menu ul{
	background:#231f20;
	height:24px;
	WIDTH:1002ps;
	list-style:none;
	margin:0;
	padding:0;
	}
	.menu li{
		float:left;
		padding:0px;
		}
	.menu li a{
	background:#231f20;
	color:#b6b7ba;
	display:block;
	font-weight:normal;
	line-height:24px;
	margin:0px;
	padding:0px 25px;
	text-align:center;
	text-decoration:none;
		}
	.menu li a:hover, .menu ul li:hover a{
	background: #231f20;
	color:#FFF;
	text-decoration:none;	
		}
	.menu li ul{
	background:#b6b7ba;
	display:none;
	height:auto;
	padding:0px;
	border:0px;
	position:absolute;
	width:225px;
	z-index:200;		/*top:1em;
		/*left:0;*/
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 23px;
		}
	.menu li:hover ul{
		display:block;
		
		}
	.menu li li {
	background:#b6b7ba;
	display:block;
	float:none;
	margin:0px;
	width:225px;
		}
	.menu li:hover li a{
		background:none;
		
		}
	.menu li ul a{
	display:block;
	height:24px;
	font-size:12px;
	font-style:normal;
	margin:0px;
	text-align:left;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 5px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
		}
		.menu li ul a:hover, .menu li ul li:hover a{
	color:#FFFFFF;
	text-decoration:none;
	background-color: #231f20;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
			}
	.menu p{
		clear:left;




		
		


		
