/* Menu Style */
#NavigationDropDown {
	height: 32px;	
	line-height: 16px;	
	
}

#DropDown {
	height: 32px;
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 12px;
	float: right;
	line-height: 32px;	
}

#DropDown li {
	height: 32px;
	float: right;
	padding-left: 1px; /* Border betwean menu items */
}

#DropDown a {
	
	color: #ffffff;
	padding: 0px 30px;
	text-decoration: none;
}

#DropDown a:hover, #DropDown a:focus {
	color: #abacac;	
}

/* Submenu Style */
#DropDown ul {
	background: #ffffff;
	border: 1px solid #c6cde3;
	font-size: 12px;
	line-height: 18px;
}

#DropDown ul li {
	background: none;
	width: 178px;
	padding: 0px;
}

#DropDown ul a {
	color: #9da6bb;
	font-weight: normal;
	background: none;
	padding: 4px 30px 5px;
}

#DropDown ul ul {
	font-size: 1em;
}

#DropDown ul a:hover, #DropDown ul a:focus {
	color: #000000;
	background: #E1E1E1;
}

#DropDown ul .hover > a {
	color: #000000;
	background: #E1E1E1;
}
