/* -------------------------------- 
engagement section styles for hollyhull.com
author: kris hull

These styles position the "you are here" element in the proper place in the main nav.
---------------------------------*/
/* You are here - nav */
#youarehere {
display: block !important;
position: absolute !important;
width: 200px !important;
height: 58px !important;
top: 5px !important;
background: transparent url("/img/youarehere_engagement.jpg") no-repeat !important;
left: 5px !important;
}