
body {
	font: 14px Arial, Helvetica, sans-serif;
        color: #444444;
	}

#footer2 a {
color: #ffffff;}	


#footer {
	background: blue url(../img/footer-gr.png) top left repeat-x;
	color: #ffffff;
	min-height:50px;
	border-radius:0 0 12px 12px}
	
#menu {
	background: #446b00;
background: -moz-linear-gradient(top, #6495ED 15%, #75b9d5 90%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(15%, #6495ED), color-stop(90%, #75b9d5));
background: -o-linear-gradient(#6495ED, #75b9d5);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6495ED', endColorstr='#75b9d5', GradientType=0 );
border: 1px solid #6495ED;
min-height:68px;
border-radius:12px 12px 0 0;
padding-left: 10px;}	

#menu li {
	list-style: none;
display: inline-block;
margin-top: 0;
margin-bottom: 0;
height: 68px;
/*background: url(../img/nav-sep.png) top left no-repeat;*/

margin-left: -5px;
padding-left: 2px;
vertical-align: top;
text-align:center;
min-width: 122px;}

#top-content {
	height:15px;
	background-color:#F0F8FF ;}	

#menu li a {
display: inline-block;
padding: 10px 50px 0;
height: 58px;
text-decoration: none;
color: #fff;
font-weight: bold;
font-size: 16px;
text-shadow: 1px 1px #272b35;
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
vertical-align: top;

	}

#menu li a:hover {
	color: #fff;
	background: url(../img/nav-s.gif) top left repeat-x;
	text-shadow: none;
}
#menu li a:hover strong {
	color: #eee;
	text-shadow: none;
}	

#menu li a strong {
	color: #f6e2ae;
	font-weight: normal;
font-size: 11px;
}


#menu li:first-child {
	background-image:none;}	