/*Menu*/
div.sdmenu {
	width: 130px;
	font-family: Verdana, Tahoma;
	font-size: 12px;
}
div.sdmenu div {
	overflow: hidden;
}
div.sdmenu div.collapsed {
	height: 30px;
}
div.sdmenu div span {
	display: block;
	font-weight: bold;
	line-height: 30px;
}
div.sdmenu div ul {
	margin: 0;
	padding: 0;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
}
div.sdmenu div li {
	font-size: 11px;
	display: block;
	text-decoration: none;
	margin:0 0 0 7px;
	padding: 0;
}
div.sdmenu div a:focus {
	outline:none;
}
div.sdmenu div a {
	text-decoration: none;
	color: #777777;
}
div.sdmenu div a.current {
	text-decoration: underline;
}
div.sdmenu div a:hover {
	color: #7096BF;
}
.contentRightWideModule {
	background: url(images/150middle.gif) repeat-y;
	width:140px;
	font-family: Verdana,Tahoma;
	font-size:11px;
}
.contentRightWideTop {
	background:url(images/150top.gif) no-repeat;
	width:150px;
}
.contentRightWideBody {
	margin:0 0 5px 15px;
	width:120px;
}
.contentRightWideTitle {
	width:114px;
}
.contentRightWideBottom {
	background-image:url(images/150bottom.gif);
	background-repeat:no-repeat;
	height:4px;
	width:150px;
}
/*end of Menu*/

