/*
Author : Onextrapixel
URL: http://www.onextrapixel.com
*/



/*Drop Down Menu Styles*/
#ddmenu {
	background:url(images/menubg.gif) repeat-x;
	margin: 0;
	padding: 0;
	height:23px;
	width:900px;
}
	
#ddmenu li {	
	float: left;
	list-style: none;
	font: 11px Tahoma, Arial;
}

#ddmenu li a {	
	background:url(images/top-dotted.gif) right no-repeat;
	display: block;
	padding: 5px 18.5px;
	text-decoration: none;
	color: #fff;
	text-transform:uppercase;
	text-align:center;
}

#ddmenu li a:hover {	
	background: #509bfc url(images/top-dotted.gif) right no-repeat;
}
	
