.menu{
	border:none;
	font-size:14px;
	font-weight:normal;
	font-family: Arial, Helvetica, sans-serif;
	width: 693px;
	height:45px;
	margin-left: 5px;
	}
.menu ul{
height:auto;
	list-style:none;
	margin:0;
	padding:0;
	width: 693px;
	border:0px;
	}
	.menu li{
	float:left;
	padding:0px;
	border:0px;
		}
	.menu li a{
	height:45 px;
	color:#000000;
	display:block;
	font-weight:normal;
	/*line-height:38px;*/
	margin:0px;
	text-align:center;
	text-decoration:none;
	height: 50px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-image: url(images/seperator.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	font-family: Arial, Helvetica, sans-serif;
	border:0px;
		}
		.menu li a:hover, .menu ul li:hover a{
	color:#FFFFFF;
	text-decoration:none;
	background-image: url(images/hover.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	border:0px;
			}
	.menu li ul{
	display:none;
	height:auto;
	padding:0px;
	margin:0px;
	border:0px;
	position:absolute;
	width:auto;
	z-index:200;
	background-image: url(images/nav/drop-down-bg.png);
	background-repeat: no-repeat;
	border:0px;
		/*top:1em;
		/*left:0;*/
		}
	.menu li:hover ul{
		display:block;
		border:0px;
		
		}
	.menu li li {
	display:block;
	float:none;
	margin:0px;
	padding:0px;
	height:auto;
	width:230px;
	border:0px;
		}
	.menu li:hover li a{
	background-repeat: no-repeat;
	border:0px;
		
		}
	.menu li ul a{
	display:block;
	height:35px;
	font-size:12px;
	font-style:normal;
	margin:0px;
	/*padding:0px 10px 0px 15px;*/
	text-align:left;
	font-weight: bold;
	background-image: url(images/nav/drop-down-bg.png);
	background-repeat: no-repeat;
	border:0px;
		}
		.menu li ul a:hover, .menu li ul li:hover a{
	border:0px;
	color:#191A40;
	text-decoration:none;
	background-color: #DFD1AC;
	background-image: url(images/hover_sub.gif);
	background-repeat: no-repeat;
	background-position: left center;
	font-weight: bold;
	border:0px;
			}
	.menu p{
	clear:left;
	border:0px;
		}	

		.clr { clear:both;}
