.menu {
width:160px; 
font-size:0.8em;
position:relative;
z-index:100;
}


.menu ul {
padding:0;
margin:0;
list-style-type:none;
}
.menu ul ul {
width:150px;margin 0;
}


.menu li {
float:left;
width:160px;
position:relative;
margin:0;
}

.menu a, .menu a:visited {
display:block;
font-size:11px;
text-align:center; 
text-decoration:none; 
text-transform:uppercase; 
color:#fff; 
width:160px; 
height:31px; 
border:1px solid #3ABCA4; 
border-width: 1px 0 0 0; 
background:#3ABCA4; 
padding:0; 
margin:0;
line-height:29px;
}

/* IE5.5 faulty box model corrected */
* html .menu a, * html .menu a:visited {
width:160px;
w\idth:160px;
}

.menu ul ul a.drop, .menu ul ul a.drop:visited {
background:#3ABCA4 url(../../graphics/drop.gif) bottom right no-repeat; text-decoration:none; 

}

.menu ul ul a.drop:hover{
background:#48C8B1 url(../../graphics/drop.gif) bottom right no-repeat; text-decoration:none; 
}
.menu ul ul :hover > a.drop {
background:#48C8B1 url(../../graphics/drop.gif) bottom right no-repeat; text-decoration:none; 
}

.menu ul ul {
position:absolute;
height:0;
top:29px;
left:0; 
width:160px;
margin:0;
}

.menu ul ul li {
margin:0;padding:0; border:1px solid #ffffff; 
border-width: 1px 0 0 0; 
}

/* hack for IE5.5 */
* html .menu ul ul {
top:30px;
t\op:29px;
}

.menu table {position:absolute; top:0; left:0;}

.menu ul ul a, .menu ul ul a:visited {
background:#3ABCA4; 
color:#FFFFFF; 
height:auto; 
line-height:1.3em; 
padding:8px 0px; 
padding-bottom:10px; 
margin:0;
width:160px;
text-align:center; 
text-decoration:none; 
text-transform:uppercase; 

/* hack for IE5.5 */
}
* html .menu ul ul a{
width:160px;
w\idth:160px;
}

.menu a:hover, .menu ul ul a:hover{
color:#000000; 
background:#48C8B1; text-decoration:none; 
}
.menu :hover > a, .menu ul ul :hover > a {
color:#000000;
background:#48C8B1; text-decoration:none; 
}

.menu ul li:hover ul,
.menu ul a:hover ul{
visibility:visible; 
}

