.main_nav
{
	/*border:none;
border:0px;
margin:0px;
padding:0px;
font: 67.5% "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
font-size:14px;
font-weight:bold;*/
}
.main_nav UL
{
	/*background:#333333;
height:35px;
list-style:none;
margin:0;
padding:0;*/
}
.main_nav LI
{
	/*float:left;
padding:0px;*/
}
.main_nav LI A
{
	/*background:#333333 url("images/seperator.gif") bottom right no-repeat;
color:#cccccc;
display:block;
font-weight:normal;
line-height:35px;
margin:0px;
padding:0px 25px;
text-align:center;
text-decoration:none;*/
}
.main_nav LI A:hover, .menu UL LI:hover A
{
	/*background: #2580a2 url("images/hover.gif") bottom center no-repeat*/
	color: #06354F;
	text-decoration: none;
}
.main_nav LI UL
{
	display: none;
	height: auto;
	position: absolute;
	width: 225px;
	transition: all 0.4s ease 0s;
	z-index: 2000;
	margin: 0px 0 0 0px;
	/*top:1em;
/*left:0;*/
}
.main_nav LI:hover UL
{
	display: block;
}
.main_nav LI LI
{
	display: block;
	float: none;
	margin: 0px;
	padding: 0px;
	width: 195px;
	border-bottom: 1px solid #202020;
}
.main_nav LI LI.last
{
	border-bottom: none;
}
.main_nav LI:hover LI A
{
	background: #000;
}
.main_nav LI:hover LI A.top
{
	border-top: 3px solid #F7C316;
}
.main_nav LI UL A
{
	display: block;
	font-size: 12px;
	font-style: normal;
	height: 28px;
	line-height: 30px;
	margin-bottom: 0;
	margin-left: 0 !important;
	margin-right: 0;
	padding: 10px 10px 0 15px;
	text-align: left;
	color: #FFF;
}
.main_nav LI UL A:hover, .menu LI UL LI:hover A
{
	background: #F7C316 !important;
	border: 0px;
	color: #FFFFFF;
	text-decoration: none;
	transition: all 0.4s ease 0s;
	padding-left: 0px;
}
.menu P
{
	clear: left;
}
