/* This is for the drop down menu*/

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

.menutitle1 {
	line-height: 25px;
	color: #000066;
	background-image: url(treemenu_xx/arrow_bg.gif);
}

.menutitle1 a {
	cursor: pointer;
	color: #000066;
	line-height: 25px;
}

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

.menutitle2 {
	line-height: 25px;
	color: #000066;
	background-image: url(treemenu_xx/arrow_bg.gif);
}

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


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

.menutitle3 {
	line-height: 20px;
	color: #000066;
	background-image: url(treemenu_xx/arrow_bg.gif);
}

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

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


.menutitle4 {
	line-height: 20px;
	color: #000066;
	background-image: url(treemenu_xx/arrow_bg.gif);
}

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

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

.menutitle5 {
	line-height: 20px;
	color: #000066;
	background-image: url(treemenu_xx/arrow_bg.gif);
}

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

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

.submenu {
	margin-left: 15px;
	width: 163px;
	color: #000066;
	font-size: 10px;
	font-family: "Verdana";
	font-style: normal;
	padding: 0px;
	text-align: left;
	text-decoration: none;
	line-height: 14px;
    background: #DAEEFB url(treemenu_xx/bullet_x.gif) top left no-repeat scroll;
}

.submenu a {
	color: #000066;
	font-size: 10px;
	font-family: "Verdana";
	font-style: normal;
	padding: 0px;
	text-align: left;
	text-decoration: none;
    background: #DAEEFB url(treemenu_xx/bullet_x.gif) top left no-repeat scroll;
}

.submenu a:hover {
	color: #990000;
	text-decoration: none;
    background: #DAEEFB url(treemenu_xx/bullet_x2.gif) top left no-repeat scroll;
}
