/* Start of CMSMS style sheet 'nav-horiz-sub' */
/********************MENU*********************/
/* hack for IE6 */
* html div#menu_horiz_sub {
/* hide ie/mac \*/
	height: 1%;
/* end hide */
}
div#menu_horiz_sub {
 font-family:Verdana, Arial, Helvetica, sans-serif;
 font-size:12px;
 background: url(uploads/images/menuline.gif) repeat-x top left;
/* background color for the entire menu row */
	background-color: #000000;
/* insure full width */
	width: 100%;
/* set height */
	height: 41px;
	margin: 0;
	padding:0;
}
div#menu_horiz_sub ul {
/* remove any default bullets */
	list-style-type: none;
	margin: 0;
/* pushes the menu div up to give room above for background color to show */
	padding: 0;
/* keeps the first menu item off the left side */
}
/* menu list items */
div#menu_horiz_sub li {
/* makes the list horizontal */
	float: left;
/* remove any default bullets */
	list-style: none;
/* still no margin */
	margin: 0;
	padding: 0;
}
/* the links, that is each list item */
div#menu_horiz_sub a {
 font-family:Verdana, Arial, Helvetica, sans-serif;
 font-size:12px;
/* pushes li out from the text, sort of like making links a certain size, if you give them a set width and/or height you may limit you ability to have as much text as you need */
	padding: 15px 33px 10px 33px;
/* still no margin */
	margin: 0;
/* removes default underline */
	text-decoration: none;
/* default link color */
	color: #FFF;
/* makes it hold a shape, IE has problems with this, fixed above */
	display: block;
}
/* hover state for links */
div#menu_horiz_sub li a:hover {
/* set your image here, dark grey image with white text set above*/
	color:#fac336;
}
div#menu_horiz_sub a span {
/* compensates for no left padding on the "a" */
	
}
div#menu_horiz_sub li.parent a span {
/* no left padding on the "a" we can set it here, it lets us use the span for an image */
	
/* set your image here, down arrow to note it has children, left side of text */
	
}
div#menu_horiz_sub li.parent a:hover span {
	
/* hover replaces default with right arrow image */
	
}
div#menu_horiz_sub li.menuactive a span {
/* menuactive replaces default with right arrow image */
	color: #fac336;
}
/* active parent, that is the first level parent of a child page that is the current page */
div#menu_horiz_sub li.menuactive, div#menu_horiz_sub li.menuactive a:hover {
	/* set your image here, light image with #000/black text set below*/
	color: #fac336;
	background: url(uploads/images/navmarker.gif) no-repeat center 0;
}

/* active parent, that is the first-level parent of a child page that is the current page */
div#menu_horiz_sub li.activeparent a {
   background: url(uploads/images/navmarker.gif) no-repeat center 0; 
   color: #d6b857;
}

div#menu_horiz_sub h3 { padding: 15px 33px 10px 33px; /* padding inside the list item box */
	background: url(uploads/images/navmarker.gif) no-repeat center 0; 
   margin: 0; /* margin outside each list item box */
   text-decoration: none; /* no underline for links */
   color: #d6b857;
   display: block; /* IE has problems with this, fixed above */
   font-size: 12px;                           /* instead of the normal font size for <h3> */
   font-weight:normal;
}

/* End of 'nav-horiz-sub' */

