@charset "UTF-8";
/* CSS Document */

nav ul {
	background-color: rgba(0,0,0,0.5);
}

nav li {
	font-size: 1.2em;
	display:inline-block;
	padding:15px 40px;
	float:left;
	text-align:center;
}

nav li:hover {
	-o-transition:0.5s;
	-ms-transition:0.5s;
	-moz-transition:0.5s;
	-webkit-transition:0.5s;
	transition:0.5s;
}

#menu01:hover{
	background-color: rgba(149,78,168,0.5);
}

#menu02:hover{
	background-color: rgba(141,98,210,0.50);
}

#menu03:hover{
	background-color: rgba(104,98,210,0.5);
}

#menu04:hover{
	background-color: rgba(92,125,209,0.5);
}

#menu05:hover{
	background-color: rgba(54,145,190,0.5);
}

#menu06:hover{
	background-color: rgba(23,180,181,0.5);
}

#menu07:hover{
	background-color: rgba(24,164,129,0.5);
}

.current01 {
	background-color: rgba(149,78,168,0.5);	
}

.current02 {
	background-color: rgba(141,98,210,0.50);	
}

.current03 {
	background-color: rgba(104,98,210,0.5);	
}

.current04 {
	background-color: rgba(92,125,209,0.5);	
}

.current05 {
	background-color: rgba(54,145,190,0.5);	
}

