



.joe2{
list-style-type: none;
margin: 0;
padding: 0;
width: 250px; /* width of menu */


}

.joe2 li{
border-bottom: 0px solid white; /* white border beneath each menu item */
}

.joe2 li a{
list-style-type: none;
background: #B6D3F1 url(img/sexypanelr3ight.gif) no-repeat right top; /*color of menu by default*/
font: 12px "Lucida Grande", "Trebuchet MS", Verdana;
display: block;
color: #648DC1;
width: auto;
height: 15px;
padding: 5px 0; /* Vertical (top/bottom) padding for each menu link */
text-indent: 10px;
text-decoration: none;
border-bottom: 1px dashed yellow; /*bottom border of menu link. Should be equal or darker to link's bgcolor*/
}

.joe2 li a:visited, .joe2 li a:active{
color: white;
}

.joe2 li a:hover{
background-color: #71675A; /*color of menu onMouseover*/
color: white;
border-bottom: 1px solid #71675A; /*bottom border of menu link during hover. Should be equal or darker to link's hover's bgcolor*/
}




<!--[if IE]>
.joe2 li a{ /* Menu link width value for IE */
width: 100%;
}




.joe3{
list-style-type: none;
margin: 0;
padding: 0;
width: 125px; /* width of menu */

}

.joe3 li{
border-bottom: 0px solid white; /* white border beneath each menu item */
}

.joe3 li a{
list-style-type: none;
background: #648DC1 url(img/sexypanelr3ight.gif) no-repeat right top; /*color of menu by default*/
font: 12px Verdana, Arial, geneva, Sans-Serif;
font-weight:bold;
display: block;
color: Navy;
width: auto;
height: 15px;
padding: 10px 0; /* Vertical (top/bottom) padding for each menu link */
text-indent: 15px;
text-decoration: none;
border-bottom: 1px dashed #D2D7DD; /*bottom border of menu link. Should be equal or darker to link's bgcolor*/
}

.joe3 li a:visited, .joe3 li a:active{
color: white;
}

.joe3 li a:hover{
background-color: #648DC1; /*color of menu onMouseover*/
color: yellow;
border-bottom: 1px dashed #D2D7DD; /*bottom border of menu link during hover. Should be equal or darker to link's hover's bgcolor*/
}




<!--[if IE]>
<style type="text/css">
.joe3 li a{ /* Menu link width value for IE */
width: 100%;
}


