#menu{
	/*background:#aabbcc;
	border-radius: 10px;*/
	height: 50px;
	width: 100%;
	font-weight: bold;
	font-family: Century Gothic,arial,sans-serif;
	font-size: 100%;
}

.menu{
	float: left;
	width: 160px;
	height: 45px;
	text-align: center;
}

.menu a{
	display: block;
	height: 35px;
	padding-top: 15px;
}

.menu a:link, .menu a:visited{
	margin: 0 5px;
	text-decoration: none;
	color: #000000;
	/*background:#aabbcc 0 -45px;
	border-radius: 10px;*/
	background: #e6e6e6;
	background-image: -webkit-linear-gradient(top, #e6e6e6, #a9aaab);
	background-image: -moz-linear-gradient(top, #e6e6e6, #a9aaab);
	background-image: -ms-linear-gradient(top, #e6e6e6, #a9aaab);
	background-image: -o-linear-gradient(top, #e6e6e6, #a9aaab);
	background-image: linear-gradient(to bottom, #e6e6e6, #a9aaab);
	-webkit-border-radius: 15;
	-moz-border-radius: 15;
	border-radius: 15px;
}

.menu#activ a:link, .menu#activ a:visited{
	background: #8d8e8f;
	background-image: -webkit-linear-gradient(top, #8d8e8f, #525252);
	background-image: -moz-linear-gradient(top, #8d8e8f, #525252);
	background-image: -ms-linear-gradient(top, #8d8e8f, #525252);
	background-image: -o-linear-gradient(top, #8d8e8f, #525252);
	background-image: linear-gradient(to bottom, #8d8e8f, #525252);
	color: #000000;

}

.menu a:hover, .menu a:active, .menu a:focus{
	background: #8d8e8f;
	background-image: -webkit-linear-gradient(top, #8d8e8f, #525252);
	background-image: -moz-linear-gradient(top, #8d8e8f, #525252);
	background-image: -ms-linear-gradient(top, #8d8e8f, #525252);
	background-image: -o-linear-gradient(top, #8d8e8f, #525252);
	background-image: linear-gradient(to bottom, #8d8e8f, #525252);
	color: white;
}

.menu#activ a:hover, .menu #activ a:active, .menu#activ a:focus{
	background: #8d8e8f;
	background-image: -webkit-linear-gradient(top, #8d8e8f, #525252);
	background-image: -moz-linear-gradient(top, #8d8e8f, #525252);
	background-image: -ms-linear-gradient(top, #8d8e8f, #525252);
	background-image: -o-linear-gradient(top, #8d8e8f, #525252);
	background-image: linear-gradient(to bottom, #8d8e8f, #525252);
	color: white;
}