.navbar
{
	margin-left: 30px;
}  

.mainDiv
{
	width:145px;
}

.noItem,
.noItemOver,
.topItemClose,
.topItemOver,
.topItem
{
  font-weight:bold;
  cursor:pointer;
  padding-top: 10px;
}

.noItem a {
}

.link {
	color: blue;
}

.topItemCloseOver .link,
.topItemOver .link {
	color: red;
}

.topItemCloseOver,
.topItemOver
{
  cursor:pointer;
  padding-top: 10px;
  font-weight:bold;
}


.dropMenu
{
  padding-top:0px;
}

.firstItem
{
	margin-top: 5px;
}

.subItemOver,
.subItem
{
   noborder: 1px solid black;
   padding-left: 30px;
   height:21px;
   text-decoration:none;
   color: blue;
}

.subItem a:hover
{
}

.subItemOver
{
   color: red;
}

.subItemOver  a
{
   cursor:pointer;
}


.drop
{
   border-left:1px solid black;
   border-right:1px solid black;	
}




