@charset "utf-8";
/* CSS Document */

.menu{
	border-right: solid #488DCA 1px;
	border-left: solid #488DCA 1px;
	border-top: solid #488DCA 1px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	background-color: #ccccff;
}




a[title="menu"] {
	display: block;
	width: 120.8px;
	height: 25px;
	text-align: center;
	line-height: 25px;
	background-color: #ddddff;
	text-decoration: none;
	float: left;
	color: #000000;
	font-size: 9pt;
}

a[title="menu"]:hover {
	background-color: #ffffcc;
	color: #000000;
	
	-ms-transition: all 0.25s ease-in;
	-webkit-transition: all 0.25s ease-in;
	-moz-transition: all 0.25s ease-in;
	-o-transition: all 0.25s ease-in;
}

.tl {
	border-top-left-radius: 5px;
	//border-bottom-left-radius: 5px;
}

.tr {
	border-top-right-radius: 5px;
	//border-bottom-right-radius: 5px;
}