/* Start of CMSMS style sheet 'new :: menus' */
/********************
MENU - contains both topNav and submenu bits.
*********************/

/* hack for Internet Explorer */
* html div#topNav {
   /* hide ie/mac \*/
   height: 1%;
   /* end hide */
}



div#topNav ul {
   margin: 125px 0px 10px 0px;
   padding: 0;
   border: 0px;
   height: 20px;
	line-height: 18px;
   float: right;
}


/* menu list items */
div#topNav li {
   float: left; /* makes the list horizontal */
   list-style: none; /* hides the list bullet */ 
   margin: 0;
   border-right: 1px solid #8398bd;
padding: 2px 0px 0px 0px;
height: 20px;
line-height: 18px;
}


/* the links, that is each list item */
div#topNav a {
   padding: 0px 12px; /* padding inside the list item box */
   margin: 0; /* margin outside each list item box */
   text-decoration: none; /* no underline for links */
   color: #18507C;
   background: inherit;
   display: block; /* IE has problems with this, fixed above */
height: 20px;
}


/* hover state for links */
div#topNav li a:hover {
   background:inherit;
   color: #B83015;
}

div#topNav a.activeparent:hover {
      background:inherit;
   color: #B83015;
}

div#topNav a.menuactive {

}


/********************
submenu
*********************/

#menu ul{
   list-style: none; /* hides the list bullet */ 
   margin: 0;
padding: 2px 0px 30px 20px;

}
#menu ul{
   list-style: none; /* hides the list bullet */ 
   margin: 0;

}
#menu{border:0px dotted green;}

#menu li{ list-style: none;}

#menu li a{
text-decoration:none;
display:block;
border-bottom:1px solid #9eaaaf;
padding:10px 0px 10px 10px;
}

/*second level*/
#menu ul ul {margin-bottom:10px;}
#menu li li a{
padding-left:30px;font-size:0.9em;
}
/* End of 'new :: menus' */

