

.mainDiv {
    width:163px;
  }


.topItem {
	background-image : url("../imm/menu_top.gif");
	color : #FFFFFF;
	cursor : pointer;
	font-family : Arial;
	font-weight : bold;
	height : 25px;
	text-decoration : none;
	vertical-align : middle;
	width : 165px;
	text-indent: 0pt;
	padding: 6px;
	background-position: left;
	background-repeat: no-repeat;
  }


.dropMenu {
	background:#FFFFFF;
	border-top:1px solid #0482B5;
	border-left:1px solid #0482B5;
	border-right:1px solid #0482B5;
	border-bottom:1px solid #0482B5;
	width: 160px;
	padding-right: 1px;
	padding-left: 5px;
  }


.subMenu {
    display:none;
  }



.subMenuVisibile {

    
  }



.subItem {
	cursor:pointer;
	font-weight:bold;
	text-decoration:none;
	color:#369BC4;
  }


.subItem a {
    text-decoration:none;
    color:#0066CC;
  }


.subItemOver {
	cursor:pointer;
	color:#369BC4;
	text-decoration:underline;
	font-weight:bold;
	float: left;
  }


.subItemOver  a {
    color:blue;
  }


.drop {
    border-left:1px solid black;
    border-right:1px solid black;
  }

