* html {filter:expression(document.execCommand("BackgroundImageCache", false, true));}
body{
background:url(../images/bg.jpg) repeat;
font: normal normal 10px Arial;color:#988E83;
}
a{color:#988E83; text-decoration:none}
a:hover{color:#CCC; text-decoration:underline}
#container {
  width: 700px;
  height: 150px;
  overflow: hidden;
  margin: 200px auto;
}
#leftpart {
  width: 400px;
  height: 100%;
  float: left;
  text-align:right;
  margin: 0;
}
#leftpart p{
  padding: 80px 30px 0 0;
}
#rightpart {
  height: 100%;
  float: left;
}
#logo{}
#menu ul{list-style: none;padding:0; margin:35px 0 0 0;}
#menu li{height: 20px;width: 200px;}
#menu li div{float:left}
.menuimg{width:100px}
.hide{display:none}
.show{display:block}
