/* ----- menu --------- */
.button {
	width : 110px;
	height : 29px;
	background: #336699;

	border : outset;
	border-color : #6699CC Black Black #6699CC;
	border-left-width : 4px;
	border-right-width : 4px;
	border-top-width : 2px;
	border-bottom-width : 2px;

	padding-left : 4px;
	padding-top : 12px;
	color: White;
	text-decoration: none;
	font-family : Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight : bold;
	text-align : left;
	display : block;
}
	
a.button:hover	{
	border : inset;
	border-color : Black #6699cc #6699cc Black;
	border-top-width : 2px;
	border-bottom-width : 2px;

	color: Yellow;
	text-decoration: none;
}
