/* Start of CMSMS style sheet 'Navigation: UniquelyHorizontal' */
/********************
MENU
*********************/
/* Horizontal Menu */

/* background-color for the entire menu row */
#menu {
   background: #ffffff url(uploads/Unique/menuBar.png) no-repeat;
	color: #ffffff; margin-bottom: 1em;
	width: 960px; height: 50px;
}


/* Sets the dimensions and placement of the menu list */
#menu ul { 
	padding-left: 2.5em;
}

/* Set up the horizontal menu buttons */
#menu li {
	list-style: none;
	background-color: transparent;
	color: #ffffff;
	font: bold 15px "Trebuchet MS", Helvetica, Tahoma, Geneva, Arial, sans-serif;
	height: 39px; padding: 1px .1em;
	float: left; /* makes the list horizontal */
	line-height: 2.1em;
	margin: 1px 5px 0 5px; 
}

/* the links, that is each list item */
#menu li a {
   text-decoration: none; /* no underline for links */
   background-color: transparent;
   color: #ffffff;
}

/* hover state for links */
#menu li a:hover {
	text-decoration: underline;
	background-color: transparent;
	color: #fbc904;
}

/* active parent takes same state as li a:hover */
#menu li.activeparent {
	list-style: none;
	background-color: transparent;
	color: #ffffff;
	font: bold 15px "Trebuchet MS", Helvetica, Tahoma, Geneva, Arial, sans-serif;
	height: 40px; padding: 1px .5em;
	line-height: 2.1em;
	margin: 0 5px;
}

/* separator between menu items */
#menu .separator {
	padding-top: 4px; 
	height: 32px; width: 1px;
	border-left: 2px solid #fbc904;
}


/* Vertical Menu */
/********************
MENU
*********************/
#menu-vert {
   padding: 0;
   margin: 0;
	background: transparent;
	color: #006600;
}


/* third level has some padding to have it stand out */
#menu-vert ul ul ul {
   padding-bottom: 0.5em;
}

/* menu li block */
#menu-vert li {
   list-style: none;
   margin: 0;
   border-bottom: 1px solid #003300;
   display: block;
}

#menu-vert ul ul li {
   border: none;
}

/* first level links */
#menu-vert a {
   text-decoration:none; /* no underline for links */
   display: block; /* IE has problems with this, fixed above */
   padding: 0.8em 0.5em 0.8em 1.5em; /* some air for it */
   color: #006600; /* this will be link color for all levels */
   background: transparent; 
   min-height:1em; /* Fixes IE7 whitespace bug */ 
}

/* next level links, more padding and smaller font */
#menu-vert ul ul a {
   font-size: 90%;
   padding: 0.5em 0.5em 0.5em 2.8em;
   background-position: 1.5em center;
}

/* third level links, more padding */
#menu-vert ul ul ul a {
   padding: 0.3em 0.5em 0.3em 4.3em; 
}

/* hover state for all links */
#menu-vert a:hover {
   background-color: #deeede;
}

#menu-vert a.activeparent:hover {
   background-color: #deeede;
   color: #003300; font-weight: bold;
}

/* 
active parent, that is the first-level parent 
of a child page that is the current page 
*/
#menu-vert li a.activeparent { 
   background-color: #009900;
   color: #ffffff; font-weight: bold;
}

#menu-vert ul ul li a.activeparent {
   background-position: 1.5em center; 
   background-color: transparent;
   color: #006600;
}


/* 
current pages in the default Menu Manager 
template are unclickable. This is for current page on first level 
*/
#menu-vert ul h3 {
   background-color: #009900;
   display: block; 
   padding: 0.8em 0.5em 0.8em 1.5em;  /* some air for it */
   color: #ffffff;        /* this will be link color for all levels */
	font-weight: bold;
   font-size: 1em;       /* instead of the normal font size for <h3> */
   margin: 0;           /* as <h3> normally has some margin by default */
}

/* 
next level current pages, more padding, 
smaller font and no background color or bottom border 
*/
#menu-vert ul ul h3 {
   font-size: 90%;
   padding: 0.3em 0.5em 0.3em 2.8em;
   background-position: 1.4em center;
   background-color: transparent;
   border-bottom: none;
   color: #006600;     
}

/* current page on third level, more padding */
#menu-vert ul ul ul h3 {
   padding: 0.3em 0.5em 0.3em 4.3em; 
}

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

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

#menu-vert li.separator hr {
   display: none; /* this is for accessibility */
}
/* End of 'Navigation: UniquelyHorizontal' */

