#navcontainer { width: 185px; }

#navcontainer ul
{
margin-left: 0;
padding-left: 0;
list-style-type: none;
line-height: 140%;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: 600;
text-align: right;
color: #2323A5;

}

#navcontainer a
{
display: block;
padding: 0;
width: 185px;
height: 18px
background-color: #FE913C;
border-bottom: 0;
}

#navcontainer a:link, #navlist a:visited
{
color: #2323A5;
text-decoration: none;
}

#navcontainer a:hover 
{
/* basic elements background-color: #FE913C; */
color: #FFFF75;
text-decoration: bold;
}

body#home a#homenav,
body#about a#aboutnav,
body#gallery a#gallerynav,
body#workshops a#workshopsnav,
body#new a#newnav,
body#studio a#studionav,
body#wearing a#wearingnav,
body#caring a#caringnav,
body#contact a#contactnav {
      color: #FFFF75;
      text-decoration: bold;
      }

