/*---------menu-color  menu-border----------*/#home 			{border-top: 1px solid #666666;				}#home a:hover	{border-left: 15px solid #b84634;				}#about  a:hover	{border-left: 15px solid #007abd;				}#works			{border-left: 15px solid #499527;				background-color: #ffffff;				}#profile a:hover	{border-left: 15px solid #835a1b;				}#event a:hover	{border-left: 15px solid #009284;				}#connect a:hover	{border-left: 15px solid #7b8c15;				}/*---------content  color----------*/#content h2, #content h1 				{border-color: #499527;				}/*------------content link------------*/#content a, #content a:link, #content a:visited				{text-decoration: none;				color: #5c9966;				background-color: transparent;				}/*------------subMenu-------------*/#subMenu		{margin: 0em 0em 0.5em 0.5em;				padding: 0;				width: 570px;				float: left;				}#subMenu ul, #subMenu li				{list-style: none;				margin: 0;				padding: 0;				}#subMenu li		{float: left;				font-size:0.9em;				line-height: 1.6;				white-space: nowarp;				}#subMenu a, #subMenu a:link, #subMenu a:visited				{text-decoration: none;				color: #5c9966;				background-color: transparent;				padding: 2px 5px;				display: block;				}#subMenu a:hover	{color: #ffffff;				background-color: #499527;				}/*------------ items ---------------*/.itemBox			{width: 128px;				margin: 0 10px 10px 0;				padding: 0px;				border: 1px dashed #9f9f9f;				float: left;				}.itemPhoto		{margin: 0;				padding: 5px;				text-align: center;				}.itemPhoto img	{border: none;				}.itemText		{margin: 0;				padding: 5px;				font-size: 16px;				}.jump			{clear: both;				text-align: right;				}/*------------float clear----------*/.clear			{clear: both;				}