.programid {
    color: #808080;//#cfcfcf;
 	 font-family: tahoma;
     font-size: 10pt;
}

.menufolder {
    cursor:pointer;
    font-family: tahoma;
	font-size: 16;
	font-weight: normal;
}

.menuitem {
    cursor: pointer;
    font-family: tahoma;
	font-size: 16;
	font-weight: normal;
}

.selecteditem {
    background-color: #FFE9D2;//#FFD7AE;//#FFFFBB;
    font-family: tahoma;
	font-size: 16;
	font-weight: normal;
}

.context_menu {
 background-color:#FFFFFF;
 border-style:solid;
 border-width:1px;
 border-color:#c6c6c6;
 font-weight: normal;
 font-family: Arial;
 font-size: 10pt;
}

.context_menu_toplevel {
	height:28px;
}
.context_menu_toplevel_link {
	color:#FFFFFF;
	font-size:10pt;
	font-weight:bold;
    cursor:pointer;
}

