

#logo {
	position:relative;
	
	margin-top:10px;
}
#logo a {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 12px;
	display: block;
}

/***************************************************
			DROPDOWN MENU
***************************************************/
#ddsmoothmenu-wrapper {
	background-image: url(../images/menu-back-long.png);
	background-repeat: no-repeat;
	background-position: 50% 0%;
width:960px;
position: relative;
height: 52px;
margin-top: 60px !important;
}

.ddsmoothmenu {
	
	display: block;
	position:absolute;
	
	margin-left:auto;
	margin-right:auto;
	/*width:960px;*/
	padding-left:130px;
	
}
.ddsmoothmenu ul {
	z-index:100;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.ddsmoothmenu ul li {
	display: inline;
	float: left;
	/*border-bottom-width: 3px;
	border-bottom-style: none;
	border-bottom-color: #d2d2d2;*/
		margin: 15px 0px 0px 0px;
	width:138px;
	
	position: relative;
	/*padding-top: 48px;*/
	/*padding-bottom: 3px;*/
}



.ddsmoothmenu ul li:hover, 
.ddsmoothmenu ul li.current-menu-item, 
.ddsmoothmenu ul li.current-menu-ancestor.current-menu-parent,
.ddsmoothmenu ul li.current-post-ancestor.current-menu-parent.current-post-parent,
.ddsmoothmenu ul li.current-menu-ancestor{
	text-decoration: none;
	background-position: center bottom;
	background-repeat: no-repeat;
	padding-bottom: 0px;
	/*border-bottom-width: 3px;
	border-bottom-style: solid;*/
}
.ddsmoothmenu ul li a {
	text-decoration: none;
	display: block;
	padding-bottom: 20px;
	font:normal 16px "Courier new";
	color: #ffffff;
	
	text-transform: uppercase;
	padding-right: 10px;
}
.ddsmoothmenu ul li a:link, .ddsmoothmenu ul li a:visited {
}
.ddsmoothmenu ul li ul {
	display: none;
	position: absolute;
	visibility: hidden;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 1px;
	-moz-border-radius-bottomleft:3px; 
	-moz-border-radius-bottomright:3px;
	-webkit-border-bottom-right-radius:3px;
	-webkit-border-bottom-left-radius:3px;
	-moz-box-shadow: 0 1px 3px #666;
	-webkit-box-shadow: 0 1px 3px #666;
	box-shadow: 0 1px 3px #666;	
	z-index:999;
}
.ddsmoothmenu ul li ul li {
	display: list-item;
	float: none;
	margin-left: 0px;
	padding: 0px;
	border-bottom-style: none;
	background-image: none;
}
.ddsmoothmenu ul li ul li:hover, .ddsmoothmenu ul li ul li.current {
	background-image: none;
	border-bottom-style: none;
}
.ddsmoothmenu ul li ul li a {
	padding: 5px;
	color: #FFFFFF;
	width: 118px;
	font-size: 14px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
}
.ddsmoothmenu ul li ul li a.last {
	border-bottom-style: none;
}

.ddsmoothmenu ul li ul li a,
.ddsmoothmenu ul li.current-menu-ancestor ul li.current-menu-ancestor.current-menu-parent a:hover,
.ddsmoothmenu ul li.current-menu-ancestor.current-menu-parent ul li.current-menu-item a:hover,
.ddsmoothmenu ul li.current-menu-ancestor ul li..current-menu-ancestor.current-menu-parent ul li.current-menu-item a:hover{}

.ddsmoothmenu ul li ul li a:hover,
.ddsmoothmenu ul li.current-menu-ancestor.current-menu-parent ul li.current-menu-item a,
.ddsmoothmenu ul li.current-menu-ancestor li.current-menu-ancestor.current-menu-parent ul li.current-menu-item a
{
	text-decoration: none;
	-moz-border-radius:0;
	-webkit-border-radius:0;
	border-radius: 0;
}

.ddsmoothmenu ul li.current-menu-ancestor.current-menu-parent ul li.current-menu-item a:hover,
.ddsmoothmenu ul li.current-menu-ancestor li.current-menu-ancestor.current-menu-parent ul li.current-menu-item a:hover
{
	margin-bottom: 3px;
}


.ddsmoothmenu ul li ul li ul {
	top: 0;
	margin-left: 1px;
	-moz-border-radius-topright:3px; 
	-moz-border-radius-bottomright:3px;
	-webkit-border-bottom-right-radius:3px;
	-webkit-border-bottom-right-radius:3px;
	-moz-border-radius-bottomleft:0px; 
	-webkit-border-bottom-left-radius:0px;	
}
.ddshadow{position: absolute;}



