/* menu design */

#dropdown { position: absolute; top: 189px; left: 0; width: 620px; padding: 0; z-index: 2; border-width: 0; outline-width: 0; }

ul { 
	margin: 0; 
	padding:0; 
}


div#dropdown ul li { 
	font: bold 13px "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif; 
	list-style-type:none; 
	float:left;
}

div#dropdown ul li a {
	display:block;
	text-decoration: none;
	line-height:20px;
	
}

div#dropdown ul li a:hover {
	text-decoration: none;
	color: #000;
}

/* The Dropdown menus ... initially hidden */
div#dropdown ul li ul {
	/* background: url(../images/menu.gif) no-repeat bottom;
 	background-position: top left; */
	background-image: url(../images/menu.gif); list-style-type:none; position:relative; float:left; top:-20px; left:5px; width:121px; z-index: 20; }

div#dropdown ul li ul li {
	margin-top:5px;
	display:block;
	width:100%;
	clear:left;
	text-align:left;
	font-weight: 600;
}

div#dropdown ul li ul li a{ text-decoration: none; color: #fff; padding: 0 5px 0; display:block; }

div#dropdown ul li ul li a:hover{
	text-decoration: none;
	background:#336699;
	color: #f49d70;
		
}


/* lists nested under hovered list items */
div#dropdown ul li ul {
	display: none;
}
div#dropdown ul li:hover ul {
	display: block;
}

/* bg colors*/
div#dropdown ul li ul#m_aylw {
	background: url(../images/menu.gif) no-repeat bottom;
 	background-position: top left;
}

div#dropdown ul li ul#m_services {
	background: url(../images/menu.gif) repeat-y left top
}

div#dropdown ul li ul#m_locations {
	background: url(../images/menu.gif) no-repeat bottom;
 	background-position: top left;
}
div#dropdown img { border-width: 0; outline-width: 0; }
div#dropdown ul li ul#m_contact {
	background: url(../images/menu.gif) no-repeat bottom;
 	background-position: top left;
}
