/****************  nav  ***********************/

#hd #social .bodycopy p{
  float:right;
}

#hd #social{
   position:absolute;
   top:20px;
   right:5px;
   float:right;
}

/* first element in top-nav view, inside a #hd element */
#hd .top-nav {
  position:absolute;
  right:10px;
  top:55px;
  width:430px;
}

/* first element inside .top-nav. .top-nav .yuimenubar will ALWAYS be the ID, since we'll 
never have more than one menubar on a single page */
.top-nav .yuimenubar {
    
}

/* strip the padding placed by yui's style sheet*/
.top-nav .yuimenubar,
.top-nav .yuimenubar * {
    border-width:0 !important;
    margin:0;
	background:none !important;
}

/* the menu bar's <li> list item*/
.top-nav .yuimenubar .yuimenubaritem {
}

/* the hover state of the menu bar's <li>*/
.top-nav .yuimenubar .yuimenubaritem-selected {
  background:none;
}

/* the <a> inside the <li>*/
.top-nav .yuimenubar .yuimenubaritemlabel {
  font-family:Arial;
  font-size:16px;
  text-transform:uppercase;
  color:#0f6dbd;
  padding:10px 20px;
}

/* the hover state of the menu bar's <li>'s <a>*/
.top-nav .yuimenubar  .current .yuimenubaritemlabel,
.top-nav .yuimenubar  .yuimenubaritemlabel-selected {
	background:#e0d8cf !important;
	margin-left:0px !important;
	color:#0f6dbd;
}


