/* Start of CMSMS style sheet 'v21avr : Simple - Horizontal' */
/********************MENU*********************/
/* hack for IE6 */
* html div#menu_horiz {
/* hide ie/mac \*/
	height: 1%;
/* end hide */
}

div#menu_horiz {
/* background color for the entire menu row */
/* insure full width */
margin-left:320px;
margin-top:-200px;
width:50%;
/* set height */
	height: 20px;	
font-size:0.8em;
}

div#menu_horiz ul {
/* remove any default bullets */
	list-style-type: none;
	margin: 0 0 0 20px;
/* pushes the menu div up to give room above for background color to show */
	padding-top: 0px;
/* keeps the first menu item off the left side */
	padding-left: 10px;
}

/* menu list items */

div#menu_horiz li.menuactive menuparent {
/* makes the list horizontal */
display:inline;
	float: left;
/* remove any default bullets */
	list-style: none;
/* still no margin */
	margin: 0;
	padding:10px 5px 0 10px;
}

/* the links, that is each list item */

div#menu_horiz a {
/* 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 */

/* still no margin */
	padding: 3px 3px 3px 3px;
        margin:0;
/* removes default underline */
	text-decoration: none;
/* default link color */
	color: #f39400;
/* makes it hold a shape, IE has problems with this, fixed above */
	display: block;
        border:none;
}


/* hover state for links */
div#menu_horiz li a:hover {;
/* set your image here, dark grey image with white text set above*/
         border-bottom:dotted 1px #FFF;
         margin:0;
	padding: 3px 3px 3px 3px;
}


div#menu_horiz a span {
/* compensates for no left padding on the "a" */
padding:0;
margin:0;
}



div#menu_horiz li.currentpage h3 span {
        border:solid 1px #f39400;
        background:#f39400;
	color: #FFF;
font-weight:normal;
/* still no margin */
	margin: 0;
padding:3px 3px 3px 3px;
/* removes default underline */
	text-decoration: none;
/* default link color */
/* makes it hold a shape, IE has problems with this, fixed above */
	display: block;
}



div#menu_horiz li.parent a:hover span {	
/* hover replaces default with right arrow image */	
}

div#menu_horiz li.menuactive a span {	
/* menuactive replaces default with right arrow image */	
	color: #2d7fbe;
}


/* active parent, that is the first level parent of a child page that is the current page */
div#menu_horiz li.menuactive, div#menu_horiz li.menuactive a:hover {
/* set your image here, light image with #000/black text set below*/
	color: #2d7fbe;
}
/* End of 'v21avr : Simple - Horizontal' */

