@charset "UTF-8";
/* CSS Document */
#menu
{
	float:right;
	z-index:auto;
	margin-right:50px;
	height:120px;
}
#menu ul
{
	width:95px;
	height:120px;
	list-style: none;
	margin-top:0px;
	padding:70px 0px 0px 3px;
	float:left;
}
.active{
	
	background-image:url(../images/pageSelctor.png);
	background-repeat:no-repeat;
	background-position:0px 0px;
	text-shadow: #000 5px 5px 5px;
	
}
#menu ul h2 
{
	display: block;
	text-align:center;
	font-family:Georgia,"Times New Roman",Times,serif;
	font-size: 14px;
	font-weight: 400;
	color: #FFF;
	font-style: normal;
	text-transform: uppercase;
	font-variant: normal;
}
 #menu h2 a , #menu h2 a:visited
{
	text-decoration:none;
	color: #efeedb;
}

 #menu h2 a:hover
{
	color: #efeedb;
	text-shadow: #000 5px 5px 5px;
}

