﻿.sidebar_win_block {
	float: left;
	clear: none;
	padding: 7px 7 7 7px;
}
#sidebar_win_top {
	background: url('../images/sidebar_win_top.jpg') no-repeat;
	width: 155px;
	height: 27px;
	margin: 0;
	padding: 4px 5px 0 5px;
	line-height: 1em;
	color: #fff;
	font-weight: bold;
	font-size: xx-small;
	text-align: center;
}
.sidebar_win_block .content {
	background: url('../images/sidebar_win_center.jpg') repeat-y;
	padding: 4px 5px;
	width: 155px;
	font-size: 8pt;
	text-align: center;
}
#sidebar_win_bot {
	background:url('../images/sidebar_win_bot.jpg') no-repeat;
	margin:0;
	padding:0;
	width:165px;
	height:17px;
	clear:both;
}/* Styles for Navigation */
#sidemenu ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}

#sidemenu {
	float: left;
	width: 170px;
	background-color: #fff;
	position: relative;
	clear: both;
	display: inline;
	padding-bottom: 10px;
	text-align: left;
	margin-top: 10px;
}
#sidemenu li {
	font-size: 0.9em;
	display: block;
	margin: 0;
	padding: 0 0 0 20;
	border-bottom: 1px solid #d3d3d3;
}
#sidemenu a {
	font-weight: bold;
	text-decoration: none;
	color: #118;
	display: block;
	border-bottom: 1px solid #f2f2f2;

	padding: 5px;
	
}
#sidemenu a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #118;
	border-bottom: 1px #D3D3D3 solid;
	background-color: #f2f2f2;
}

.sidemenutop{
	background: silver 
}

