#menu {
	border-bottom : 4px solid #e8ebf0;
	margin : 0;
	padding-bottom : 19px;
	padding-left : 10px;
}

#menu ul, #menu li	{
	display : inline;
	list-style-type : none;
	margin : 0;
	padding : 0;
}

	
#menu a:link, #menu a:visited	{
	background : #E8EBF0;
	border : 1px solid #e8ebf0;
	color : #666;
	float : left;
	font-size : small;
	font-weight : normal;
	line-height : 14px;
	margin-right : 8px;
	padding : 2px 10px 2px 10px;
	text-decoration : none;
}

#menu a:link.active, #menu a:visited.active	{
	background : #fff;
	border-bottom : 1px solid #ffffff;
	color : #000;
}

#menu a:hover	{
	color : #f00;
}

#menu ul a:hover {
	color : #f00 !important;
}

#contents {
	background : #fff;
	border : 1px solid #e8ebf0;
	border-top : none;
	clear : both;
	margin : 0px;
	padding : 15px;
}


/* php edit from here */



body.section-about #menu ul#subnav-about a {
	background : #fff;
	border : none;
	border-left : 1px solid #e8ebf0;
	color : #999;
	font-size : smaller;
	font-weight : bold;
	line-height : 10px;
	margin-right : 4px;
	padding : 2px 10px 2px 10px;
	text-decoration : none;
}

body.section-about #menu li#nav-about a {
	background : #4e64ad;
	border-bottom : 1px solid #e8ebf0;
	color : #ffffff;
}

#menu #subnav-about {
	display : none;
	width: 90%;
}

body.section-about #menu ul#subnav-about {
	display : inline;
	left : 10px;
	position : absolute;
	top : 95px;
}


