@CHARSET "UTF-8";
#sddm
{	margin: 0;
	padding: 0;
	z-index: 30;
	width: 100%;
	
}
.horizspan{
	position: relative;
	top: 38px;
	right: 7px;
	
}
.horizspan2{
	position: relative;
	top: 38px;
	right: 7px;
	border-bottom: solid 3px #cf4900;
}
#sddm li
{	
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
}
#sddm li a
{	
	display: block;
	width: 140px;
	height: 72px;
	text-decoration: none;
	font-size: 12px;
	color: #521d00;
	text-align: right;
	border: none;
	overflow: hidden;
}
#sddm li a:hover
{
	color: #CE8A46;
}




#left_menu
{	
	margin-left: 46px;
	z-index: 30;
	
	
}
#left_menu li
{	
	display: block;
	height:48px;
	padding:0px;
	margin:0px;
	list-style: none;
	clear: both;
}
#left_menu li a
{	
	text-decoration: none;
	color: #521d00;
	font-size: 12px;
	display: block;
	width: 175px;
	height: 28px;
	margin-top: 25px;
}

#left_menu li a:hover
{	
	color: #CE8A46;
}
.razdelitel{
	width: 186px;
	height: 3px;
	background: url(../img/horiz_razdelitel.gif);
	background-repeat: no-repeat;
	background-position:bottom right;
	clear: both;
	margin-top: 5px;
}
.vertspan{
	display: block;
	position: relative;
	top: 6px;
	left: 10px;
	height: 18px;
	overflow: hidden;
}
.left_selected{
	background-image:url(../img/left_selected.png)
}

