* {padding:0; margin:0; color:#000;}


.dropdown {
	z-index:800;
	float: left;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	
}

.dropdown *{

		color: #ffffff;
		
}

.dropdown dt, .dropdown dt * {
	border:0px;
	/*background:url(../images/nav_services.jpg);*/
	font-family: Arial, Helvetica, sans-serif;
	font-smooth:always;
	text-decoration: none;
	font-size:14px;
	font-weight:normal;
	text-align: center;
	float: left;
	line-height: normal;
	margin: 0px;
	padding-top: 12px;
	position: relative;
	color: #fff;
	/*background-color: #002ecc;*/
	z-index:800;
	padding-right: 12px;
	padding-left: 12px;
	
	}
	
.dropdown dt:hover {
	/*background-color: #002ecc;*/
	color: #fff;
	text-decoration: none;
	background-image: url(../images/menu_tile.jpg);
	width: auto;
	height: 48px;
	
	
	}
	
.dropdown dd {
	position:absolute;
	overflow:hidden;
	width:auto;
	display:none;
	z-index:800;
	opacity:0;
	margin-top: 48px;
	color: #fff;
	left: 0px;
	width: 200px;
}

.dropdown ul {
	width:auto;
	list-style:none;
	/*background-color: #002ecc;*/
	border-top-width: 12px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #000;
}

.dropdown li {display:inline, z-index:800; }

.dropdown a, .dropdown a:active, .dropdown a:visited {
	display:block;
	color:#333333;
	text-decoration:none;
	background:#cccccc;
	width:200px;
	height: auto;
	border-top-width:  0px;
	border-bottom-width: 0px;
	border-top-style: none;
	border-bottom-style: none;
	padding-top: 5px;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-left: 12px;
	margin: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
	border-right-style: none;
	border-left-style: none;
	}
	
.dropdown a:hover {background:#e5e9e9; color:#333333; padding:5px 8px 5px 12px; }
.dropdown .underline {border-bottom:1px solid #ede8e2;
	color: #053b81; 
}

/*.dropdown img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: 100%;
	
}
*/