@charset "utf-8";
/* CSS Document */

#topmenu {
	width:720px;
	height:60px;
	z-index:5;
	left:0px;
	
}

#topmenu ul{
	float:left;
	font-size:16px;
	color:#000;
	text-shadow: #ccc 1px 1px 1px;
	padding-left:28px;
	padding-right:28px;
	margin-top:0px;
	line-height:60px;
	background-image: url(../images/topmenu_back.png);
	background-repeat: repeat-x;
}
		
#topmenu ul a:link, #topmenu ul a:visited{ color:#000;}	
#topmenu ul:hover{	
	background-image: url(../images/topmenu_back_over.png);
	background-repeat: repeat-x;
}

#topmenu ul.home{
	width:68px;
	padding-right:0px;
	padding-left:0px;
	background-image:none !important;

}
#topmenu ul.end{
	padding-right:0px;
	padding-left:0px;
	background-image:none !important;
	background-image: url(../images/topmenuend.png) !important;
	background-position: right;
	min-width:22px;
}

#topmenu ul.active{
	background-image: url(../images/topmenu_back_on.png) !important;
	background-repeat: repeat-x;
	text-shadow: #000 1px 1px 2px;
	color:#FFF;
}
#topmenu ul.sep{
	height:60px;
	width:2px;
	padding-right:0px;
	padding-left:0px;
	background-image: url(../images/razdelitel_menu.png);
	background-repeat: no-repeat;
}
#topmenu ul.model{
	padding-right:30px;
	color: #075971;
}
#topmenu ul.model img{
	position:relative; top:2px;
	}
#topmenu ul:last-child:hover{
	background-image: url(../images/topmenu_back.png);
	background-repeat: repeat-x;}	