a { outline: none }
.menu { 
}
a.logo_menu { cursor: hand; }
a.logo_menu div, a.logo_menu:visited div {
  color: white;
  border-style: solid;
  border-width: 0 1px 0 0;
  border-color: #696967;
  background: url(../img/menu_logo.gif) no-repeat left top;
  width: 80px;
  height: 25px;
}
a.hide_menu div, a.hide_menu:visited div {
  color: white;
  border-style: solid;
  border-width: 0 1px 0 0;
  border-color: #696967;
  background: url(../img/ua_o.gif) no-repeat left top;
  width: 19px;
  height: 25px;
}
a.hide_menu:hover div {
  cursor: hand;
  color: #333333;
  background: url(../img/ua_i.gif) no-repeat left top;
  width: 19px;
  height: 25px;
}
a.show_menu div, a.show_menu:visited div {
  color: white;
  border-style: solid;
  border-width: 0 1px 0 0;
  border-color: #696967;
  background: url(../img/da_o.gif) no-repeat left top;
  width: 19px;
  height: 25px;
}
a.show_menu:hover div {
  cursor: hand;
  color: #333333;
  background: url(../img/da_i.gif) no-repeat left top;
  width: 19px;
  height: 25px;
}
a.browse div, a.browse:visited div {
  background: url(../img/browse_o.gif) no-repeat left top;
  border-style: solid;
  border-width: 0 1px 0 0;
  border-color: #7f7f81;
  width: 85px;
  height: 25px;
}
a.browse:hover div{
  cursor: hand;
  background: url(../img/browse_i.gif) no-repeat left top;
  width: 85px;
  height: 25px;
}
a.find div, a.find:visited div {
  background: url(../img/find_o.gif) no-repeat left top;
  border-style: solid;
  border-width: 0 1px 0 0;
  border-color: #7f7f81;
  width: 66px;
  height: 25px;
}
a.find:hover div{
  cursor: hand;
  background: url(../img/find_i.gif) no-repeat left top;
  width: 66px;
  height: 25px;
}
a.invite div, a.invite:visited div {
  background: url(../img/invite_o.gif) no-repeat left top;
  border-style: solid;
  border-width: 0 1px 0 0;
  border-color: #7f7f81;
  width: 76px;
  height: 25px;
}
a.invite:hover div{
  cursor: hand;
  background: url(../img/invite_i.gif) no-repeat left top;
  width: 76px;
  height: 25px;
}
a.join div, a.join:visited div {
  background: url(../img/join_o.gif) no-repeat left top;
  border-style: solid;
  border-width: 0 1px 0 0;
  border-color: #7f7f81;
  width: 64px;
  height: 25px;
}
a.join:hover div{
  cursor: hand;
  background: url(../img/join_i.gif) no-repeat left top;
  width: 64px;
  height: 25px;
}
a.login div, a.login:visited div {
  background: url(../img/login_o.gif) no-repeat left top;
  border-style: solid;
  border-width: 0 1px 0 0;
  border-color: #7f7f81;
  width: 75px;
  height: 25px;
}
a.login:hover div{
  cursor: hand;
  background: url(../img/login_i.gif) no-repeat left top;
  width: 75px;
  height: 25px;
}
a.dashboard div, a.dashboard:visited div {
  background: url(../img/dashboard_o.gif) no-repeat left top;
  border-style: solid;
  border-width: 0 1px 0 0;
  border-color: #7f7f81;
  width: 112px;
  height: 25px;
}
a.dashboard:hover div{
  cursor: hand;
  background: url(../img/dashboard_i.gif) no-repeat left top;
  width: 112px;
  height: 25px;
}
a.logout div, a.logout:visited div {
  background: url(../img/logout_o.gif) no-repeat left top;
  border-style: solid;
  border-width: 0 1px 0 0;
  border-color: #7f7f81;
  width: 87px;
  height: 25px;
}
a.logout:hover div{
  cursor: hand;
  background: url(../img/logout_i.gif) no-repeat left top;
  width: 87px;
  height: 25px;
}