/* CSS Document */

#folder #menubar1 a{
display:block;
color: #d0adce;
font: 12px Arial, Helvetica, sans-serif;
font-variant:small-caps;
text-decoration:none;
padding: 4px 18px 4px 0px;
background:url(../images/menu1BG.gif) no-repeat right center;
/*border-bottom:1px solid #5c0155;
border-top:1px solid #753e71;*/
width:180px;
text-align:right;
outline:none;
}
#folder #menubar1 a:hover{
color: #ffffff;
background:url(../images/menu1BGon.gif) no-repeat right center;
}

#folder #menubar1 .selected {color: #ffffff;
background:url(../images/menu1BGon.gif) no-repeat right center;}


#page #menubar2 a{
display:block;
color: #d0adce;
font: 12px Arial, Helvetica, sans-serif;
font-variant:small-caps;
text-decoration:none;
padding: 4px 18px 4px 0px;
background:url(../images/menu2BG.gif) no-repeat right center;
/*border-bottom:1px solid #5c0155;
border-top:1px solid #753e71;*/
width:180px;
text-align:right;
outline:none;
}
#page #menubar2 a:hover{
color: #ffffff;
background:url(../images/menu2BGon.gif) no-repeat right center;
}

#page #menubar2 .selected {color: #ffffff;
background:url(../images/menu2BGon.gif) no-repeat right center;}

