@charset "utf-8";
/* CSS Document */
/*left nav */
div#button {
	width:12.5em;
	overflow: hidden;
	background-color: #E1F0FF;
	margin: 0;
	font: 0.9em Arial, helvetica, sans-serif;
	border-right: none;
	border-left: 1px solid #336699;
	border-top-style: none;
	border-bottom-style: none;}
div#button ul {
	padding: 0;
	width: 100%;
	border-top: 1px solid #336699;
	border-right: none; 
	border-bottom: 1px solid #336699;
	border-left: none;
	margin: 0;}
div#button li {
	margin: 0;
	width: 100%;
	padding: 0;
	text-align:left;
	list-style-type: none;
	border-top: 1px outset #000099;
	border-right: none;
	border-bottom: none;
	border-left: 1px outset #000099;}
/*a hack for IE Win only\*/
div#button li:first-child {
	border-top: 1px solid #336699;}
/*end of hack\*/
div#button a {
	padding: 4px 2px 2px 2px; 
	width: 100%; 
	display: block;
	background-color: #336699;
	color: #ffffff;}
div#button a:hover {
	color: #000066; 
	background-color: #F1F3FA; 
	text-decoration: underline;}

	
/*end left nav \*/

