.insome{
background: #5E5E5E url(/img/bg-menu.gif) repeat-x top;
height:28px;
}

.mstyle{
float:left;
background: #5E5E5E url(/img/bg-menu.gif) repeat-x top;
font-size: 1.2em;
}

.mstyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0;
clear: both; 
visibility: hidden;
}

.mstyle ul{
width:800px;
background: url(/img/bg-left-menu.gif) no-repeat left;
height:28px;
margin:0;
text-align:left;
}

.mstyle ul li{
display: inline;
text-align: center;
line-height:28px;
padding: 4px 7px;
background: url(/img/bg-left-menu-li.jpg) no-repeat right;
}

.mstyle ul li a{
color: #fff;
margin: 0px;
text-decoration: underline;
padding-left: 10px;
padding-right: 18px;
}

.mstyle ul li a:hover, .rbutn ul li a:hover, .rbutn2 ul li a:hover{
color: #EDD882;
}

.mstyle ul li a[rel]:after{ /*указатель на выпад. меню*/
/*content: " v";*/
}


/*правая кнопка "Заказать авто" */
.rbutn, .rbutn2{
margin: 0;
float:right;
width:200px;
/*background: #5E5E5E url(/img/bg-menu.gif) repeat-x top;*/
list-style: none;
height: 28px;
font-size: 1.2em;
}

.rbutn2{
width:180px;
}

.rbutn ul{
background: url(/img/bg-right-menu.gif) no-repeat right;
text-align: center;
list-style: none;
}

.rbutn2 ul{
text-align: center;
list-style: none;
}


.rbutn ul li, .rbutn2 ul li{
height:28px;
padding-left:15px;
line-height:28px;
background: url(/img/bg-right-menu-li.jpg) no-repeat left;
}

.rbutn ul li a, .rbutn2 ul li a{
color: #fff;
text-decoration: underline;
}

/*выпадающие менюхи*/
.dmenudiv{
position:absolute;
top:0;
border-bottom-width: 0;
color: #fff;
font-size: 1.2em;
line-height:28px;
z-index:100;
background-color: #5E5E5E;
width: 200px;
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}

.dmenudiv a{
width: auto;
display: block;
text-indent: 3px;
/*border-bottom: 1px solid #ffffff;*/
padding: 2px 0;
padding-left: 2px;
text-decoration: underline;
color: #fff;
}

* html .dmenudiv a{ /*IE only hack*/
width: 100%;
}

.dmenudiv a:hover{
color: #EDD882;
}

