/********************MENU*********************/
/* hack for IE6 */
* html div#menu_horiz {
/* hide ie/mac \*/
	height: 1%;
/* end hide */
}
div#menu_horiz {
font-family: arial, Myriad Pro, Helvetica, sans-serif, 华文楷体;
/* background color for the entire menu row */
        background: transparent;
	margin: 0px auto 0;
        font-size: 15px;
        border: #333 0px solid;
	width: 768px;
        height:118px;
        position: relative;
}
div#menu_horiz 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_horiz li {
/* makes the list horizontal */
	float: left;
/* remove any default bullets */
	list-style: none;
/* still no margin */
	margin: 0;

}
/* the links, that is each list item */
div#menu_horiz a, div#menu_horiz .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: 0px;
/* still no margin */
	margin: 0;
/* removes default underline */
	text-decoration: none;
/* default link color */
	color: transparent;
/* makes it hold a shape, IE has problems with this, fixed above */
	display: block;
        font-size: 15px;
}


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

/* active parent, that is the first level parent of a child page that is the current page */
div#menu_horiz li a.menuactive{
/* set your image here, light image with #000/black text set below*/
        color: transparent;float: left;
        font-size: 15px;
}

/* active parent, that is the first level parent of a child page that is the current page */
div#menu_horiz li.menuactive a:hover {
	color: transparent;float: left;font-size: 15px;
}

div#menu_horiz li.Home{
	position: absolute;
        top: 78px;
        right: 391px;
}

div#menu_horiz li.Project{
	position: absolute;
        top: 78px;
        right: 306px;
}

div#menu_horiz li.About{
	position: absolute;
        top: 78px;
        right: 221px;
}

div#menu_horiz li.News{
	position: absolute;
        top: 83px;
        right: 111px;
}

div#menu_horiz li.Contact{
	position: absolute;
        top: 86px;
        right: 24px;
}