/* ***************************** */	
/* COMPONENTS CSS */
/* This stylesheet controls each of the components dropped into Marketeer templates */
/* ***************************** */	

/* ***************************** */	
/* SITELINKS CSS */
/* ***************************** */	

div.sitelinks { background-color:#697277; float: left; }
	div.sitelinks ul { list-style-type:none; margin:0px; padding:0px; }
	div.sitelinks ul li { font:11px tahoma; display:inline; }
	
	div.sitelinks ul li a { text-decoration:none; color:#fff; font-weight:bold; padding:10px; line-height:33px; border-right:1px solid #858A8D; }
	div.sitelinks ul li a:hover {  text-decoration:none; background-color:#cc0000; }

/* ***************************** */	
/* STATICLINKS CSS */
/* ***************************** */	

div.staticlinks { background-color:#697277;  float: left; }
	div.staticlinks ul { list-style-type:none; margin:0px; padding:0px; }
	div.staticlinks ul li { font:11px tahoma; display:inline; }

	div.staticlinks ul li a { text-decoration:none; color:#fff; font-weight:bold; padding:10px; line-height:33px; border-right:1px solid #858A8D; }
	div.staticlinks ul li a:hover {  text-decoration:none; background-color:#cc0000; }

/* ***************************** */	
/* LOGINLINK CSS */
/* ***************************** */	

span.login-welcome-text { padding-right:3px; }
	div .login a{ color: #fff; font-family: tahoma, sans-serif; font-size: 11px;}
	div .login a { text-decoration:none; color: #fff; }
	div .login a:hover{ text-decoration:underline; color: #fff; }

/* ***************************** */	
/* CATEGORIES CSS */
/* ***************************** */	
/* note that div.categories is in page_framework.xsl, the categories component is just ULs and LIs */
/* ***************************** */	

div.categories { width:223px;  float:right; }
	div.categories  ul { list-style-type:none; margin:0px; padding:0px; }
	div.categories  ul li { font:11px tahoma; font-weight:bold; line-height:42px; }
	
	div.categories  ul li a { background-color:#939ea2; text-decoration:none; width:100%; display:block; text-indent:20px; color:#fff; border-bottom:1px solid #737a80; }
	div.categories  ul li a:hover { background-color:#5c6165; }
	div.categories  ul li a.on { background-color:#5c6165; }
	
	div.categories  ul ul li a { text-decoration:none; width:100%; display:block; text-indent:40px; }
	div.categories  ul ul ul li a { text-decoration:none; width:100%; display:block; text-indent:60px; }
	div.categories  ul ul ul ul li a { text-decoration:none; width:100%; display:block; text-indent:80px; }	
	
/* ***************************** */	
/* PAGES CSS */
/* ***************************** */	
/* note that div.pages is in page_framework.xsl, the pages component is just ULs and LIs */
/* ***************************** */	
	
div.pages{background-color:#6eab24; width:196px; z-index:100;}
	div.pages ul{list-style-type:none; margin:0px; padding:0px; z-index:100;}
		div.pages li{position:relative; border-bottom:1px solid #abce7f; z-index:100;}
			div.pages a{display:block; font:12px arial; font-weight:bold; color:white; padding:5px 20px 5px 20px; text-decoration:none; width:156px; _width:156px; z-index:100;}
		div.pages li ul{display:none;}
		div.pages li ul li{background-color:#6eab24; z-index:100; width:196px; border-left:1px solid white;}
		div.pages li ul li a{display:block; width:auto; z-index:100;}
	div.pages li:hover > ul{display:block; position:absolute; top:0px; *padding:0; *margin:0; left:196px;}
		div.pages li:hover > a{background-color:#2f7305;}
	div.pages li ul li:hover > ul{display:block; position:absolute; top:0px; left:196px;}
		div.pages li ul li:hover > a{background-color:#2f7305;}
	
    .Public_Health_Services{background-color:#90be57;}
    .Public_Health_Services:hover{background-color:#2f7305;}
    
    .Primary_Health_Services{background-color:#90be57;}
    .Primary_Health_Services:hover{background-color:#2f7305;}
/* ***************************** */	
/* CURRENCY CONVERTER CSS */
/* ***************************** */	
/* note that div.currency is in page_framework.xsl, the currency component is just ULs and LIs */
/* ***************************** */	

div.currency { }
	div.currency input { float:left; }
	div.com-currency-button { float:left; display:none; }
	#com-currency-dropdown{ }

/* ***************************** */	
/* SEARCH CSS */
/* ***************************** */	

div.search form{margin:0;}
	.com-search-textfield{width:160px; height:14px; padding:2px 0 2px 4px; border:0; margin-right:5px; font-size:10px; color:#6eaa24; position:relative; top:-6px;}