/* This is for the drop down menu*/

#masterdiv {
	margin: 0px;
	width: 200px;
	height: 600px;
	background-image: url(menuimages/menubg.gif);
}

.menutitle1 {
	line-height: 30px;
	color: #ffffff;
	background-image: url(menuimages/menubg.gif);
}

.menutitle1 a {
	cursor: pointer;
	color: #ffffff;
	line-height: 30px;
}

.menutitle1 a:hover {
	color: #ffffff;
	text-decoration: none;
	line-height: 30px;
}

.menutitle2 {
	line-height: 30px;
	color: #000066;
	background-image: url(menuimages/menubg.gif);
}

.menutitle2 a {
	cursor: pointer;
	color: #000066;
	line-height: 30px;
}


.menutitle2 a:hover {
	color: #990000;
	text-decoration: none;
	line-height: 30px;
}

.menutitle3 {
	line-height: 30px;
	color: #000066;
	background-image: url(menuimages/menubg.gif);
}

.menutitle3 a {
	cursor: pointer;
	color: #000066;
	line-height: 30px;
}

.menutitle3 a:hover {
	color: #990000;
	text-decoration: none;
	line-height: 30px;
}


.menutitle4 {
	line-height: 30px;
	color: #000066;
	background-image: url(menuimages/menubg.gif);
}

.menutitle4 a {
	cursor: pointer;
	color: #000066;
	line-height: 30px;
}

.menutitle4 a:hover {
	color: #990000;
	text-decoration: none;
	line-height: 30px;
}

.menutitle5 {
	line-height: 30px;
	color: #000066;
	background-image: url(menuimages/menubg.gif);
}

.menutitle5 a {
	cursor: pointer;
	color: #000066;
	line-height: 30px;
}

.menutitle5 a:hover {
	color: #990000;
	text-decoration: none;
	line-height: 30px;
}

.submenu {
	margin-left: 0px;
	width: 200px;
	color: #009900;
	font-size: 10px;
	font-family: "Arial";
	font-style: normal;
	padding: 0px;
	text-align: left;
	text-decoration: none;
	line-height: 12px;
    background: "000000";
}

.submenu a {
	color: #009900;
	font-size: 10px;
	font-family: "Arial";
	font-style: normal;
	padding: 0px;
	text-align: left;
	text-decoration: none;
    background: "000000";
}

.submenu a:hover {
	color: #CB9833;
	text-decoration: none;
    background: "000000";
}