body{
background-image:url('../img/bg-purple.gif');background-color:#9900CC;
scrollbar-face-color:#9900CC;
scrollbar-base-color:#9900CC;
scrollbar-arrow-color:#FDDF35;
scrollbar-track-color:#9900CC;
scrollbar-shadow-color:#9900CC;
scrollbar-highlight-color:#9900CC;
scrollbar-3dlight-color:#FDDF35;
scrollbar-darkshadow-Color:#FDDF35;
}

.navbar
{
width:155px;
height:200px;
}  

.mainDiv
{
  margin-left:8px;
  width:155px;
  position:relative;
  top:12px
}

.topItem
{
  font: bold 12px verdana,sans-serif;
  letter-spacing: 0;
  background: url("../img/arrow-up-title.jpg") no-repeat 0 0;
  background-position:center center;
  background-repeat:no-repeat;
  border: none;
  width: 155px;
  height: 20px;
  color: #9900CC;
  cursor:pointer;
  text-indent:10px;
}

.topItemOver
{
  text-indent:10px;
  font: bold 12px verdana,sans-serif;
  letter-spacing: 0;
  background: url("../img/arrow-up-title-on.jpg") no-repeat 0 0;
  background-position:center center;
  background-repeat:no-repeat;
  height: 20px;
  width: 155px;
  color: #9900CC;
  cursor:pointer;
}

.topItemClose
{
  text-indent:10px;
  font: bold 12px verdana,sans-serif;
  letter-spacing: 0;
  background: url("../img/arrow-down-title.jpg") no-repeat 0 0;
  background-position:center center;
  background-repeat:no-repeat;
  height: 20px;
  width: 155px;
  color: #9900CC;
  cursor:pointer;
}


.topItemCloseOver
{
  text-indent:10px;
  font: bold 12px verdana,sans-serif;
  letter-spacing: 0;
  background: url("../img/arrow-down-title-on.jpg") no-repeat 0 0;
  background-position:center center;
  background-repeat:no-repeat;
  height: 20px;
  width: 155px;
  color: #9900CC;
  cursor:pointer;
}



.dropMenu
{
  font: bold 11px verdana,sans-serif;	
  background-color: #F0D9FF;
  color: #000;
  border: 1px solid #FDDF35;
  border-width: 0 1px 1px 1px;
  filter:alpha(opacity=100);
  padding-top:5px;
  padding-bottom:5px;
}

.subMenu
{
   display:block;
}

.subItem
{
   margin-left:5px;
   margin-top:2px;
   height:18px;
   font: 11px verdana,sans-serif;	
   text-decoration:none;
   color: #215DC6;
   
}

.subItem a
{
   margin-left:5px;
   font: 11px verdana,sans-serif;	 	
   text-decoration:none;
   color: #9900CC;
}

.subItemOver
{
   margin-left:5px;
   margin-top:2px;
   font: 11px verdana,sans-serif;	  
   height:18px;
   color: #428eff;
}

.subItemOver  a
{
   margin-left:5px;
   font: 11px verdana,sans-serif;
   cursor:pointer;	
   color: #428eff;
   text-decoration:underline;
   cursor:pointer;
}


.drop
{
   border-left:1px solid black;
   border-right:1px solid black;	
}


.searchbox{
margin-left:8px;
width:135px;
height:20px;
font-family:verdana;
color:#9900CC;
border:1px solid #FDDF35;
background-color:#F0D9FF;
}


