div.LinksMenu {
	width: 230px;
	font-family: Arial, sans-serif;
	font-size: 12px;
	padding-bottom: 10px;
	text-decoration:none;
	/*background: url(bottom.gif) no-repeat  right bottom;*/
	color: #fff;
}
div.LinksMenu div {
	/*background: url(title.gif) repeat-x;*/
	overflow: hidden;
}
div.LinksMenu div:first-child {
	/*background: url(toptitle.gif) no-repeat;*/
}
div.LinksMenu div.collapsed {
	height: 20px;
	
}
/*note: box for links--inside*/
div.LinksMenu div span { border:0px;
	display: block;
	padding: 5px 5px;
	font-weight: bold;
	text-decoration:underline;
	color: #5d9aa3;
	background: url(../../emptypage.html);
	cursor: pointer;
	text-align:left;
}
.see {
    display: block;
    padding-left:5px;
    padding-right:5px;
	padding-top:5px;
	padding-bottom:5px;
	color: #5d9aa3;
	/*background: url(expanded.gif) no-repeat 10px center;*/
	cursor: default;
	text-align:left;
	
}

.see  a {
	color: #5d9aa3;
	font-weight:bold;
	text-decoration: underline;
}

.see  a:hover {
	color: #5d9aa3;
	font-weight:bold;
	text-decoration: underline;
}

div.LinksMenu div.collapsed span {
	/*background-image: url(collapsed.gif);*/
}
div.LinksMenu div a {
	padding: 5px 10px;
	background: #9b9a9a;
	display: block;
	border-bottom: 1px solid #fff;
	color: #ffffff;
	text-decoration:none;
	text-align:left;
}
/*div.LinksMenu div a.current {
	background : #ccc;
}

div.LinksMenu div a.visited {
	background : #ccc;
}*/

div.LinksMenu div a:hover {
	background : #70704c; /*url(linkarrow.gif) no-repeat right center;*/
	color: #fff;
	text-decoration: none;
}
	