@charset "utf-8";
/* CSS Document */
#menu {
	width:210px;
	height:310;
	margin-top:0px;
	margin-bottom:0px;	
	color:#003366;
	background-color:#fee2d6;
	float:left;
	overflow:visible;
	padding-top:3px;
}
#menu #mail a{
	color:#666666;
	background:#fee2d6;	
	text-decoration:none;
	display:block;
	height:15px;	
	width:72px;
	margin:0px;
	padding:0px;
	font-size:13px;
}
#menu #mail a:hover {
	color:#777777;
	background:#bbbbbb;
}
#menu a{
	background: url(images/button.png) no-repeat;
    display:block;
	height:30px;
	width:160px;
	font-size:16px;
	padding-top:5px;
	text-align:center;
	color:#CCCCCC;
}
#menu a:hover{
	background: url(images/button_on.png) no-repeat;
}
