/* Start of CMSMS style sheet 'menu' */
/* Vertical menu for the CMS CSS Menu Module */
/* by Alexander Endresen */


/* The wrapper determines the width of the menu elements */

#menuwrapper {
	width: 100%;
	margin: 0px;
	padding: 0px;
}


/* Unless you know what you do, do not touch this */ 
#primary-nav, #primary-nav ul, #primary-nav ul li { 
   list-style: none; 
   margin: 0px; 
   padding: 0px; 


}

#primary-nav .menuactive a{background-color: #FF9900;background-image: url(../uploads/images/yellow-menu.jpg);
	color: #000000;}
#primary-nav .menuactive a:hover{background-color: #FF9900;background-image: url(../uploads/images/yellow-menu-over.jpg);
	color: #000000;}


#primary-nav li a {
	border: 2px solid #000000;
	display: block;
	font-weight:bold;
	margin: 0px;
	padding: 5px 10px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
	min-height:1em; /* Fixes IE7 whitespace bug*/
	background-color: #990000;

}
#primary-nav ul li a{
	border: 2px solid #000000;
	display: block;
	font-weight:bold;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
	min-height:1em; /* Fixes IE7 whitespace bug*/
	background-color: #990000;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 6px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}

#primary-nav ul li ul li a{
	border: 2px solid #000000;
	display: block;
	font-weight:bold;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
	min-height:1em; /* Fixes IE7 whitespace bug*/
	background-color: #990000;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 12px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}

#primary-nav ul li ul li ul li a{
	border: 2px solid #000000;
	display: block;
	font-weight:bold;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
	min-height:1em; /* Fixes IE7 whitespace bug*/
	background-color: #990000;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 18px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}

#primary-nav li a:hover{
	background-color: #FF9900;
	color: #000000;
background-image: url(../uploads/images/yellow-menu.jpg);
}



/********************
Footer Links
*********************/

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

/* 
background-color for the entire menu row, 
covering 100% of the width and text center-aligned 
*/
div#menu_horiz {
color:#999999;
  /* background color for the entire menu row */
   width: 100%;
   margin: 0;
   
}


/* 
the menu ul box has top and left border, 
right border is provided by the li elements 
*/
div#menu_horiz ul {
   margin: 0;
   padding: 0;
   float: left;
   line-height:12px;


}


/* menu list items */
div#menu_horiz li {
   float: left; /* makes the list horizontal */
   list-style: none; /* hides the list bullet */ 
   margin: 0 ;
      line-height:12px;

}


/* the links, that is each list item */
div#menu_horiz a {

line-height:12px;
	text-decoration: none; /* no underline for links */
	color: #ffffff;
	display: block; /* IE has problems with this, fixed above */
	font-size: 11px;
	background-position: center;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666;
	margin-top: 0;
	margin-right: 3px;
	margin-bottom: 0;
	margin-left: 0;
	padding-right: 3px;
}


/* hover state for links */
div#menu_horiz li a:hover {
line-height:12px;
	color: #999999;
	text-decoration: underline;
}
div#menu_horiz a.menuactiveparent:hover {
line-height:12px;
   color: #999999;
}

/* menuactive parent, that is the first-level parent of a child page that is the current page */
div#menu_horiz li.menuactiveparent a {
line-height:12px;
	text-decoration: none; /* no underline for links */
	color: #999999;
	display: block; /* IE has problems with this, fixed above */
	font-size: 11px;
	background-position: center;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666;
	margin-top: 0;
	margin-right: 3;
	margin-bottom: 0;
	margin-left: 0;
	padding-right: 3em;
}

div#menu_horiz h3 {
	text-decoration: none; /* no underline for links */
	color: #999999;
	display: block; /* IE has problems with this, fixed above */
	font-size: 11px;
	background-position: center;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666;
	margin-top: 0;
	margin-right: 3px;
	margin-bottom: 0;
	margin-left: 0;
	padding-right: 3px; /* instead of the normal font size for <h3> */
	font-weight: normal;
}

/* Footer */

#primary-nav li, #primary-nav li.menuparenth { _float: left; _height: 1%; }
#primary-nav li a { _height: 1%; }
/* End of 'menu' */

