div.content-menu
{
    background: url('images/content-menu.png') repeat-x;
    float:left;
    width:auto;
    height: 57px;
    font-size:93%;
    line-height:normal;
}
div.cont{
    float: left;
    margin-top: 5px;
    margin-bottom: -26px;
    width: auto;
    height: 57px;
    
}

div.sepor{
clear: left;
    height: 1px;
    margin-left: 20px; 
/*background: url('images/cmenu-seporator.png') top no-repeat;*/
background-size: 100%;
}
div.s-l{
  
}
div.s-r{
    
}
div.right-m{
  background: url('images/right-m.png') no-repeat;
  height: 57px;  
  width: 47px;
  float: left;
}
div.left-m{
  background: url('images/left-m.png') no-repeat;
  height: 57px;  
  width: 16px;
  float: left;
}
div.content-menu ul
{
	margin:0;
         margin: 5px -10px 0 0;
	padding:10px 10px 0 10px;
	list-style:none;
}

div.content-menu li 
{
	display:inline;
	margin:0;
	padding:0;
}
div.content-menu a
{
	float:left;
	margin:0;
	padding:0 0 0 4px;
	text-decoration:none;
	margin-top:0.2em;
}

div.content-menu a nobr
{
	float:left;
	display:block;
	padding: 3px 7px;
	white-space:nowrap;
	color:#666;
        border-radius: 5px 5px 5px 5px;
}
div.content-menu a.item-selected nobr{
 background: url('images/active.jpg') repeat-x; 
 color: #ffffff;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
div.content-menu a nobr {float:none;}
/* End IE5-Mac hack */

div.content-menu a:hover nobr
{
	color:#8E4F46;
}
div.content-menu a.item-selected:hover nobr{
 background: url('images/active.jpg') repeat-x; 
 color: #ffffff;
}
div.content-menu a:hover
{
	background-position:0% -42px;
}

div.content-menu a:hover nobr
{
	background-position:100% -42px;
}

div.menu-clear-left
{
	clear:left;
}