
/* Masthead
----------------------------------------------- */

#mastnav_cy {
   background:#e2954d;
   width:390px;
   float:right;
}

#masthead_cy ul {
   margin:0 0 0 -15px;
   padding:0 0 0 15px;
   text-transform:capitalise;
   font-size:85%;
   white-space:nowrap;
}

#masthead_cy ul li {
   margin:0; 
   padding:0;
   display:inline;
   list-style:none;
}

#masthead_cy ul a {
   float:left;
   display:block;
   padding:6px 2px 7px 9px;
   font-weight:bold;
   color:#fff;
   white-space:nowrap;
   background:url("graphics/navbullet1.gif") no-repeat 0px 5px;
}

#masthead ul a.first {
   background:none;
}


/* Main Navigation
----------------------------------------------- */

#mainmenu_cy {
   background:#225770;
   width:760px;
   clear:both;
   text-align:center;
}

#mainmenu_cy #centerbox {
   margin-left:auto;
   margin-right:auto;
}

#mainmenu_cy ul {
   margin:0 0 0 0;
   padding:0 0 0 0;
   text-transform:capitalise;
   font-size:85%;
   display:inline;
}

#mainmenu_cy ul li {
   margin:0; 
   padding:0;
   display:inline;
   list-style:none;
}

#mainmenu_cy ul a {
   float:left;
   display:block;
   padding:6px 2px 7px 9px;
   font-weight:bold;
   color:#fff;
   white-space:nowrap;
   background:url("graphics/navbullet2.gif") no-repeat 0px 5px;
}

#mainmenu_cy ul a.first {
   background:none;
   padding:6px 2px 7px 5px;
}





