#menubox{
	height:60px;
    width:800px;
	margin: 0 0 0 0px;
	background: url('../img/bg.gif') no-repeat top;
	text-align:center;
	overflow: visible;
}
	
#fancymenu {
	position: relative;
	height: 60px;
	width: 700px;
/*	background: url('img/bg.gif') no-repeat top;*/
	padding: 15px 0 0 0;
	margin: 0 auto 0 auto;
	text-align:center;
	overflow: visible;
}

#fancymenu ul {
	padding: 0;
	margin: 0 auto 0 auto;
}

/* Don't apply padding here (offsetWidth will differ in IE)
    If you need padding add it to the child anchor */
#fancymenu ul li {
	float: left;
	list-style: none;
}

#fancymenu ul li a  {
/*
	text-indent: -9999px;
*/
	z-index: 5;
	display: block;
	float: left;
	height: 30px;
	position: relative;
	overflow: visible;
}

#menu_home a {
	width: 80px; color:#fff; text-decoration:none; margin:5px 0 0 0; font-weight:bold;
/*
	background: url('../img/menu_003.png') no-repeat center !important;	
	background: url('../img/menu_003.gif') no-repeat center;
*/
}

#menu_profile a {
	width: 110px; color:#fff; text-decoration:none; margin:5px 0 0 0; font-weight:bold;
/*
	background: url('../img/menu_004.png') no-repeat center !important;	
	background: url('../img/menu_004.gif') no-repeat center;
*/
}

#menu_work a {
	width: 80px; color:#fff; text-decoration:none; margin:5px 0 0 0; font-weight:bold;
/*
	background: url('../img/menu_005.png') no-repeat center !important;	
	background: url('../img/menu_005.gif') no-repeat center;
*/
}

#menu_essay a {
	width: 90px; color:#fff; text-decoration:none; margin:5px 0 0 0; font-weight:bold;
/*
	background: url('../img/menu_006.png') no-repeat center !important;	
	background: url('../img/menu_006.gif') no-repeat center;
*/
}

#menu_review a {
	width: 100px; color:#fff; text-decoration:none; margin:5px 0 0 0; font-weight:bold;
/*
	background: url('../img/menu_007.png') no-repeat center !important;	
	background: url('../img/menu_007.gif') no-repeat center;
*/
}

#menu_other a {
	width: 90px; color:#fff; text-decoration:none; margin:5px 0 0 0; font-weight:bold;
/*
	background: url('../img/menu_008.png') no-repeat center !important;	
	background: url('../img/menu_008.gif') no-repeat center;
*/
}

#menu_photo a {
	width: 90px; color:#fff; text-decoration:none; margin:5px 0 0 0; font-weight:bold;
/*
	background: url('../img/menu_009.png') no-repeat center !important;	
	background: url('../img/menu_009.gif') no-repeat center;
*/
}

#menu_bbs a {
	width: 60px; color:#fff; text-decoration:none; margin:5px 0 0 0; font-weight:bold;
}

#fancymenu li.background {
	background: url('../img/bg_menu_right.png') no-repeat top right !important;
	background: url('../img/bg_menu_right.gif') no-repeat top right;
	z-index: 4;
	position: absolute;
	visibility: hidden;
}

#fancymenu .background .left {
	background: url('../img/bg_menu.png') no-repeat top left !important;
	background: url('../img/bg_menu.gif') no-repeat top left;
	z-index: 4;
	height: 30px;
	margin-right: 10px; /* 7px is the width of the rounded shape */
}
