@charset "utf-8";
/* CSS Document */

#nav ul{
list-style-type: none;
margin: 0;
padding: 0;
width: 222px; /* width of menu */
text-align: left;
}

#nav ul li a{
font: bold 13px "Lucida Grande", "Trebuchet MS", Verdana;
display: block;
color: white;
width: auto;
height: 20px;
padding: 5px 0; /* Vertical (top/bottom) padding for each menu link */
text-indent: 16px;
text-decoration: none;
background-image:url(../images/menubg_pink.png)
}

#nav ul li a:visited, #nav ul li a:active{
color: white;
}

#nav ul li a:hover{

color: white;
}

#nav ul li ul{
list-style-type: none;
margin: 0;
padding: 0;
width: 222px; /* width of menu */
text-align: left;
}

#nav ul li ul li a{
font: bold 12px "Lucida Grande", "Trebuchet MS", Verdana;
display: block;
color: white;
width: auto;
height: 12px;
padding: 3px 0 8px 0; /* Vertical (top/bottom) padding for each menu link */
text-indent: 15px;
text-decoration: none;
margin-left: 15px;
background-color: #C7A0B3;
background-image: none;
}