ul{
	list-style:none;	
}

li.menu{
	float:left;
	width:150px;
	height:51px;
}

li.menuOn{
	float:left;
	width:150px;
	height:51px;
}

.menu a{
	display:block;
	width:150px;
	height:31px;
	text-align:center;
	font-family:"Myriad Pro",Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	color:#FFF;
	text-decoration:none;
	padding-top:20px;
	background:url('../images/buttonOver.png') top;
}

.menu a:hover{
	background:url('../images/buttonOver.png') bottom;
}

.menuOn a{
	display:block;
	width:150px;
	height:31px;
	text-align:center;
	font-family:"Myriad Pro",Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	color:#FFF;
	text-decoration:none;
	padding-top:20px;
	background:url('../images/button2.png') bottom;
}

#footerArea a{
	font-family:"Myriad Pro",Arial, Helvetica, sans-serif;
	text-decoration:none;
	font-size:14px;
	font-weight:normal;
	color:#999;
	text-align:center;
}

#footerArea a:hover{
	font-family:"Myriad Pro",Arial, Helvetica, sans-serif;
	text-decoration:none;
	font-size:14px;
	font-weight:normal;
	color:#C71200;
	text-align:center;
}

#langArea{
	padding:10px;
}

#langArea a{
	color:#444;
	font-weight:bold;
	text-decoration:none;
}

#langArea a:hover{
	color:#666;
	font-weight:bold;
	text-decoration:underline;
}

#langArea  a.langOn{
	color:#FFF;
}


