﻿.item_menu_sx
{
  float:left;
  height:50px;
  background: url(Images/Menu/item_sx_dx.jpg) no-repeat left bottom;
  padding:0px 0px 0px 1px;
  margin:0px 2px 0px 2px;
}
.item_menu_sx .span1
{
  float:left;
  height:50px;
  background: url(Images/Menu/item_sx_dx.jpg) no-repeat right bottom;
  padding:0px 1px 0px 0px;
}

.item_menu_sx .span2
{
  float:left;
  height:50px;
  background: url(Images/Menu/item.jpg) repeat-x bottom;
  padding:0px 20px 0px 20px;
}
.item_menu_sx a
{
  display:block;
  padding:7px 0px 0px 0px;
  font-size:22px;
  font-family:Verdana;
  color:#603204;
  text-decoration:none;
  font-weight:bold;
}
.item_menu_sx a:hover
{
  color:#000000;
  text-decoration:none;
}
.item_menu_sx_selected
{
  float:left;
  height:50px;
  background: url(Images/Menu/item_sx_selected.jpg) no-repeat left bottom;
  padding:0px 0px 0px 2px;
  margin:0px 2px 0px 2px;
}
.item_menu_sx_selected .span1
{
  float:left;
  height:50px;
  background: url(Images/Menu/item_dx_selected.jpg) no-repeat right bottom;
  padding:0px 2px 0px 0px;
}

.item_menu_sx_selected .span2
{
  float:left;
  height:50px;
  background: url(Images/Menu/item_selected.jpg) repeat-x bottom;
  padding:0px 20px 0px 20px;
}
.item_menu_sx_selected a
{
  display:block;
  padding:20px 0px 0px 0px;
  font-size:22px;
  font-family:Verdana;
  color:#ffffff;
  text-decoration:none;
  font-weight:bold;
}

.item_menu_sx_selected a:hover
{
  color:#ffffff;
  text-decoration:none;
}
