#navcontainer { 
width: 182px;
}

#navcontainer ul
{
margin: 0;
padding: 0;
width: 182px;
list-style-type: none;
font-family: verdana, arial, Helvetica, sans-serif;
}

#navcontainer li { 
margin: 0 0 0px 0; 
}

#navcontainer a
{
display: block;
padding: 9px 14px;
background:url(../../images/menu_btn.jpg) no-repeat;
text-decoration: none;
}

#navcontainer a:hover
{
color: #00534F;
background:url(../../images/menu_btn_roll.jpg) no-repeat;
text-decoration: none;
}

#navcontainer ul ul li { margin: 0 0 0px 0; }

#navcontainer ul ul a
{
display: block;
padding: 9px 14px;
height: 100%;
width:154px;
color: #00C4B5;
background:url(../../images/menu_body.jpg) repeat-y;
text-decoration: none;
}

#navcontainer ul ul a:hover
{
color: #ffffff;
height: 100%;
width:154px;
background:url(../../images/menu_body.jpg) repeat-y;
text-decoration: none;
}

/* ********************************** */

* html #navcontainer a
{
display: block;
padding: 9px 14px;
width:154px;
background:url(../../images/menu_btn.jpg) no-repeat;
text-decoration: none;
}

* html #navcontainer ul ul a
{
display: block;
padding: 9px 14px;
width:154px;
color: #00C4B5;
background:url(../../images/menu_body.jpg) repeat-y;
text-decoration: none;
}

* html #navcontainer ul ul a:hover
{
color: #ffffff;
width:154px;
background:url(../../images/menu_body.jpg) repeat-y;
text-decoration: none;
}
