/********************MENU*********************/
/* hack for IE6 */
* html div#menu_horiz3 {
/* hide ie/mac \*/
	height: 1%;
/* end hide */
}
div#menu_horiz3 {
font-family: arial, Myriad Pro, Helvetica, sans-serif, 华文楷体;
/* background color for the entire menu row */
        background: transparent;float: left;
	margin-left: 20px;
        margin-top: 0px;
        font-size: 13px;
        width: 610px;border: solid 0px #000;
}
div#menu_horiz3 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-top: 0px;
/* keeps the first menu item off the left side */
	padding-left: 0px;

}
/* menu list items */
div#menu_horiz3 li {
/* makes the list horizontal */
	float: right;
/* remove any default bullets */
	list-style: none;
/* still no margin */
	margin: 0;
        height:10px;
border: solid 0px #000;
}
/* the links, that is each list item */
div#menu_horiz3 a, div#menu_horiz3 .sectionheader span {
/* 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: 2px 12px 2px 12px;
/* still no margin */
	margin: 0;
/* removes default underline */
	text-decoration: none;
/* default link color */
	color: #ffffff;
/* makes it hold a shape, IE has problems with this, fixed above */
	display: block;
        font-size: 13px;
        border-right: solid 2px #ffffff;
}

div#menu_horiz3 li.menu7 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 */
	padding: 2px 12px 2px 12px;
/* still no margin */
/* removes default underline */
	text-decoration: none;
/* default link color */
	color: #ffffff;
/* makes it hold a shape, IE has problems with this, fixed above */
	display: block;
        font-size: 13px;
        border-right: solid 0px #ffffff;
}

/* hover state for links */
div#menu_horiz3 li a:hover {;
/* set your image here, dark grey image with white text set above*/
color: #DBEAB3;
font-size: 13px;
}

/* active parent, that is the first level parent of a child page that is the current page */
div#menu_horiz3 li a.menuactive{
/* set your image here, light image with #000/black text set below*/
        color: #B2258B;
        background: #c2dc7c;
        font-size: 13px;font-weight:bold;
}

/* active parent, that is the first level parent of a child page that is the current page */
div#menu_horiz3 li.menuactive a:hover {
	color: #B2258B;font-size: 13px;font-weight:bold;
}