.navbar
{
background-color:#FFFFFF;
}  

.mainDiv
{
  width:209px;
}

.topSozinho
{
  font: 11px tahoma,verdana,sans-serif;
  letter-spacing: 0;
  background-position:center center;
  background: url("../images/bot_menu.jpg") no-repeat 0 0;
  background-repeat:no-repeat;
  border: none;
  width: 209px;
  height: 21px;
  color: #ffffff;
  cursor:pointer;
  text-indent:10px;
  padding-top:4px;
  margin-bottom:1px;
}

.topSozinho a:link {
	text-decoration:none;
	color: #ffffff;
}

.topSozinho a:hover {
	color:#FF9900;
}

.topSozinho a:visited {
	text-decoration: none;
	color: #ffffff;
}

.topSozinho a:active {
	text-decoration: none;
	color: #ffffff;
}

.topItem
{
  font: 11px tahoma,verdana,sans-serif;
  letter-spacing: 0;
  background-position:center center;
  background: url("../images/bot_menu1.jpg") no-repeat 0 0;
  background-repeat:no-repeat;
  border: none;
  width: 209px;
  height: 21px;
  color: #ffffff;
  cursor:pointer;
  text-indent:10px;
  padding-top:4px;
  margin-bottom:1px;
}
.topItem a:link {
	text-decoration:none;
	color: #ffffff;
}
.topItem a:hover {
	color:#FF9900;
}
.topItem a:visited {
	text-decoration: none;
	color: #ffffff;
}
.topItem a:active {
	text-decoration: none;
	color: #ffffff;
}


.dropMenu
{
  font: 11px tahoma,verdana,sans-serif;	
  background-color: #FFFFFF;
  color: #000;
  border: 1px solid #FFFFFF;
  border-width: 0 1px 1px 1px;
  filter:alpha(opacity=100);
  padding-bottom:1px;
  border-right:1px solid #D4D4D4;
  border-left:1px solid #D4D4D4;
  border-bottom:1px solid #D4D4D4;

}

.subMenu
{
   display:block;  
}

.subItem
{
   margin-left:10px;
   margin-top:2px;
   height:18px;
   font: 11px tahoma,verdana,sans-serif;	
   text-decoration:none;
   color: #352D89;
   background-image:url(../img/bullet_square.gif);
   background-repeat:no-repeat;
   background-position:left 5px;
   
}

.subItem a:link {
   margin-left:23px;
   font: 11px tahoma,verdana,sans-serif;	 	
   text-decoration:none;
   color: #352D89;
}

.subItem a:hover {
	color:#FF9900;
}

.subItem a:visited {
   margin-left:23px;
   font: 11px tahoma,verdana,sans-serif;	 	
   text-decoration:none;
   color: #352D89;
}

.subItem a:active {
   margin-left:23px;
   font: 11px tahoma,verdana,sans-serif;	 	
   text-decoration:none;
   color: #352D89;
}