
.mainDiv
{
	width: 160px;
}
.topItem
{
	padding-left: 5px;
	width: 160px;
	height: 22px;
	cursor: Pointer;
	background: cornflowerblue;
	text-decoration: none;
	color: white;
	font-weight: bold;
	font-size: 12;
	font-family: "Arial";
}


.dropMenu
{
	background: ghostwhite;
	border-top: 1px solid cornflowerblue;
	border-left: 1px solid cornflowerblue;
	border-right: 1px solid cornflowerblue;
	border-bottom: 1px solid cornflowerblue;
}

.subMenu
{
	display: none;
}
.subItem
{
	text-decoration: none;
	color: black;
	font-weight: bold;
	padding-left: 5px;
	font-size: 12;
	font-family: Arial;
	height: 20;
}

.subItem a
{
	text-decoration: none;
	color: black;
	font-weight: bold;
	padding-left: 5px;
	font-size: 12;
	font-family: Arial;
	height: 20;
}

.subItemOver
{
	cursor: pointer;
	color: blue;
	text-decoration: none;
	font-weight: bold;
	padding-left: 5px;
	color: blue;
	font-size: 12;
	font-family: Arial;
	height: 20;
	background-color:WhiteSmoke;
}

.subItemOver a
{
	cursor: pointer;
	color: blue;
	text-decoration: none;
	font-weight: bold;
	padding-left: 5px;
	color: blue;
	font-size: 12;
	font-family: Arial;
	height: 20;
}


.drop
{
	border-left: 1px solid black;
	border-right: 1px solid black;
}

