/*
-------------------------------------------- nav bar------------------------------------------------*/
.ddsmoothmenuh ul li:first-child a { /* offset left side of first menu item */
		padding-left: 80px;
}
.ddsmoothmenuh ul li a {/* offset right side of menu all other items */
   		display: block;
    		padding-right: 40px;
    		text-decoration: none;
}
.ddsmoothmenuh ul li:last-child a { /* offset right side of last menu item */
		padding-right: 0px;
}
.ddsmoothmenuh ul li ul li a:link, .ddsmoothmenuh ul li ul li a:visited{ /*align sub nav items to main items above*/
		padding-left: 10px;
}

.ddsmoothmenuh ul li.current-menu-ancestor a, .ddsmoothmenuh ul li.current-menu-item a { /* highlight current page */
		color:#ff41a4;
}

/*
-------------------------------------------- page items--------------------------------------------*/
