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

* {
	border:none; 
	margin:0; 
	padding:0;
}

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

h1 {
	font-size:20px;
	margin-bottom:20px; 
}

#wrap {
	margin:10px auto;
	width:900px; 
}

#header {
	margin-bottom:20px;
}

/*Drop Down Menu Styles*/
#ddmenu {
	background:url(images/menubg.gif) repeat-x;
	margin: 0;
	padding: 0;
    margin-top:-60px;
	height:43px;
	width:890px;
}
	
#ddmenu li {	
	float: left;
	list-style: none;
	font: 11px Tahoma, Arial;
    margin-top:6px;
    border-right: #FFF 1px solid;
    line-height:5px;
    font-weight:bold;
    background:none;
}


#ssmenu li {	
	float: left;
	list-style: none;
	font: 11px Tahoma, Arial;
    margin-top:-3px;
    border-right: #FFF 1px solid;
    line-height:1px;
}


#ddmenu li a {	
	background:url(images/top-dotted.gif) right no-repeat;
	display: block;
	padding: 5px 15px;
	text-decoration: none;
	width: 95px;
	color: #fff;
	text-transform:uppercase;
	white-space: nowrap;
	text-align:center;
}

#ssmenu li a {	
	background:url(images/top-dotted.gif) right no-repeat;
	display: block;
	padding: 5px 15px;
	text-decoration: none;
	width: 65px;
	color: #fff;
	text-transform:lowercase;
	white-space: nowrap;
	text-align:center;
}

#ddmenu li a:hover {	
	margin-left:5px;
 text-decoration:underline;
 color:#333;
}
	
 #ssmenu li a:hover {	
	margin-left:5px;
 text-decoration:underline;
 color:#333;
}
	
    
#ddmenu li ul {	
	margin: 3px 0 0 12px;
	padding: 0;
	position: absolute;
	visibility: hidden;
	width:600px;
}

#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 12px;
}

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

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

