/* CSS Document */

#header .menu {
	padding-top: 18px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
#header .menu li {
	float:right;
	padding:0;
	font-family:tahoma;
	font-size:12px;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 0;
}
#header .menu li a {
	display:block;
	text-align:center;
	width:200px;
	height=200px;
	color:#408DB2;
	font-weight:bold;
	padding-top: 160px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
}
#header .menu li a:hover {
	text-decoration:none;
	padding-top: 165px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
#header .menu .a1 {
	background-image: url(images/btn_a1.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#header .menu .a2 {
	background-image: url(images/btn_a2.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#header .menu .a3 {
	background-image: url(images/btn_a3.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}



