﻿/* Generic context menu styles */
.contextMenu {
	position: absolute;
	/*width: 340px;*/
	width: 550px;
	z-index: 99999;
	border: solid 1px #CCC;
	background: #EEE;
	padding: 1px;
	margin: 0px;
	display: none;
}

.contextMenu LI {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

.contextMenu A {
	color: #333;
	text-decoration: none;
	display: block;
	line-height: 20px;
	height: 20px;
	background-position: 6px center;
	background-repeat: no-repeat;
	outline: none;
	padding: 1px 5px;
	padding-left: 36px;
}

.contextMenu LI.hover A {
	color: #FFF;
	background-color: #3399FF;
}

.contextMenu LI.disabled A {
	color: #AAA;
	cursor: default;
}

.contextMenu LI.hover.disabled A {
	background-color: transparent;
}

.contextMenu LI.separator {
	border-top: solid 1px #CCC;
}

/*
 Adding Icons
 You can add icons to the context menu by adding classes to the respective LI element(s)
*/

/* Formulary Status Menu - Standard Eclipse Formulary */
.contextMenu LI.model0_statusNoComment A { background-image: url(../Images/bullets/bluebutton.gif); }
.contextMenu LI.model0_statusEncouraged A { background-image: url(../Images/bullets/greenbutton.gif); }
.contextMenu LI.model0_statusOnFormulary A { background-image: url(../Images/bullets/yellowgreenbutton.gif); }
.contextMenu LI.model0_statusSecondLine A { background-image: url(../Images/bullets/yellowbutton.gif); }
.contextMenu LI.model0_statusSharedCareAgreement A { background-image: url(../Images/bullets/pinkbutton.gif); }
.contextMenu LI.model0_statusSpecialistOnly A { background-image: url(../Images/bullets/purplebutton.gif); }
.contextMenu LI.model0_statusDiscouraged A { background-image: url(../Images/bullets/redbutton.gif); }
.contextMenu LI.model0_statusGreyListed A { background-image: url(../Images/bullets/greybutton.gif); }
/* Formulary Status Menu - Joint Formulary Model 1 */
.contextMenu LI.model1_statusNoComment A { background-image: url(../Images/bullets/blank_16x16.gif); }
.contextMenu LI.model1_statusFirstLine A { background-image: url(../Images/bullets/greenbutton.gif); }
.contextMenu LI.model1_statusSecondLine A { background-image: url(../Images/bullets/bluebutton.gif); }
.contextMenu LI.model1_statusSpecialistInitiated A { background-image: url(../Images/bullets/orangebutton.gif); }
.contextMenu LI.model1_statusHospitalOnly A { background-image: url(../Images/bullets/pinkbutton.gif); }
.contextMenu LI.model1_statusDiscouraged A { background-image: url(../Images/bullets/greybutton.gif); }
.contextMenu LI.model1_statusSpecialistAdvised A { background-image: url(../Images/bullets/purplebutton.gif); }
/* Formulary Status Menu - Formulary Model 2 */
.contextMenu LI.model2_statusNoComment A { background-image: url(../Images/bullets/blank_16x16.gif); }
.contextMenu LI.model2_statusFirstLine A { background-image: url(../Images/bullets/greenbutton.gif); }
.contextMenu LI.model2_statusSecondLine A { background-image: url(../Images/bullets/bluebutton.gif); }
.contextMenu LI.model2_statusThirdLine A { background-image: url(../Images/bullets/yellowbutton.gif); }
.contextMenu LI.model2_statusRedListed A { background-image: url(../Images/bullets/redbutton.gif); }
/* Formulary Status Menu - Formulary Model 3 */
.contextMenu LI.model3_statusNoComment A { background-image: url(../Images/bullets/blank_16x16.gif); }
.contextMenu LI.model3_statusFirstLine A { background-image: url(../Images/bullets/greenbutton.gif); }
.contextMenu LI.model3_statusSecondLine A { background-image: url(../Images/bullets/bluebutton.gif); }
.contextMenu LI.model3_statusAmber1 A { background-image: url(../Images/bullets/yellowbutton.gif); }
.contextMenu LI.model3_statusAmber2 A { background-image: url(../Images/bullets/orangebutton.gif); }
.contextMenu LI.model3_statusRestricted A { background-image: url(../Images/bullets/redbutton.gif); }
/* Formulary Status Menu - Formulary Model 4 */
.contextMenu LI.model4_statusNoFormularySelection A { background-image: url(../Images/bullets/bluebutton.gif); }
.contextMenu LI.model4_statusFormularyItem A  { background-image: url(../Images/bullets/greenbutton.gif); }
.contextMenu LI.model4_statusAmberClassification A { background-image: url(../Images/bullets/orangebutton.gif); }
.contextMenu LI.model4_statusNonFormularyItem A { background-image: url(../Images/bullets/redbutton.gif); }
.contextMenu LI.model4_statusNotRecommended A { background-image: url(../Images/bullets/blackbutton.gif); }
.contextMenu LI.model4_statusHospitalSupplyOnly A { background-image: url(../Images/bullets/purplebutton.gif); }
/* Formulary Status Menu - Formulary Model 5 */
.contextMenu LI.model5_statusNonFormulary A { background-image: url(../Images/bullets/blank_16x16.gif); }
.contextMenu LI.model5_statusFormularyFirstChoice A { background-image: url(../Images/bullets/greenbutton.gif); }
.contextMenu LI.model5_statusFormularyLimitedIndications A { background-image: url(../Images/bullets/yellowgreenbutton.gif); }
.contextMenu LI.model5_statusNotRecommended A { background-image: url(../Images/bullets/redbutton.gif); }
/* Formulary Status Menu - Formulary Model 6 */
.contextMenu LI.model6_statusNoComment A { background-image: url(../Images/bullets/blank_16x16.gif); }
.contextMenu LI.model6_statusFutureUse A { background-image: url(../Images/bullets/greenbutton.gif); }
.contextMenu LI.model6_statusSharedCare A { background-image: url(../Images/bullets/orangebutton.gif); }
.contextMenu LI.model6_statusSpecialistConsultantOnly A { background-image: url(../Images/bullets/redbutton.gif); }
.contextMenu LI.model6_statusExceptionalCircumstancesOnly A { background-image: url(../Images/bullets/greybutton.gif); }
.contextMenu LI.model6_statusDoNotPrescribe A { background-image: url(../Images/bullets/donotprescribe.gif); }
/* Formulary Status Menu - Formulary Model 7 */
.contextMenu LI.model7_statusNoComment A { background-image: url(../Images/bullets/bluebutton.gif); }
.contextMenu LI.model7_statusFormularyItem A { background-image: url(../Images/bullets/greenbutton.gif); }
.contextMenu LI.model7_statusSharedCareAgreement A { background-image: url(../Images/bullets/orangebutton.gif); }
.contextMenu LI.model7_statusAntibiotics A { background-image: url(../Images/bullets/greybutton.gif); } 
.contextMenu LI.model7_statusHospitalPrescribingOnly A { background-image: url(../Images/bullets/purplebutton.gif); }
.contextMenu LI.model7_statusNonFormulary A { background-image: url(../Images/bullets/redbutton.gif); }
/* Formulary Status Menu - Formulary Model 8 */
.contextMenu LI.model8_statusNonFormulary A { background-image: url(../Images/bullets/blank_16x16.gif); }
.contextMenu LI.model8_statusFirstLine A { background-image: url(../Images/bullets/greenbutton.gif); }
.contextMenu LI.model8_statusSecondLine A { background-image: url(../Images/bullets/bluebutton.gif); }
.contextMenu LI.model8_statusSpecialistInitiated A { background-image: url(../Images/bullets/orangebutton.gif); }
.contextMenu LI.model8_statusHospitalSupplyOnly A { background-image: url(../Images/bullets/redbutton.gif); }
.contextMenu LI.model8_statusNotSupported A { background-image: url(../Images/bullets/blackbutton.gif); }
/* Formulary Status Menu - Formulary Model 9 */
.contextMenu LI.model9_statusNoComment A { background-image: url(../Images/bullets/blank_16x16.gif); }
.contextMenu LI.model9_statusFormularyChoice A { background-image: url(../Images/bullets/greenbutton.gif); }
.contextMenu LI.model9_statusSharedCareAgreement A { background-image: url(../Images/bullets/orangebutton.gif); }
.contextMenu LI.model9_statusRestrictedFormulary A { background-image: url(../Images/bullets/yellowbutton.gif); }
.contextMenu LI.model9_statusNoneFormulary A { background-image: url(../Images/bullets/greybutton.gif); }
.contextMenu LI.model9_statusDualIndication A { background-image: url(../Images/bullets/purplebutton.gif); }
.contextMenu LI.model9_statusHospitalOnly A { background-image: url(../Images/bullets/redbutton.gif); }
.contextMenu LI.model9_statusNoPrescribing A { background-image: url(../Images/bullets/blackbutton.gif); }
/* Formulary Status Menu - Formulary Model 10 */
.contextMenu LI.model10_statusNoComment A { background-image: url(../Images/bullets/blank_16x16.gif); }
.contextMenu LI.model10_statusFirstLine A { background-image: url(../Images/bullets/greenbutton.gif); }
.contextMenu LI.model10_statusSecondLine A { background-image: url(../Images/bullets/greenbluebutton.gif); }
.contextMenu LI.model10_statusSpecialistInitiation A { background-image: url(../Images/bullets/bluebutton.gif); }
.contextMenu LI.model10_statusSpecialistInitiationSharedCare A { background-image: url(../Images/bullets/orangebutton.gif); }
.contextMenu LI.model10_statusHospitalOnly A { background-image: url(../Images/bullets/redbutton.gif); }
.contextMenu LI.model10_statusNonFormulary A { background-image: url(../Images/bullets/greybutton.gif); }
.contextMenu LI.model10_statusBlackListDoNotPrescribe A { background-image: url(../Images/bullets/blackbutton.gif); }
/* Formulary Status Menu - Formulary Model 11 */
.contextMenu LI.model11_statusNoComment A { background-image: url(../Images/bullets/blank_16x16.gif); }
.contextMenu LI.model11_statusEncouraged A { background-image: url(../Images/bullets/greenbutton.gif); }
.contextMenu LI.model11_statusYellow A { background-image: url(../Images/bullets/yellowbutton.gif); }
.contextMenu LI.model11_statusYellowNPT A { background-image: url(../Images/bullets/yellowgreenbutton.gif); }
.contextMenu LI.model11_statusYellowContinuation A { background-image: url(../Images/bullets/yellowredbutton.gif); }
.contextMenu LI.model11_statusRedList A { background-image: url(../Images/bullets/redbutton.gif); }
.contextMenu LI.model11_statusBrown A { background-image: url(../Images/bullets/brownbutton.gif); }
.contextMenu LI.model11_statusBlack A { background-image: url(../Images/bullets/blackbutton.gif); }
/* Formulary Status Menu - Formulary Model 12 */
.contextMenu LI.model12_statusNoComment A { background-image: url(../Images/bullets/bluebutton.gif); }
.contextMenu LI.model12_statusEncouraged A { background-image: url(../Images/bullets/greenbutton.gif); }
.contextMenu LI.model12_statusSecondLine A { background-image: url(../Images/bullets/yellowbutton.gif); }
.contextMenu LI.model12_statusDiscouraged A { background-image: url(../Images/bullets/redbutton.gif); }
.contextMenu LI.model12_statusHospitalOnly A { background-image: url(../Images/bullets/blackredbutton.gif); }
.contextMenu LI.model12_statusBlackList A { background-image: url(../Images/bullets/blackbutton.gif); }
.contextMenu LI.model12_statusGreyList A { background-image: url(../Images/bullets/greybutton.gif); }
/* Formulary Status Menu - Formulary Model 13 */
.contextMenu LI.model13_statusNoComment A { background-image: url(../Images/bullets/bluebutton.gif); }
.contextMenu LI.model13_statusFormularyFirstLine A { background-image: url(../Images/bullets/greenbutton.gif); }
.contextMenu LI.model13_statusFormularySecondLine A { background-image: url(../Images/bullets/yellowgreenbutton.gif); }
.contextMenu LI.model13_statusFormularyLimitedUse A { background-image: url(../Images/bullets/yellowbutton.gif); }
.contextMenu LI.model13_statusSpecialistInitiationOnly A { background-image: url(../Images/bullets/yellowredbutton.gif); }
.contextMenu LI.model13_statusSpecialistUseOnly A { background-image: url(../Images/bullets/redbutton.gif); }
.contextMenu LI.model13_statusNonFormulary A { background-image: url(../Images/bullets/blackbutton.gif); }
/* Formulary Status Menu - Formulary Model 14 */
.contextMenu LI.model14_statusNoComment A { background-image: url(../Images/bullets/blank_16x16.gif); }
.contextMenu LI.model14_statusOnFormulary A { background-image: url(../Images/bullets/bluebutton.gif); }
.contextMenu LI.model14_statusFirstLine A { background-image: url(../Images/bullets/greenbutton.gif); }
.contextMenu LI.model14_statusSecondLine A { background-image: url(../Images/bullets/yellowbutton.gif); }
.contextMenu LI.model14_statusThirdLine A { background-image: url(../Images/bullets/orangebutton.gif); }
.contextMenu LI.model14_statusFourthLine A { background-image: url(../Images/bullets/purplebutton.gif); }
.contextMenu LI.model14_statusDiscouraged A { background-image: url(../Images/bullets/redbutton.gif); }
/* Formulary Status Menu - Formulary Model 15 */
.contextMenu LI.model15_statusAwaitingClassification A { background-image: url(../Images/bullets/bluebutton.gif); }
.contextMenu LI.model15_statusFormulary A { background-image: url(../Images/bullets/greenbutton.gif); }
.contextMenu LI.model15_statusSharedCare A { background-image: url(../Images/bullets/orangebutton.gif); }
.contextMenu LI.model15_statusHospitalOnly A { background-image: url(../Images/bullets/redbutton.gif); }
.contextMenu LI.model15_statusNotApproved A { background-image: url(../Images/bullets/blackbutton.gif); }
/* Formulary Status Menu - Formulary Model 16 */
.contextMenu LI.model16_statusNoComment A { background-image: url(../Images/bullets/bluebutton.gif); }
.contextMenu LI.model16_statusFirstChoice A { background-image: url(../Images/bullets/greenbutton.gif); }
.contextMenu LI.model16_statusSecondChoice A { background-image: url(../Images/bullets/yellowbutton.gif); }
.contextMenu LI.model16_statusOnFormulary A { background-image: url(../Images/bullets/darkgreenbutton.gif); }
.contextMenu LI.model16_statusSharedCareSpecialist A { background-image: url(../Images/bullets/purplebutton.gif); }
.contextMenu LI.model16_statusNonFormulary A { background-image: url(../Images/bullets/greybutton.gif); }
.contextMenu LI.model16_statusNotSupported A { background-image: url(../Images/bullets/redbutton.gif); }
/* Formulary Status Menu - Formulary Model 17 */
.contextMenu LI.model17_statusNonFormulary A { background-image: url(../Images/bullets/blackbutton.gif); }
.contextMenu LI.model17_statusFirstLine A { background-image: url(../Images/bullets/greenbutton.gif); }
.contextMenu LI.model17_statusSecondLine A { background-image: url(../Images/bullets/bluebutton.gif); }
.contextMenu LI.model17_statusSpecialistInititationOnly A { background-image: url(../Images/bullets/orangebutton.gif); }
.contextMenu LI.model17_statusHospitalOnlyUse A { background-image: url(../Images/bullets/redbutton.gif); }
/* Formulary Status Menu - Formulary Model 18 */
.contextMenu LI.model18_statusNoComment A { background-image: url(../Images/bullets/bluebutton.gif); }
.contextMenu LI.model18_statusPreferred A { background-image: url(../Images/bullets/pinkbutton.gif); }
/*.contextMenu LI.model18_statusPreferredTopSliced A { background-image: url(../Images/bullets/pinkwhitebutton.gif); }*/
.contextMenu LI.model18_statusInitiatedBySpecialist A { background-image: url(../Images/bullets/purplebutton.gif); }
/*.contextMenu LI.model18_statusInitiatedBySpecialistTopSliced A { background-image: url(../Images/bullets/purplewhitebutton.gif); }*/
.contextMenu LI.model18_statusOnFormulary A { background-image: url(../Images/bullets/greenbutton.gif); }
/*.contextMenu LI.model18_statusOnFormularyTopSliced A { background-image: url(../Images/bullets/greenwhitebutton.gif); }*/
.contextMenu LI.model18_statusSharedCare A { background-image: url(../Images/bullets/orangebutton.gif); }
/*.contextMenu LI.model18_statusSharedCareTopSliced A { background-image: url(../Images/bullets/orangewhitebutton.gif); }*/
.contextMenu LI.model18_statusExceptionalUseOnly A { background-image: url(../Images/bullets/brownbutton.gif); }
/*.contextMenu LI.model18_statusExceptionalUseOnlyTopSliced A { background-image: url(../Images/bullets/brownwhitebutton.gif); }*/
.contextMenu LI.model18_statusHospitalOnly A { background-image: url(../Images/bullets/redbutton.gif); }
.contextMenu LI.model18_statusHospitalOnlySharedCare A { background-image: url(../Images/bullets/yellowredbutton.gif); }
/*.contextMenu LI.model18_statusNotRecommendedAndActivelyMonitored A { background-image: url(../Images/bullets/blackyellowbutton.gif); }*/
/*.contextMenu LI.model18_statusNotAssessedNotRecommendedActivelyMonitored A { background-image: url(../Images/bullets/greyyellowbutton.gif); }*/
.contextMenu LI.model18_statusNotRecommended A { background-image: url(../Images/bullets/blackbutton.gif); }
.contextMenu LI.model18_statusNotAssessedNotRecommended A { background-image: url(../Images/bullets/greybutton.gif); }
/* Formulary Status Menu - Formulary Model 19 */
.contextMenu LI.model19_statusNoComment A { background-image: url(../Images/bullets/purplebutton.gif); }
.contextMenu LI.model19_statusFirstLineDrugs A { background-image: url(../Images/bullets/greenbutton.gif); }
.contextMenu LI.model19_statusSecondLineDrugs A { background-image: url(../Images/bullets/bluebutton.gif); }
.contextMenu LI.model19_statusSpecialistDrugs A { background-image: url(../Images/bullets/orangebutton.gif); }
.contextMenu LI.model19_statusSecondaryCareDrugs A { background-image: url(../Images/bullets/redbutton.gif); }
.contextMenu LI.model19_statusNonFormulary A { background-image: url(../Images/bullets/greybutton.gif); }
/* Formulary Status Menu - Formulary Model 20 */
.contextMenu LI.model20_statusNoComment A { background-image: url(../Images/bullets/purplebutton.gif); }
.contextMenu LI.model20_statusFirstLineOnFormulary A { background-image: url(../Images/bullets/greenbutton.gif); }
.contextMenu LI.model20_statusOnFormulary A { background-image: url(../Images/bullets/blackbutton.gif); }
.contextMenu LI.model20_statusSpecialistInitiation A { background-image: url(../Images/bullets/orangebutton.gif); }
.contextMenu LI.model20_statusSpecialistInitiationSharedCareGuidelines A { background-image: url(../Images/bullets/orangeyellowbutton.gif); }
.contextMenu LI.model20_statusKMPTInitiationOnly A { background-image: url(../Images/bullets/bluebutton.gif); }
.contextMenu LI.model20_statusVaryingStatusVariousIndication A { background-image: url(../Images/bullets/orangewhitebutton.gif); }
.contextMenu LI.model20_statusSecondaryCareOnly A { background-image: url(../Images/bullets/redbutton.gif); }
.contextMenu LI.model20_statusDisallowed A { background-image: url(../Images/bullets/redgreybutton.gif); }
.contextMenu LI.model20_statusNonFormulary A { background-image: url(../Images/bullets/blackredbutton.gif); }
/* Formulary Status Menu - Formulary Model 21 */
.contextMenu LI.model21_statusNoComment A { background-image: url(../Images/bullets/blank_16x16.gif); }
.contextMenu LI.model21_statusOftenFirstLine A { background-image: url(../Images/bullets/greenbutton.gif); }
.contextMenu LI.model21_statusOftenFirstLineSharedCare A { background-image: url(../Images/bullets/doublegreenpinkbutton.gif); }
.contextMenu LI.model21_statusOftenFirstLineSpecialistInitiation A { background-image: url(../Images/bullets/doublegreenpurplebutton.gif); }
.contextMenu LI.model21_statusOftenSecondLine A { background-image: url(../Images/bullets/orangebutton.gif); }
.contextMenu LI.model21_statusOftenSecondLineSharedCare A { background-image: url(../Images/bullets/doubleorangepinkbutton.gif); }
.contextMenu LI.model21_statusOftenSecondLineSpecialistInitiation A { background-image: url(../Images/bullets/doubleorangepurplebutton.gif); }
.contextMenu LI.model21_statusOnFormularyOther A { background-image: url(../Images/bullets/bluebutton.gif); }
.contextMenu LI.model21_statusOnFormularyOtherSharedCare A { background-image: url(../Images/bullets/doublebluepinkbutton.gif); }
.contextMenu LI.model21_statusOnFormularyOtherSpecialistInitiation A { background-image: url(../Images/bullets/doublebluepurplebutton.gif); }
.contextMenu LI.model21_statusNonFormulary A { background-image: url(../Images/bullets/blackbutton.gif); }
.contextMenu LI.model21_statusNonFormularyRedList A { background-image: url(../Images/bullets/doubleblackredbutton.gif); }
/* Formulary Status Menu - Formulary Model 22 */
.contextMenu LI.model22_statusNotSet A { background-image: url(../Images/bullets/greybutton.gif); }
.contextMenu LI.model22_statusOftenFirstLine A { background-image: url(../Images/bullets/greenbutton.gif); }
.contextMenu LI.model22_statusOftenSecondLine A { background-image: url(../Images/bullets/orangebutton.gif); }
.contextMenu LI.model22_statusOnFormularyOther A { background-image: url(../Images/bullets/bluebutton.gif); }
.contextMenu LI.model22_statusSharedCare A { background-image: url(../Images/bullets/pinkbutton.gif); }
.contextMenu LI.model22_statusSpecialistInitiation A { background-image: url(../Images/bullets/purplebutton.gif); }
.contextMenu LI.model22_statusNonFormulary A { background-image: url(../Images/bullets/blackbutton.gif); }
.contextMenu LI.model22_statusRedList A { background-image: url(../Images/bullets/redbutton.gif); }
/* Formulary Status Menu - Formulary Model 23 */
.contextMenu LI.model23_statusNotYetAssigned A { background-image: url(../Images/bullets/bluebutton.gif); }
.contextMenu LI.model23_statusFormulary A { background-image: url(../Images/bullets/greenbutton.gif); }
.contextMenu LI.model23_statusCertainCircumstances A { background-image: url(../Images/bullets/yellowbutton.gif); }
.contextMenu LI.model23_statusNonFormulary A { background-image: url(../Images/bullets/redbutton.gif); }
/* Formulary Status Menu - Formulary Model 24 */
.contextMenu LI.model24_statusNotYetAssigned A { background-image: url(../Images/bullets/greybutton.gif); }
.contextMenu LI.model24_statusOnFormulary A { background-image: url(../Images/bullets/greenbutton.gif); }
.contextMenu LI.model24_statusRestrictedUse A { background-image: url(../Images/bullets/orangebutton.gif); }
.contextMenu LI.model24_statusSpecialistUseInitiation A { background-image: url(../Images/bullets/purplebutton.gif); }
.contextMenu LI.model24_statusNonFormulary A { background-image: url(../Images/bullets/redbutton.gif); }
/* Formulary Status Menu - Formulary Model 25 */
.contextMenu LI.model25_NoComment A { background-image: url(../Images/bullets/bluebutton.gif); }
.contextMenu LI.model25_FirstLine A { background-image: url(../Images/bullets/greenbutton.gif); }
.contextMenu LI.model25_SecondLine A { background-image: url(../Images/bullets/yellowgreenbutton.gif); }
.contextMenu LI.model25_Formulary A { background-image: url(../Images/bullets/yellowbutton.gif); }
.contextMenu LI.model25_SpecialistInitiationOnly A { background-image: url(../Images/bullets/pinkbutton.gif); }
.contextMenu LI.model25_SharedCare A { background-image: url(../Images/bullets/purplebutton.gif); }
.contextMenu LI.model25_Discouraged A { background-image: url(../Images/bullets/redbutton.gif); }
/* Formulary Status Menu - Formulary Model 26 */
.contextMenu LI.model26_NotYetSet A { background-image: url(../Images/bullets/bluebutton.gif); }
.contextMenu LI.model26_Formulary A { background-image: url(../Images/bullets/greenbutton.gif); }
.contextMenu LI.model26_SharedCare A { background-image: url(../Images/bullets/orangebutton.gif); }
.contextMenu LI.model26_SpecialistOnlynotPrimaryCare A { background-image: url(../Images/bullets/redbutton.gif); }
.contextMenu LI.model26_NotRecommended A { background-image: url(../Images/bullets/greybutton.gif); }
.contextMenu LI.model26_NotCommissioned A { background-image: url(../Images/bullets/blackbutton.gif); }
/* Formulary Status Menu - Formulary Model 27 */
.contextMenu LI.model27_NoComment A { background-image: url(../Images/bullets/blank_16x16.gif); } 
.contextMenu LI.model27_FirstLine A { background-image: url(../Images/bullets/greenbutton.gif); }
.contextMenu LI.model27_SecondLine A { background-image: url(../Images/bullets/bluebutton.gif); }
.contextMenu LI.model27_ThirdLine A { background-image: url(../Images/bullets/orangebutton.gif); }
.contextMenu LI.model27_NotRoutinelyFunded A { background-image: url(../Images/bullets/redbutton.gif); }
.contextMenu LI.model27_HospitalOnly A { background-image: url(../Images/bullets/doubleredbutton.gif); }
/* Formulary Status Menu - Formulary Model 28 */
.contextMenu LI.model28_NoComment A { background-image: url(../Images/bullets/blank_16x16.gif); } 
.contextMenu LI.model28_ForSpecialistUseOnly A { background-image: url(../Images/bullets/redbutton.gif); } 
.contextMenu LI.model28_HospitalInitiatedWithSharedCarePreferred A { background-image: url(../Images/bullets/yellowbutton.gif); } 
.contextMenu LI.model28_HospitalInitiatedWithSharedCareNonPreferred A { background-image: url(../Images/bullets/orangebutton.gif); } 
.contextMenu LI.model28_HospitalInitiatedWithAdvicePreferred A { background-image: url(../Images/bullets/yellowblackstarbutton.gif); } 
.contextMenu LI.model28_HospitalInitiatedWithAdviceNonPreferred A { background-image: url(../Images/bullets/orangeblackstarbutton.gif); } 
.contextMenu LI.model28_InitiationAndUseInPrimarySecondaryCarePreferred A { background-image: url(../Images/bullets/greenbutton.gif); } 
.contextMenu LI.model28_InitiationAndUseInPrimarySecondaryCareNonPreferred A { background-image: url(../Images/bullets/darkgreenbutton.gif); } 
.contextMenu LI.model28_NotRoutinelyRecommendedForPrescribing A { background-image: url(../Images/bullets/blackbutton.gif); } 
/* Formulary Status Menu - Formulary Model 29 */
.contextMenu LI.model29_NoComment A { background-image: url(../Images/bullets/blank_16x16.gif); } 
.contextMenu LI.model29_FirstChoice A { background-image: url(../Images/bullets/greenbutton.gif); } 
.contextMenu LI.model29_SecondChoice A { background-image: url(../Images/bullets/yellowbutton2.gif); } 
.contextMenu LI.model29_SpecificIndicationsOnly A { background-image: url(../Images/bullets/purplebutton.gif); } 
.contextMenu LI.model29_Amber A { background-image: url(../Images/bullets/orangebutton.gif); } 
.contextMenu LI.model29_NonFormulary A { background-image: url(../Images/bullets/bluebutton.gif); } 
.contextMenu LI.model29_LessSuitableforPrescribing A { background-image: url(../Images/bullets/blackwhitebutton.gif); } 
.contextMenu LI.model29_Red A { background-image: url(../Images/bullets/redbutton.gif); } 
.contextMenu LI.model29_Black A { background-image: url(../Images/bullets/blackbutton.gif); } 
.contextMenu LI.model29_UnderReview A { background-image: url(../Images/bullets/greybutton.gif); } 
/* Formulary Status Menu - Formulary Model 30 */
.contextMenu LI.model30_NoComment A { background-image: url(../Images/bullets/blank_16x16.gif); } 
.contextMenu LI.model30_AvailableforGeneralPrescribing A { background-image: url(../Images/bullets/greenbutton.gif); } 
.contextMenu LI.model30_SharedCare A { background-image: url(../Images/bullets/orangebutton.gif); } 
.contextMenu LI.model30_HospitalToInitiate A { background-image: url(../Images/bullets/yellowbutton.gif); } 
.contextMenu LI.model30_FormularyNonPreferred A { background-image: url(../Images/bullets/bluebutton.gif); } 
.contextMenu LI.model30_HospitalOnly A { background-image: url(../Images/bullets/redbutton.gif); } 
.contextMenu LI.model30_NonFormulary A { background-image: url(../Images/bullets/blackbutton.gif); } 
/* Formulary Status Menu - Formulary Model 31 */
.contextMenu LI.model31_NotYetSet A { background-image: url(../Images/bullets/greenbutton.gif); } 
.contextMenu LI.model31_SharedCare A { background-image: url(../Images/bullets/orangebutton.gif); } 
.contextMenu LI.model31_Discouraged A { background-image: url(../Images/bullets/bluebutton.gif); } 
.contextMenu LI.model31_SpecialistPrescribingOnly A { background-image: url(../Images/bullets/redbutton.gif); } 
/* Formulary Status Menu - Formulary Model 32 */
.contextMenu LI.model32_YettobeAssigned A { background-image: url(../Images/bullets/greybutton.gif); } 
.contextMenu LI.model32_AllSuitableforPrescribinginPrimaryandSecondaryCare A { background-image: url(../Images/bullets/greenbutton.gif); } 
.contextMenu LI.model32_PrimaryCareOnly A { background-image: url(../Images/bullets/bluebutton.gif); } 
.contextMenu LI.model32_SharedCare A { background-image: url(../Images/bullets/orangebutton.gif); } 
.contextMenu LI.model32_SpecialistOnly A { background-image: url(../Images/bullets/redbutton.gif); } 
/* Formulary Status Menu - Formulary Model 33 */
.contextMenu LI.model33_NotYetAssigned A { background-image: url(../Images/bullets/blank_16x16.gif); } 
.contextMenu LI.model33_FirstLine A { background-image: url(../Images/bullets/greenbutton.gif); } 
.contextMenu LI.model33_SecondLine A { background-image: url(../Images/bullets/yellowbutton.gif); } 
.contextMenu LI.model33_SpecialistInitiation A { background-image: url(../Images/bullets/orangebutton.gif); } 
.contextMenu LI.model33_SharedCareAgreement A { background-image: url(../Images/bullets/bluebutton.gif); } 
.contextMenu LI.model33_HospitalOnly A { background-image: url(../Images/bullets/redbutton.gif); } 
.contextMenu LI.model33_Discouraged A { background-image: url(../Images/bullets/purplebutton.gif); } 
/* Formulary Status Menu - Formulary Model 34 */
.contextMenu LI.model34_NoComment A { background-image: url(../Images/bullets/blank_16x16.gif); } 
.contextMenu LI.model34_FirstLine A { background-image: url(../Images/bullets/triplegreenbutton.gif); } 
.contextMenu LI.model34_SecondLine A { background-image: url(../Images/bullets/doublegreenbutton.gif); } 
.contextMenu LI.model34_ThirdLine A { background-image: url(../Images/bullets/greenbutton.gif); } 
.contextMenu LI.model34_SharedCare A { background-image: url(../Images/bullets/orangebutton.gif); } 
.contextMenu LI.model34_SpecialInitiationAdvice A { background-image: url(../Images/bullets/bluebutton.gif); } 
.contextMenu LI.model34_HospitalOnly A { background-image: url(../Images/bullets/redbutton.gif); } 
.contextMenu LI.model34_NotRecommended A { background-image: url(../Images/bullets/doubleredbutton.gif); } 
/* Formulary Status Menu - Formulary Model 35 */
.contextMenu LI.model35_NoComment A { background-image: url(../Images/bullets/bluebutton.gif); } 
.contextMenu LI.model35_Formulary A { background-image: url(../Images/bullets/greenbutton.gif); } 
.contextMenu LI.model35_SecondLineFormulary A { background-image: url(../Images/bullets/yellowgreenbutton.gif); } 
.contextMenu LI.model35_SecondaryCareInitiated A { background-image: url(../Images/bullets/yellowbutton.gif); } 
.contextMenu LI.model35_SharedCareAgreement A { background-image: url(../Images/bullets/pinkbutton.gif); } 
.contextMenu LI.model35_DiscouragedOfLimitedClinicalValue A { background-image: url(../Images/bullets/purplebutton.gif); } 
.contextMenu LI.model35_SecondaryCareOnly A { background-image: url(../Images/bullets/redbutton.gif); } 
.contextMenu LI.model35_NonFormulary A { background-image: url(../Images/bullets/greybutton.gif); }
/* Formulary Status Menu - Formulary Model 36 */
.contextMenu LI.model36_NoComment A { background-image: url(../Images/bullets/bluebutton.gif); } 
.contextMenu LI.model36_FormularyChoice A { background-image: url(../Images/bullets/greenbutton.gif); } 
.contextMenu LI.model36_NonFormulary A { background-image: url(../Images/bullets/brownbutton.gif); } 
.contextMenu LI.model36_PrimaryCareTrackedHighCostDrugs A { background-image: url(../Images/bullets/orangebutton.gif); } 
.contextMenu LI.model36_SharedCareAgreed A { background-image: url(../Images/bullets/yellowbutton.gif); } 
.contextMenu LI.model36_SpecialistInitiationGPToContinue A { background-image: url(../Images/bullets/pinkbutton.gif); } 
.contextMenu LI.model36_NHSEFinancialResponsibility A { background-image: url(../Images/bullets/purplebutton.gif); } 
.contextMenu LI.model36_NoPrimaryCarePrescribing A { background-image: url(../Images/bullets/redbutton.gif); } 
.contextMenu LI.model36_DROPlist A { background-image: url(../Images/bullets/greybutton.gif); } 
/* Formulary Status Menu - Formulary Model 37 */
.contextMenu LI.model37_NoComment A { background-image: url(../Images/bullets/blank_16x16.gif); } 
.contextMenu LI.model37_GeneralPracticeInitiationContinuation A { background-image: url(../Images/bullets/greenbutton.gif); } 
.contextMenu LI.model37_GeneralPracticePrescribingFollowingSpecialistInitiation A { background-image: url(../Images/bullets/yellowbutton.gif); } 
.contextMenu LI.model37_RestrictedUse A { background-image: url(../Images/bullets/orangebutton.gif); } 
.contextMenu LI.model37_SpecialistPrescribingOnly A { background-image: url(../Images/bullets/redbutton.gif); } 
.contextMenu LI.model37_NotRoutinelyRecommendedRestrictedUse A { background-image: url(../Images/bullets/greybutton.gif); } 
.contextMenu LI.model37_NotRecommendedForPrescribing A { background-image: url(../Images/bullets/blackbutton.gif); } 
/* Formulary Status Menu - Formulary Model 38 */
.contextMenu LI.model38_NoComment A { background-image: url(../Images/bullets/blank_16x16.gif); } 
.contextMenu LI.model38_FirstLineDrugs A { background-image: url(../Images/bullets/greenbutton.gif); } 
.contextMenu LI.model38_SecondLineDrugs A { background-image: url(../Images/bullets/bluebutton.gif); } 
.contextMenu LI.model38_HospitalInitiationRecommendation A { background-image: url(../Images/bullets/yellowbutton.gif); } 
.contextMenu LI.model38_HospitalOnly A { background-image: url(../Images/bullets/redbutton.gif); } 
.contextMenu LI.model38_SelfPurchase A { background-image: url(../Images/bullets/greybutton.gif); } 
/* Formulary Status Menu - Formulary Model 39 */
.contextMenu LI.model39_NonFormulary A { background-image: url(../Images/bullets/greybutton.gif); } 
.contextMenu LI.model39_NonSpecialistDrugs A { background-image: url(../Images/bullets/greenbutton.gif); } 
.contextMenu LI.model39_SpecialistInitiationRecommendationWithoutGuidelines A { background-image: url(../Images/bullets/bluebutton.gif); } 
.contextMenu LI.model39_SpecialistInitiationRecommendationWithGuidelines A { background-image: url(../Images/bullets/orangebutton.gif); } 
.contextMenu LI.model39_SpecialistOnlyDrugs A { background-image: url(../Images/bullets/redbutton.gif); } 
.contextMenu LI.model39_NotSupported A { background-image: url(../Images/bullets/blackbutton.gif); } 
.contextMenu LI.model39_NotSet A { background-image: url(../Images/bullets/blank_16x16.gif); } 
/* Formulary Status Menu - Formulary Model 40 */
.contextMenu LI.model40_NoComment A { background-image: url(../Images/bullets/blank_16x16.gif); } 
.contextMenu LI.model40_MedicinesFreelyPrescribedWithinRecommendations A { background-image: url(../Images/bullets/greenbutton.gif); } 
.contextMenu LI.model40_MedicinesInitiatedRecommendedBySpecialists A { background-image: url(../Images/bullets/yellowbutton.gif); } 
.contextMenu LI.model40_SpecialistStartsPassedPrimaryCareWithSharedCareArrangement A { background-image: url(../Images/bullets/yellowwhitebutton.gif); } 
.contextMenu LI.model40_MedicinesOnlyUsedWithinSecondaryCare A { background-image: url(../Images/bullets/redbutton.gif); } 
.contextMenu LI.model40_LessSuitableForPrescribingNotRecommended A { background-image: url(../Images/bullets/blackbutton.gif); } 
.contextMenu LI.model40_CurrentlyUnderReviewByELMMB A { background-image: url(../Images/bullets/greybutton.gif); } 
/* Formulary Status Menu - Formulary Model 41 */
.contextMenu LI.model41_NoComment A { background-image: url(../Images/bullets/blank_16x16.gif); } 
.contextMenu LI.model41_FirstLineChoice A { background-image: url(../Images/bullets/greenbutton.gif); } 
.contextMenu LI.model41_SecondLineChoice A { background-image: url(../Images/bullets/bluebutton.gif); } 
.contextMenu LI.model41_SpecialistDrugs A { background-image: url(../Images/bullets/orangebutton.gif); } 
.contextMenu LI.model41_HospitalOnly A { background-image: url(../Images/bullets/redbutton.gif); } 
.contextMenu LI.model41_PreferredBrand A { background-image: url(../Images/bullets/purplebutton.gif); } 
.contextMenu LI.model41_NonFormulary A { background-image: url(../Images/bullets/blackbutton.gif); } 
.contextMenu LI.model41_SharedCare A { background-image: url(../Images/bullets/pinkbutton.gif); } 
/* Formulary Status Menu - Formulary Model 42 */
/*.contextMenu LI.model42_NotYetAssigned A { background-image: url(../Images/bullets/blank_16x16.gif); } */
.contextMenu LI.model42_NotOnFormulary A { background-image: url(../Images/bullets/blackbutton.gif); } 
.contextMenu LI.model42_ToBeReviewed A { background-image: url(../Images/bullets/greybutton.gif); } 
.contextMenu LI.model42_FirstLine A { background-image: url(../Images/bullets/greenbutton.gif); } 
.contextMenu LI.model42_SecondLine A { background-image: url(../Images/bullets/yellowbutton.gif); } 
.contextMenu LI.model42_SpecialistInitiation A { background-image: url(../Images/bullets/orangebutton.gif); } 
.contextMenu LI.model42_HospitalOnly A { background-image: url(../Images/bullets/redbutton.gif); } 
/* Formulary Status Menu - Formulary Model 43 */
.contextMenu LI.model43_NoComment A { background-image: url(../Images/bullets/blank_16x16.gif); }
.contextMenu LI.model43_FirstLine A { background-image: url(../Images/bullets/greenbutton.gif); }
.contextMenu LI.model43_SecondLine A { background-image: url(../Images/bullets/bluebutton.gif); }
.contextMenu LI.model43_SpecialistUse A { background-image: url(../Images/bullets/orangebutton.gif); }
.contextMenu LI.model43_SecondaryCareOnly A { background-image: url(../Images/bullets/redbutton.gif); }
/* Formulary Status Menu - Formulary Model 44 */
.contextMenu LI.model44_NoComment A { background-image: url(../Images/bullets/bluebutton.gif); }
.contextMenu LI.model44_Encouraged A { background-image: url(../Images/bullets/greenbutton.gif); }
.contextMenu LI.model44_OnFormulary A { background-image: url(../Images/bullets/yellowgreenbutton.gif); }
.contextMenu LI.model44_SecondLine A { background-image: url(../Images/bullets/yellowbutton.gif); }
.contextMenu LI.model44_SharedCareAgreement A { background-image: url(../Images/bullets/pinkbutton.gif); }
.contextMenu LI.model44_SharedCareSpecialistRecommendation A { background-image: url(../Images/bullets/pinkbutton_R.gif); }
.contextMenu LI.model44_SharedCareSpecialistInitiation A { background-image: url(../Images/bullets/pinkbutton_I.gif); }
.contextMenu LI.model44_SharedCareSharedCareProtocol A { background-image: url(../Images/bullets/pinkbutton_S.gif); }
.contextMenu LI.model44_SpecialistOnly A { background-image: url(../Images/bullets/purplebutton.gif); }
.contextMenu LI.model44_Discouraged A { background-image: url(../Images/bullets/redbutton.gif); }
.contextMenu LI.model44_Greylisted A { background-image: url(../Images/bullets/greybutton.gif); }
.contextMenu LI.model44_DiscontinuedProducts A { background-image: url(../Images/bullets/greybutton_D.gif); }

/* TESTING: Formulary Status Menu - Joint Formulary Model 999 */
.contextMenu LI.model999_statusNoComment A { background-image: url(../Images/bullets/star.gif); }
.contextMenu LI.model999_statusEncouraged A { background-image: url(../Images/bullets/uptriangle.gif); }
.contextMenu LI.model999_statusOnFormulary A { background-image: url(../Images/bullets/righttrianglegreen.gif); }
.contextMenu LI.model999_statusSecondLine A { background-image: url(../Images/bullets/yellowbuttonfaded.gif); }
.contextMenu LI.model999_statusDiscouraged A { background-image: url(../Images/bullets/downtriangle.gif); }
.contextMenu LI.model999_statusGreyListed A { background-image: url(../Images/bullets/downtrianglegreen.gif); }

/* TAG Status Menu */
.contextMenu LI.statusUnreviewed A { background-image: url(../Images/bullets/blank_16x16.gif); }
.contextMenu LI.statusAllowed A { background-image: url(../Images/bullets/doublegreenbutton.gif); }
.contextMenu LI.statusHospitalInitiated A { background-image: url(../Images/bullets/greenbutton.gif); }
.contextMenu LI.statusSharedCare A { background-image: url(../Images/bullets/yellowbutton.gif); }
.contextMenu LI.statusConsultantOnly A { background-image: url(../Images/bullets/redbutton.gif); }
.contextMenu LI.statusDoNotUse A { background-image: url(../Images/bullets/doubleredbutton.gif); }
/* Project Library Status Menu */
.contextMenu LI.statusAwaitingActivation A { background-image: url(../Images/bullets/orangebutton.gif); }
.contextMenu LI.statusActive A { background-image: url(../Images/bullets/greenbutton.gif); }
.contextMenu LI.statusInactive A { background-image: url(../Images/bullets/redbutton.gif); }
/* Prescribing Plus Status Menu */
.contextMenu LI.statusPrescribingPlusInactive A { background-image: url(../Images/gifs/cross2_22x22.gif); }
.contextMenu LI.statusPrescribingPlusActive A { background-image: url(../Images/gifs/tick2_22x22.gif); }
/* Switch Level Menu */
.contextMenu LI.statusSwitchLevelUnknown A { background-image: url(../Images/bullets/button_unknown.gif); }
.contextMenu LI.statusSwitchLevel1 A { background-image: url(../Images/bullets/button_1.png); }
.contextMenu LI.statusSwitchLevel2 A { background-image: url(../Images/bullets/button_2.png); }
.contextMenu LI.statusSwitchLevel3 A { background-image: url(../Images/bullets/button_3.png); }
.contextMenu LI.statusSwitchLevel4 A { background-image: url(../Images/bullets/button_4.png); }
.contextMenu LI.statusSwitchLevel5 A { background-image: url(../Images/bullets/button_5.png); }
.contextMenu LI.statusSwitchLevel6 A { background-image: url(../Images/bullets/button_6.png); }

/* Impact Pathway Project PCT Status Menu */
/*
.contextMenu LI.statusImpactPathwayProjectPCTUndecided A { background-image: url(../Images/gifs/questionmark.gif); }
.contextMenu LI.statusImpactPathwayProjectPCTNotSelected A { background-image: url(../Images/gifs/cross2_22x22.gif); }
.contextMenu LI.statusImpactPathwayProjectPCTSelected A { background-image: url(../Images/gifs/tick2_22x22.gif); }
*/
