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

* {
	border:none; 
	margin:0; 
	padding:0;
}
a:link {
	color:#0054a6;
	text-decoration:none;
}

h1 {
	font-size:5px;
	margin-bottom:10px; 
}

#wrap {
	margin:5px auto;
	width:1000px; 
}

#header {
	margin-bottom:20px;
}

#header a {
	color:#0054A6;
}

#header a:hover {
	text-decoration:underline;
}

/*Drop Down Menu Styles*/
#ddmenu {
	/*background:url(images/menubg.gif) repeat-x;*/
	margin: 0;
	padding: 0;
	height:30px;
	width:1000px;
	float: centre;
}
	
#ddmenu li {	
	float: centre;
	list-style: none;
	font: 6px Tahoma, Arial;
}

#ddmenu li a {
	/*background:url(images/top-dotted.gif) right no-repeat;*/
	display: block;
	padding: 2px 2px;
	text-decoration: none;
	width: 120px;
	color: #0099FF;
	text-transform:capitalize;
	white-space: normal;
	text-align:center;
}

#ddmenu li a:hover {
	background:  url(images/top-dotted.gif) right no-repeat;
	color: #000;
}
	
#ddmenu li ul {	
	margin: 3px 0 0 2px;
	padding: 0;
	position: absolute;
	visibility: hidden;
	width:auto;
}

#ddmenu li ul li {	
	display:inline;
}

#ddmenu li ul li a {
	width: auto;
	background:url(images/menubg.gif) repeat-x;
	display: inline;
	color: #0066CC;
	font-size: 11px;
	padding: 3px 10px;
}

#ddmenu li ul li a:hover {	
	background:url(images/menubg.gif) repeat-x;
	padding: 3px 10px;
}
