/* ----- menu --------- */
.button {
	width : 130px;
	height : 29px;
	background: #336699;
	font-family : Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight : bold;
	text-align : left;
	display : block;
}

.button {
	padding-left : 4px;
	padding-top : 6px;
	color: White;
	border : outset;
	border-color : #6699cc Black Black #6699cc;
	border-bottom-width : 2px;
	border-left-width : 4px;
	border-right-width : 4px;
	border-top-width : 2px;
	text-decoration: none;
}
	
a.button:hover	{
	padding-left : 5px;
	padding-top : 7px;
	color: Yellow;
	border : inset;
	border-color : Black #6699cc #6699cc Black;
	border-bottom-width : 2px;
	border-left-width : 4px;
	border-right-width : 4px;
	border-top-width : 2px;
	text-decoration: none;
}

