#wsc_menu_loader{
	position: absolute;
	/*left: -10000px;*/
}

#wsc-hor-menu {
	z-index: 100000;
	position: absolute;
    margin: 8px 0px 0px 65px;
}

#wsc_vert_menu {
	z-index: 100000;
   position: absolute;
}




.wsc-default a {
	margin: 0px;
    height: 17px;
	color: #eadfc4;
	text-decoration: none;
    text-align: center;
    display: block;
    float: left;
	font-size: 11px;
	font-weight: bold;
    line-height: 15px;
    white-space: nowrap;
    padding: 0px 10px 0px 18px;
    text-transform: uppercase;
    background-image: url(../../Arkadiy/images/menu-bullet.gif );
    background-repeat: no-repeat;
    background-position:left 5px;

    font-family:Tahoma;

/*    border: 1px solid silver; */
}

.wsc-default a:hover {
text-decoration: none;
color: #FFFFFF;
}

.wsc-child{
  margin: 0px 0px 0px 4px;
  padding: 3px 0px 0px 0px;
  display: block;
}

.wsc-child .wsc-default{
  padding: 0px 0px 0px 0px;
  display: block;
  margin: 0px 0px 0px 0px; 

}


.wsc-child a{
  text-align: left;
  background-color: #dacaa2;
  border-bottom: 1px solid #c1a870;
  border-right: 1px solid #c1a870;
  border-left: 1px solid #c1a870;
  height:15px;

/*    background-image: url(../../Arkadiy/images/submenuback.gif);
    background-repeat: no-repeat;
    background-position:left top;*/
    background-image:none;

  text-transform: none;
  font-weight: normal;
  color: #0f0800;
  display: block;
  padding: 1px 1px 3px 10px;
  float: none;
  width: 105px;
  filter: alpha(opacity=85);
  -moz-opacity:0.85;
  opacity:0.85;
}

.wsc-child a:hover{
  text-decoration:none;
  font-weight: normal;
  color: #261b0d;
  background-color: #e3d7ba;
}

.home_menu a
{
 	margin: 0px;
    height: 17px;
	color: #eadfc4;
	text-decoration: none;
    text-align: center;
    display: block;
    float: left;
	font-size: 11px;
	font-weight: bold;
    line-height: 15px;
    white-space: nowrap;
    padding: 0px 10px 0px 18px;
    text-transform: uppercase;
    font-family:Tahoma;
}

