/***********************************************/
/* menu.css                                  */
/***********************************************/

#menu_section{
	/* Do not remove. It effects screen layout */
	display: block;
	float: left;
	padding-top:  12px;
	left: 0px; 
	width: 165px;
	min-height: 460px;
}


#menu_section ul {
	list-style-type: none;
}


/************ Navigation Menu in the Left(General) **************/
div.sectionLinks {
	margin: 0px;
	padding: 0px;
}

div.sectionLinks a {
	font-size:10px;
}

div.sectionLinks a:link, div.sectionLinks a:visited {
	color: #666666;
	font-size:10px;
	font-family: Verdana;
	padding: 3px 0px 3px 16px;	
}

div.sectionLinks a:hover {
	color: #FFFFFF;
	background-color: #666666;	
	background-image:  url("../../common/images/arrow_white.gif");
	background-repeat: no-repeat;
	text-decoration: none;
}
div.sectionLinks ul.submenuList {
	list-style-type: none;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	/*border: 1px solid #ff00ff rgb;*/
}
div.sectionLinks ul li{
	display: inline; /* It will remove gab between <li>s in IE	*/
	font-weight:bold;
}

div.childLinks {
	margin: 0px, 0px,0px, 0px;
	padding: 0px;
	/*background-color: #F5f7f7;	*/
}
div.childLinks a {
	font-size:10px;
}

div.childLinks ul{
	list-style-type: none;
	padding: 0px;
	margin: 0px 0px 0px 0px;
}

div.childLinks ul li{
	display: inline;		/* It will remove gab between <li>s in IE	*/
	list-style-type: none;
	padding: 0px;
	margin: 0px 0px 0px 0px;
}


div.childLinks a:link, div.childLinks a:visited{
	display: block;
	font-size: 10px;
	color: #666666;
	padding: 3px 0px 3px 25px;
	margin: 0px 0px 0px 0px;
	text-decoration: none;
}

div.childLinks  a:hover{
	font-size: 10px;
	color: #FFFFFF;
	background-image:  url("../../common/images/arrow_white.gif");
	background-repeat: no-repeat;
	background-color: #666666;
	text-decoration: none;
	vertical-align: bottom;
}

/* Display current page in the left navigation bar */

/* Retailer Menu */
#MarketSearch #select a,
#MarketNew #select a,
#ParticipantSearch #select a,
#ParticipantNew #select a,
#ParticipantParameters #select a,
#SiteSearch #select a,
#SiteNew #select a,
#SiteGroupSearch  #select a, 
#SiteGroupNew #select a,
#ProgramSearch  #select a, 
#ProgramNew #select a,
#ParticipantSearch #select a, 
/* Product Menu	*/
#FRNProductGroupSearch #select a,
#FRNProductSearch #select a,
/* Promotion Menu	*/
#PromotionSearch #select a,
#PromotionNew #select a,
#UniquePromoCodeSearch #select a,		
#RetailerPromotionSearch #select a,
#RetailerPromotionNew #select a,
#PromoCodePromotionSearch #select a,
#PromoCodePromotionNew #select a,
#PromoCodeQueueSearch #select a,
#PointsmithPromotionSearch #select a,
#PointsmithPromotionNew #select a,
#ProductGroupSearch #select a,
#New #select a,
#OfferSearch #select a,
#OfferNew #select a,
#SponsorSearch #select a,
#SponsorNew #select a,
#ProductSearch #select a,
#ProductNew #select a,
#NationalOfferSearch #select a,
#NationalOffersNew #select a,
#NationalOfferSearch #select a,
#NationalOffersNew #select a,
#ImageManagementSearch #select a,
#OfferManagementSearch #select a,
#spendOffers #select a,
#OfferLabelManagement #select a,
#OfferGroupAssigment #select a,
#OfferAttributionManage #select a,
#OfferAttributionAssignment #select a,
/* Member Menu	*/
#LoyaltyCardSearch #select a,
#LoyaltyCardNew #select a,
#AccountSearch #select a,
#AccountNew #select a,
/* Member Menu	*/
#TransactionSearch #select a,
#TransactionNew #select a,
/* Administration Menu	*/
#SettingPassword #select a,											
#SettingParameters #select a,
#SettingBankAccounts #select a,
#VelocityCheck #select a,											
#UserNew #select a,
#UserSearch #select a,											
#RoleNew #select a,
#RoleSearch #select a,
#MwsRoleNew #select a,
#MwsRoleSearch #select a,
#wsUserNew #select a,
#wsUserSearch #select a,
/* Report Menu */
#SettlementIssuerDashboard #select a,
#SettlementRedeemerDashboard #select a,
#SponsorSettlement #select a,
#SettlementCashStatement #select a,
#RedeemerIssuerSettlement #select a,
#IssueDiscount #select a,
#IssueRewards #select a,
#IssueLiability #select a,											
#IssueExpired #select a,			
#IssuerSettlement #select a,
#AuditNewTrans #select a,
#AuditPreauthCancel #select a,
#RedeemDiscount #select a,											
#RedeemRewards #select a,		
#RedeemerSettlement #select a,
#SettlementSummary #select a,
#InvoiceDiscount #select a,
#InvoiceRewards #select a,
#InvoiceRewardsIssued #select a,
#InvoiceTransaction #select a{	/*don't put { to the next line. "select" will not work */
	color: #FFFFFF;
    background: #004c66 url(../../common/images/arrow_white.gif) left center no-repeat;
    color: #fff;
}
