.masterdiv{
	float:left;
	width:100%;
	margin:10px 0px;
	}
.menutitle{
	font:bold 13px Verdana, Geneva, sans-serif;
	color:#333333;
	background:url(../images/titlebar.png) no-repeat 585px center #e1e1e1;
	margin-bottom:1px; /*bottom spacing between header and rest of content*/
	padding:12px 10px 12px 15px; /*header text is indented 10px*/
	cursor:hand;
	cursor:pointer;
	}
.menutitle:hover{
	background:url(../images/titlebar_hover.png) no-repeat 585px center #990000;
	color:#FFF;
	}
.openheader{ /*CSS class to apply to expandable header when it's expanded*/
	background:url(../images/titlebar-active-hover.png) no-repeat 585px center #990000;
	font:bold 13px Arial;
	color:#FFF;
	margin-bottom:1px; /*bottom spacing between header and rest of content*/
	padding:12px 0 12px 15px; /*header text is indented 10px*/
	cursor:hand;
	cursor:pointer;
	}

/*CSS class to apply to expandable header when it's expanded*/
/*.openheader:hover{ 
	background:url(../images/titlebar-active.png) no-repeat 221px center #e1e1e1;
	color:#333333;
	}*/
	
.submenu{
 	width:auto;
	padding:6px 0px 26px 0px;
/* margin-bottom: 0.5em; */
	}
.submenu ul{ /*CSS for UL of each sub menu*/
	list-style-type:none;
	margin:0;
	padding:0;
	/*margin-bottom:1px; bottom spacing between each UL and rest of content*/
	}
.submenu ul li{
	padding-bottom:0px; /*bottom spacing between menu items*/
	}
.submenu ul li a{
	font:normal 12px Verdana, Geneva, sans-serif;
	color:#333333;
	background:url(../images/tebico.jpg) 10px 10px no-repeat ; /*custom bullet list image*/
	display:block;
	padding:6px 0px 6px 25px;
	text-decoration: none;
	}
.submenu ul li a span{
	font:normal 12px Verdana, Geneva, sans-serif;
	color:#999999;
	}	
.submenu ul li a:visited{
	color:#dd6363;
	/*background:url(../images/arrowbullet_hover.png) 16px center no-repeat ; custom bullet list image*/
	}
.submenu ul li a:hover{ /*hover state CSS*/
	color:#cc0000;
	/*background:url(../images/arrowbullet_hover.png) 16px center no-repeat ; custom bullet list image*/
	}
.submenu ul li .active{
	color:#cc0000 !important;
	font-weight:bold;
	 /*background:url(../images/arrowbullet_hover.png) 16px center no-repeat ;custom bullet list image*/
	}