.menu {
font-family:Tahoma, Geneva, Verdana, sans-serif;
margin:0; 
position:relative;
z-index:100;
padding-top:73px;
}

.menu ul {
padding:0;
margin:0;
list-style-type:none;

}
.menu ul ul {
width:50px;
}

.menu li {
float:left;
position:relative;
background-image:url(../images/menubg.png);
background-repeat:no-repeat;
width:138px;
height:27px;
color:#333333;
}

.menu a, .menu a:visited {
text-align:left; 
text-decoration:none;
font-weight:bold;
color:#333333; 
font-size:11px;
text-transform:uppercase;
display:block;
padding: 8px 0px;
text-align:center;
}

* html .menu a, * html .menu a:visited {
width:138px;
w\idth:138px;
}

/*IE5.5 hack */
* html .menu ul ul {
top:30px;
t\op:31px;
}

/* IE hack */
.menu table {position:absolute; top:0; left:0;}

/* IE5.5 hack */
* html .menu ul ul a{
w\idth:129px;
}

.menu a:hover, .menu ul ul a:hover{
color:#99cc00;
}

.menu :hover > a, .menu ul ul :hover > a {
color:#99cc00;
}

