﻿#nav ul {
background:#ef1c23;
margin-left:0; margin-top:0px; padding:0;
	border: 0px solid #CCCCCC; border-width: 0px;
	list-style: none;
	position: relative;
	display: inline-table; text-align: center;
}
#nav ul:after {
		content: ""; clear: both; display: block;
	}

#nav ul li {
	float: left; align:center; text-align:center; background: transparent;
	}
#nav ul li:hover {
		background: transparent;
		
	}

	
#nav ul li a {	background: transparent; border: 0px #fc9a24 solid;
		display: block; padding: 44px 22%;
		font-family:Verdana,Arial,Helvetica,sans-serif,Tahoma;
		font-size:10px; font-weight:Bold;
		color: #fff; text-decoration: none; margin-right:0px;
	-webkit-transition: color .2s ease-in-out;
	-moz-transition: color .2s ease-in-out;
	-o-transition: color .2s ease-in-out;
	-ms-transition: color .2s ease-in-out;
	transition: color .2s ease-in-out;
	}

#nav ul li a:hover {	color: #fff; background: #0da2da; background: #009fe3; border-left: 0px #fff solid;
			border-right: 0px #fff solid; border-bottom: 1px #fff solid;
background: rgba(0, 0, 0, 0.15) none repeat scroll 0 0 !important;
margin-bottom: 0;
		}

#nav ul ul {
	display: none; align: left; z-index: 999;
	background: transparent; border-radius: 0px; padding: 0; padding-top: 0px;
	position: absolute; top: 100%; border: 0px; margin-top: 0;
	-webkit-transition: height .25s ease .1s;
	-moz-transition: height .25s ease .1s;
	-o-transition: height .25s ease .1s;
	-ms-transition: height .25s ease .1s;
	transition: height .25s ease .1s;
}
#nav ul ul li {	
		float: none; 
		border-top: 0px solid #6b727c;
		border-bottom: 0px solid #575f6a;
		position: relative;
	-webkit-transition: height .25s ease .1s;
	-moz-transition: height .25s ease .1s;
	-o-transition: height .25s ease .1s;
	-ms-transition: height .25s ease .1s;
	transition: height .25s ease .1s;
		
	}

#nav ul li:hover > ul {
		display: block; margin-top: -2px; padding-top: 0px;
	}


#nav ul ul li a {	background: rgba(0, 0, 0, 0.25) none repeat scroll 0 0 !important; border:0;
			padding: 5px 20px 5px 0px; text-align: left;
			font-family: Verdana, Arial, Helvetica, sans-serif, Tahoma;
			font-size:13px; font-weight: Bold;
			color: #0769be; color: #333;
-webkit-transition: height .25s ease .1s;
	-moz-transition: height .25s ease .1s;
	-o-transition: height .25s ease .1s;
	-ms-transition: height .25s ease .1s;
	transition: height .25s ease .1s;
		}	
#nav ul ul li a:hover {
			background: #0769be; background: #009fe3; border-top: 1px #fff solid; border-bottom: 1px #fff solid;
			color: #fff; background: rgba(0, 0, 0, 0.25) none repeat scroll 0 0 !important;
			}

#nav ul ul ul {
	position: absolute; left: 97%; top:0;
	}






