﻿.menu{
	border-style: solid none none none;
	border-width: medium;
	border-color: #4f7bbc;
	margin: 0px 0px 0px 5px;
	padding: 0px;
	font: 67.5% Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
}
.menu ul{
	background-position: #4f7bbc;
	background: #4F7BBC;
	height: 25px;
	list-style: none;
	margin: 0;
	padding: 0;
}
.menu li{
	float: left;
	padding: 0px;
	height: 25px;
}
.menu li a{
	background-position: right bottom;
	background: #4F7BBC url("images/seperator.gif") no-repeat right bottom;
	color: #FFFFFF;
	display: block;
	font-weight: normal;
	line-height: 35px;
	margin: 0px;
	padding: 0px 15px 0px 15px;
	text-align: center;
	text-decoration: none;
	height: 25px;
}
.menu li a:hover, .menu ul li:hover a{
	border: thin none #4f7bbc;
	background-position: center bottom;
	background: #FFFFFF url("images/hover.gif") no-repeat center bottom;
	color: #4F7BBC;
	height: 25px;
}
.menu li ul{
	background-position: #4F7BBC;
	background: #FFFFFF;
	display: none;
	height: auto;
	padding: 0px;
	margin: 0px;
	border: 1px none #4f7bbc;
	position: absolute;
	width: 225px;
	z-index: 200;
		/*top:1em;
		/*left:0;*/
}
.menu li:hover ul{
	margin: 0px;
	border-width: thin thin thin 1px;
	border-color: #C0C0C0;
	display: block;
	border-right-style: groove;
	border-bottom-style: groove;
	border-left-style: solid;
	color: #4F7BCC;
	clip: rect(auto, auto, auto, auto);
	padding-top: 5px;
}
.menu li li {
	background: url('images/sub_sep.gif') bottom left no-repeat;
	display: block;
	float: none;
	margin: 0px;
	padding: 0px;
	width: 225px;
}
.menu li:hover li a{
	background-position: none;
	background: none;
	background-color: #FFFFFF;
}
.menu li ul a{
	display: block;
	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-position: left;
	background: #FF6600 url('images/hover_sub.gif') no-repeat left;
	border: 0px;
	color: #FFFFFF;
	text-decoration: none;
	height: 25px;
}
	.menu p{
		clear:left;
		}	

		
