#menu-box{
	width:550px;
	height:25px;
	background-color:#cdcdcd;
	}
#menu{
	text-align:center;
	width:550px;
	height:25px;
	}
#menu a{
	text-decoration:none;
	margin-left:27px;
	color:#00f;
	}
#menu ul{
	list-style-type:none;
	margin:0;
	}
#menu li{
	float:left;
	}
#menu a:hover{
	font-style:italic;
	color:#00f;
	}
#menu a:visited{
	color:#00f;
	}
a:link {
	color: #0000FF;
	text-decoration: none;
	}
	
a:visited {
	color: #76B0D5;
	text-decoration: none;
	}
	
a:hover, a:active {
	color: #2399E5;
	}

