.rub	{font-family: arial,helvetica,sans-serif; font-size: 12px; letter-spacing: 1px; color: #fff; background: #D02224; text-transform: uppercase; padding-bottom: 2px; padding-top: 4px; padding-left: 4px; padding-right: 4px;line-height: 2em;}	
/* div.sdmenu	{width: 180px;}	
{
	width: 180px;
	font-family: Arial, sans-serif;
	font-size: 12px;
	padding-bottom: 10px;
	background: url(bottom.gif) no-repeat right bottom;
	color: #fff;
}*/
div.sdmenu div {
	/*background: url(title.gif) repeat-x;*/
	overflow: hidden;
	
}
/*
div.sdmenu div:first-child {
	background: url(toptitle.gif) no-repeat;
}
*/
div.sdmenu div.collapsed {
	height: 20px;
}
/*div.sdmenu div span {
	display: block;
	padding: 5px 25px;
	font-weight: normal;
	color: white;
	background: url(expanded.gif) no-repeat 10px center;
	cursor: default;
	border-bottom: 1px solid #ddd;
}*/
div.sdmenu div.collapsed span {
	background-image: url(collapsed.gif);
}
div.sdmenu div a
{color:#D02224; font-family: Verdana, arial; font-size:10px; font-weight:normal; text-decoration: none;}
/* {
	padding: 5px 10px;
	background: #eee;
	display: block;
	border-bottom: 1px solid #ddd;
	color: #066;
}*/
div.sdmenu div a.current {
	background : #ccc;
}
div.sdmenu div a:hover
{color:#fff; background: #D02224; font-family: Verdana, arial; font-size:10px; font-weight:bold;}
/* {
	background : #066 url(linkarrow.gif) no-repeat right center;
	color: #fff;
	text-decoration: none;
}*/