/*
 * Left Menu
 */
#leftcontent{
	padding-top:55px;
	padding-right:5px;
	padding-left: 10px;
}

#leftmenu{
	float:left;
	width:160px;
}

#leftmenu ul{
  padding:0;
	margin:0;
	list-style: none;
	min-height: 370px;
}

#leftmenu li{
	color: #f4ab8f;
	margin-bottom:4px;
}

#leftmenu li a{
	display:block;
	text-align: center;
	font-size: 1.25em;
	color: #6481c0;
	text-align:left;
	padding-left:15px;
	background:url(../images/li.jpg) 0 8px no-repeat;
}

#leftmenu li a:hover, #leftmenu li a.selected{
	color:white;
	color: #1a60ad;
	background:url(../images/li_hover.jpg) 0 8px no-repeat;
}

#address{
	background:#ccc url(../images/address.jpg) 50% 0 repeat-y;
	border-top:1px solid #e32825;
	border-bottom:1px solid #e32825;
	padding:8px;
	height:140px;
	color: white;
	margin-bottom:40px;
}

#address a{
  color: white;
	font-weight: bold;
}

#address a:hover{
	text-decoration:underline;
}

#address h1, #address h2, #address h3, #address h4, #address h5, #address h6{
  font-size: 1.2em;
	margin-bottom:4px;
	color: white;
}

#address p{
	margin:0;
  font-family: Arial, Helvetica;
	font-size: 0.8em;
}

#leftmenu ul.flower{
  list-style:none;
	margin:10px 0;
	margin-top:0;
	padding:0;
	min-height: 0;
	width:auto;
}

#leftmenu ul.flower li{
	margin-bottom:4px;
}

#leftmenu ul.flower li a{
	padding-left:15px;
  display: block;
	background: transparent url(../images/li.jpg) 0 8px no-repeat;
	color:#6481C0;
  display:block;
	font-size:1.25em;
}

#leftmenu ul.flower li a:hover, #leftmenu ul.flower li.selected a{
	background: transparent url(../images/li_hover.jpg) 0 8px no-repeat;
	color:#1a60ad;
}

