
.menu{
	
	border:none;
	border:0px;
	margin:0px;
	padding:0px;
	font-family: Century Gothic, Tahoma, Geneva, sans-serif;
	/*font: 67.5% "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;*/
	/*font-size: 1.1em;*/
	/*font-size: 75%;*/
	/*font-weight: bold;*/
	}
 .menu ul{
	/*background:#333333;*/
	/*background:#EBEBEB;*/
	/*background:#C70706;*/
	/*background:#F23B7F;*/
	/*background:#8d144e;*/
	/*background:#B40B43;*/
	border-radius: 2px 2px 2px 2px;
	/*background:#691F37;*/
	background-color:#D52E1C;
	height:35px;
	list-style:none;
	margin:0;
	padding:0;
	}
	.menu li{
		float:left;
		padding:0px;
		border-right: 1px solid #993300;
		/*border-right: 1px solid #D52E1C;*/
		}
	.menu li a{
		/*background:#333333 url("images/seperator.gif") bottom right no-repeat;*/
		/*color:#036;*/
		/*color:#ff329a;*/
		<!--background:#691F37;-->
		background-color:#D52E1C;
		color:#fff;
		display:block;
		/*font-weight:normal;*/
		line-height:35px;
		margin:0px;
		/*padding:0px 25px;*/
		padding:0px 10px;
		text-align:center;
		text-decoration:none;
		}
		.menu li a:hover, .menu ul li:hover a{
			/*background: #036;*/ 
		
			/*url("images/hover.gif") bottom center no-repeat*/
			/*color:#B40B43;*/
			/*background:#8d144e;*/
			/*background:#250220;*/
			/*background:#D4478C;*/
			background:#691F37;
			/*background:#fff;*/
			
			text-decoration:none;
			/*color:#ff329a;*/
			}
	.menu li ul{
		/*background:#036;*/
		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;
		/*trying to resolve a slight issues with the width of the drop-down*/
		/*width:225px;*/
		/*width:350px;*/
		}
	.menu li:hover li a{
		background:none;
		
		}
	.menu li ul a{
		display:block;
		/*just added this*/
		min-width:150px;
		/*color:#fff;*/
		height:35px;
		font-size:12px;
		font-style:normal;
		margin:0px;
		padding:0px 10px 0px 15px;
		text-align:left;
		}
		.menu li ul a:hover, .menu li ul li:hover a{
			/*background:#EBEBEB;*/ /*url('images/hover_sub.gif') center left no-repeat*/
			/*border: 1px solid #B40B43; */
			/*background:#250220;*/
		background:#691F37;	/*background:#D4478C;*/
			/*color:#B40B43;*/
			/*background:#fff;*/
			

	/*border-right: 1px solid #ccc;*/
			/*color:#8d144e;*/
			
			text-decoration:none;
			}
	.menu p{
		clear:left;
		}	

		