.menu{
	height:auto;
	list-style:none;
	background-color: #000;
	z-index: auto;
	top: 10px;
	vertical-align: middle;
	float:left;
	position:static;
	bottom: 10px;
	display: inline;
	clear: none;
	border-top-width: medium;
	border-bottom-width: thick;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
	border-right-width: 0px;
	border-left-width: 0px;
	margin: auto;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	}
	.menu li{
	float:left;
	padding:0px;
	display: block;
		}
.menu ul{
	height:35px;
	list-style:none;
	margin:0;
	padding:0;
	background-color: #000;
	width: 8.2em;
	}
	.menu li{
	float:left;
	padding:0px;
	list-style-type: none;
	width: 158px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #FFF;
		}
	.menu li a{
	color:#FFF;
	display:block;
	font-weight:bold;
	line-height:normal;
	margin:auto;
	text-align:center;
	text-decoration:none;
	background-color: #000;
	background-image: url(images/seperator.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: auto;
	width: 7em;
	float: none;
	vertical-align: middle;
	white-space: normal;
	padding-top: 0px;
	padding-right: 25px;
	padding-bottom: 0px;
	padding-left: 25px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	list-style-type: none;
	font-variant: normal;
	font-style: normal;
		}

		.menu li a:hover, .menu ul li:hover a{
			background: #2580a2 url("images/hover.gif") bottom center no-repeat;
			color:#FFFFFF;
			text-decoration:none;
			}
	.menu li ul{
	display:none;
	height:auto;
	padding:0px;
	border:0px;
	position:absolute;
	width:125px;
	z-index:200;
	background-color: #000;
	text-align: left;
	float: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;		/*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;
	list-style-type: none;
		}
	.menu li:hover li a{
		background:none;
		
		}
	.menu li ul a{
	display:block;
	height:auto;
	font-size:small;
	font-style:normal;
	margin:0px;
	text-align:left;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #FFF;
	background-color: #000;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 15px;
	line-height: normal;
	list-style-type: none;
		}
		.menu li ul a:hover, .menu li ul li:hover a{
			background:#2580a2 url('images/hover_sub.gif') center left no-repeat;
			border:0px;
			color:#ffffff;
			text-decoration:none;
			}
	.menu p{
		clear:left;
		}	
.menu li:hover {
	color:2580a2;
	text-decoration:none;
	background-image: url(images/hover.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}
