  
.mainDiv
{
  width:160px;
}

.mainSub
{
  width:150px;
}
.topItem
{
	width:160px;
	height:29px;
	cursor:pointer;
	text-decoration: none;
	color: white;
	font-weight:bold;
	font-family:"GOTHIC";
	background-image: url(men_bk.gif);
	background-repeat: no-repeat;
	background-position: right center;
}


.topItem1
{
  width:160px;
  height:22px;
  cursor:pointer;
  background: #D7EAFF;
  text-decoration: none;
  color: white; 
  font-weight:bold;
  font-family:"GOTHIC";
}
.topItem2
{
  width:160px;
  height:22px;
  cursor:pointer;
  background: #6699cc;
  text-decoration: none;
  color: white; 
  font-weight:bold;
  font-family:"GOTHIC";
}


.dropMenu
{
  background:#E8E8E8;
  
  border-left:1px solid #d8d9da;
  border-right:1px solid #d8d9da;
  border-bottom:2px solid #cccccc;
}

.subMenu
{
   display:none;
}
.subItem
{
   font-size: 11px;
   padding-left:5px;
   cursor:pointer;
   text-decoration:none;
   color:black;
}

.subItem a
{
   text-decoration:none;
   color:black;
}

.subItemOver
{
   cursor:pointer;
   color:#cccccc;
   text-decoration:underline;
   padding-left:5px;
   
}

.subItemOver  a
{
   color:#cccccc;
}


.drop
{
   border-left:1px solid black;
   border-right:1px solid black;	
}

