/* Start of CMSMS style sheet 'Layout: vanity Navigation' */
/********************
MENU
*********************/
/* remove all the bullets, borders and padding from the default list styling */
#menu ul {
 padding:0px;
 margin:0px;
 list-style-type:none;
 text-align:center;
 padding-top:12px;
}

/* menu li block */
#menu li {
   float:left;
   position:relative;
   padding-right:4px;
   list-style: none;
   margin: 0;
   border-right: 1px solid #505149;
   display: block;
}

/* first level links */
#menu a {
   text-decoration:none; /* no underline for links */
   display: block; /* IE has problems with this, fixed above */
   padding: 0.2em 0.3em 0.5em 0.8em; /* some air for it */
   color: #505149; /* this will be link color for all levels */
   background: url(images/cms/arrow-right.gif) no-repeat 0.5em center; 
   min-height:1em; /* Fixes IE7 whitespace bug */ 
}

/* hover state for all links */
#menu a:hover {
   color: #ff0000;
}

/* section header */
#menu li.sectionheader {
   border-right: none;
   font-size: 130%;
   font-weight: bold;
   padding: 1.5em 0 0.8em 0;
   background-color: #fff;
   line-height: 1em;
   margin: 0;
   text-align:center;
}

/* separator */
#menu li.separator {
   height: 1px !important;
   margin-top: -1px;
   margin-bottom: 0;
   padding:2px 0 2px 0;
   background-color: #000;
   overflow:hidden !important;
   line-height:1px !important;
   font-size:1px; /* for ie */
}

/* End of 'Layout: vanity Navigation' */

