@charset "utf-8";
/* CSS Document */
@import url(style_common.css);
/* block
---------------------------------------------*/
#primary{
	margin:0 0 0 180px;
	top:0px;
	height:100%;
	border-left: 1px solid #8B4513;
	background-color: #FFFFFF;
}
#primary .section{
    margin-left: 30px;
	letter-spacing: 1px;
	line-height: 1.5;
	font-size: 110%;
}
#primary .section a{
	display: block;
	width: 580px;
	height: 20px;
	margin-top: 5px;
    text-decoration: none;
	color: Maroon;
	border-bottom: 1px;
	border-bottom-style: dotted;
}
#primary .section a:hover{
    display: block;
	background-color: #F7F1E1;
}
#secondary{
	position:absolute;
	left:0px;
	top:0px;
	height:100%;
	width:180px;
	background:#EADBAF url(../images/public/menuBackground.jpg) bottom no-repeat;
}
#Menu{
    padding: 0px;
	margin: 0px;
}
#Menu ul{
	list-style: none;
    padding: 0px;
	margin: 0px;
}
#Menu li{
	/*background: url(../images/public/menu2_on.gif) left center no-repeat;*/
}
#Menu li a{
	display: block;
	padding: 15px 0 0 10px;
	font-size: 100%;
    text-decoration: none;
	color: #694B25;
	border-bottom:1px dotted #666;
}
#Menu li a:hover{
	color: #B22222;
	background-color:#FFFFCC;
}
