/*
Author : Onextrapixel
URL: http://www.onextrapixel.com
*/

/*Drop Down Menu Styles*/
#ddmenu {
	margin: 0;
	padding: 0;
	height:43px;
	float:right;
}
	
#ddmenu li {	
	float: left;
	list-style: none;
	font-weight:bold; font-style: normal; font-variant: normal; font-size: 12px; line-height: normal; font-family: Tahoma, Arial; width: 100px; }

#ddmenu li a {	
	background:url(../mages/top-dotted.gif) right no-repeat;
	display: block;
	padding: 5px 12px;
	text-decoration: none;
	color: #fff;
	text-transform:uppercase;
	white-space: nowrap;
	text-align:center;
}

#ddmenu li a:hover {	
	background: #000 url(../mages/top-dotted.gif) right no-repeat;
}
	
#ddmenu li ul {	
	margin: 3px 0 0 10px;
	padding: 0;
	position: absolute;
	visibility: hidden;
}

#ddmenu li ul li {	
	display:inline;
}

#ddmenu li ul li a {
	width: auto;	
	background: url(../images/bottom-dotted.gif) right no-repeat;
	display: inline;
	color: #d9d9d9; 
	font-size: 10px;
	padding: 3px 10px;
}

#ddmenu li ul li a:hover {	
	background: #000 url(../images/bottom-dotted.gif) right no-repeat;
	padding: 3px 10px;
}
