#mainMenu {
	position:relative;
	background-color:#fff;
	color:#444;
	z-index: 11;
}




/*expandable section*/

#masterdiv[id] {
		position: relative !important;
		}
		


.menutitle a{
	background-color:#fff;
	cursor:pointer;
	margin-bottom: 0px;
	color:#444;
	list-style-position: inside; 
	text-decoration: none;
}

.menutitle a:hover{
	background-color:#fff;
	cursor:pointer;
	color:#1d308c;
	list-style-position: inside; 
	text-decoration: underline;
}

.menutitle{
	cursor:pointer;
	margin-bottom: 0px;
	background-color:#fff;
	color:#444;
	width:168px;
	padding:2px;
	text-align:left;
	font-weight:bold;
	border-bottom: 1px solid #CCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	list-style-position: inside; 
	text-decoration: none;
}

.submenu {
	cursor:pointer;
	background-color:#fff;
	color:#444;
	width:172px;
	padding:0px;
	text-align:left;
	font-weight:normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 14px;
	margin-top: 0px;
	margin-bottom: 5px;
	display: inline ;
	margin-left: 8px;
	padding-left: 0px;
	list-style-position: inside; 
	text-decoration: none;
	list-style: none;
}
.submenu a{
	cursor:pointer;
	background-color:#fff;
	color:#444;
	list-style-position: inside; 
	text-decoration: none;
	list-style: none;
}

.mlist {
	background-color:#fff;
	color:#0099FF;
	width: 158px;
	height: 18px;
	border-bottom: 1px solid #CCC;
	margin-left: 6px;
	padding-left: 0px;
	list-style-position: inside; 
	list-style: none;
}

.mlist a:hover {
	background-color:#fff;
	color: #0099FF;
	text-decoration:underline;
	list-style-position: inside; 
	list-style: none;
}