@charset "utf-8";
/*menu*/
.menu_box {
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	height: 100px;
	float: right;
	background-repeat: no-repeat;
	background-position: center bottom;
}
#menu{
	width: 600px;
	height: 100px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	float: right;
	color: #CCCCCC;
}

#menu ul {
	list-style: none;
	float:right;
	margin:0;
	color: #FFFF66;
}

#menu li {
	display: inline;
	width:100px;
	height:50px;
	float:left;
	color:#FFFF66;
	text-align:center;
	overflow:hidden;
}

#menu ul li a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFF66;
	text-align: center;
	font-weight: bolder;
	display: block;
	float: left;
	width: 100px;
	height: 100px;
	font-variant: normal;
	color:#FFFF66;
	text-decoration:none;
}

#menu ul li a:hover, {
	color: #FFFF66;
		
}
#menu li.active  {
	height: 100px;
	color: #FFFF66;
}

#menu p{
	padding-top: 20px;
}

	.subtext{
		padding-top:15px;
	}

.green{
	background-image: url(images/Home.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.yellow{
	background-image: url(images/ONama.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.red{
	background-image: url(images/Odsteta1.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.purple{
	background-color: #5122B4;
	background-image: url(images/Link.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.blue{
	background-color: #0292C0;
	background-image: url(images/Contact.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
