div#menu-left {
    float:left;
    left: 0px;
    width: 198px; 
    background: none; 
    padding: 0px;
    font-family: Georgia, "Times New Roman", serif;
	  margin-top: 10px;
}

div#menu-right {
    float:right;
    right: 0px;
    width: 198px; 
    background: none; 
    padding: 0px;
    font-family: Georgia, "Times New Roman", serif; 
	  margin-top: 10px;
}

.menu ul {
    margin:0;
    padding:3px 0 0 0; 
    background: url(../img/mlr.gif) repeat-y center transparent;
    text-align:center;
}
.menu li {
    margin:0; 
    list-style-type: none;
    display:inline;
}
.menu a {
    margin-left:auto; 
    margin-right: auto;
    text-align: left;
    padding:2px 0 2px 10px;
    display:block; 
    width: 175px; 
    border-top: 1px solid #FFF;
    border-bottom: 1px solid #D6D3D6; 
    border-left: 1px #EFEFEF;
    background: #EFEFEF;
    color: #4A5152; 
    text-decoration: none;
    font-weight:bold;
}
.menu a:hover {
    color:#000;
    background:#D6D7DE;
    border: 1px solid #4A5152;
}
html>body .menu a {
    width: 165px;
}
.menu div { 
    padding: 0 0 6px 0; 
    background: url(../img/mb.gif) center bottom no-repeat;
    text-align:center;
}

.menu h4 {
    color: #11758C;
    margin:20px 0 0 0; 
    padding-left: 15px;
    font-size: 70%;
    font-weight:bold;
    text-transform: uppercase;
    text-align:left;
    background: url(../img/mu.gif) no-repeat top center;
}

.menu h4 span{
    background: white;
    padding: 3px 5px  0px 5px;
}

.menu h2.news {
  text-align: left;
  color:#000;
  margin:10px 10px 5px 10px;
  background: #EFEFEF; 
  border: 0px;
  font-size: 12px;
}
.menu p.msg{
  text-align: left;
  color:#000;
  padding:0px 0 0px 10px;
  margin: 0px;
}

#menu_win32_beta {
  position:absolute;
  width: 30px;
  margin-top: -10px;
  margin-left: 5px;
  opacity: 0.4;
}

img#menu_win32_beta:hover {
  opacity: 1;
}
