	a.SideMenu,a.ThisSideMenu{
		color:white;
		font-family : Arial, Geneva, sans-serif;
		font-size : 14px;
		font-weight: bold;
		display:block;
		width:auto;
		text-decoration:none;
		text-transform: uppercase;
	}

	a.SideMenu:hover{
		color:#fcdd74;
	}
	a.SideMenu:active{
		color:Black;
	}

	a.ThisSideMenu{
		color:#fc9d24;
	}

	a.SideMenuSub, a.ThisSideMenuSub{
	color:White;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	display:block;
	width:auto;
	text-decoration:none;
	padding-left:5px;
}
	a.SideMenuSub:hover{
		color:#fcdd74;
	}
	a.SideMenuSub:active{
		color:#fc9d24;
	}
	a.ThisSideMenuSub{
		color:Red;
	}

	TABLE.sidemenuTopLevel{
		empty-cells : show;
		border-spacing : 0px;
		color:white;
	}
	TABLE.sidemenuTopLevel TD.topitem{
		border:0px solid blue;
		text-align:left;
		vertical-align: top;
		padding-top: 3px;
	}
	TABLE.SubMenu{
		display:none;
	    width:100%;
		empty-cells : show;
	}
	TD.tdSubMenu{
		padding-left:00px;
	}
	TD.sm_tl{
		width: 7px;
		height:0px;
	}
	TD.sm_t{
		height:0px;
	}
	TD.sm_tr{
		width:8px;
		height:0px;
	}
	TD.sm_l{
		width:7px;
	}
	TD.sm_r{
		width:0px;
	}
	TD.sm_bl{
		width:7px;
		height: 7px;
	}
	TD.sm_b{
		height:7px;
	}
	TD.sm_br{
		height:7px;
		width:0px;
	}
	TD.sm{
	}
	TD.subItem{
		padding-left:5px;
		text-align: left;
	}

