/*
Author : Onextrapixel
URL: http://www.onextrapixel.com

a:link {
	color:#0054a6;
	text-decoration:none; 
}


#wrap {
	margin:0px auto;
	width:1024px;
}*/



/*Drop Down Menu Styles*/
#ddmenu {
	background:url(originalmenutest/images/menubg.gif) repeat-x;
	margin: 0;
	padding: 0;
	height:43px;
	width:1024px;
}
	
#ddmenu li {	
	float: left;
	list-style: none;
	font:  14px Arial, Helvetica, sans-serif bold;

	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	padding: 0px;
}

#ddmenu li a {	
	/*background:url(images/top-dotted.gif) right no-repeat;*/
	display: block;   /*this seems to change the dropdown*/
	padding: 5px 0px; /*this padding can affect extra right hand space as well*/
	text-decoration: none;
	width: 90px;
	color: #fff;
	text-transform:uppercase;
	white-space: nowrap;
	text-align:center;
	
	
	
	/*display: inline;*/
}

#ddmenu li a:hover {	
	/*background: #000;*/
	color:#0000CC; /*turns text blue*/

}
	
#ddmenu li ul {	
	margin: 1px 0px 0px 10px;
	padding: 0;
	position: absolute;
	visibility: hidden;
	/*width:600px;*/
	
	
	width:597px; /*this is where the extra right hand space was coming from*/
	
	
}

#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;*/
	
	
	
	color: #000000; 
	font-size: 12px;
	padding: 8px 0px 0px 10px;
	
	
}

#ddmenu li ul li a:hover {	
	/*background: #000 url(images/bottom-dotted.gif) right no-repeat;
	padding: 3px 10px;*/

	padding: 8px 0 0 10px;
}

