﻿/* ------- menu -------- */

#menu
{
	padding:1px 0px;
	float:left;
	overflow:hidden;
	width:1024px !important;
	width:1024px;
	height:31px;
	margin-bottom:0px !important;
	margin-bottom:-8px;
}

/* ------- MENU IMAGE CALLS -------- */
	
	ul.menuList
	{
		list-style:none;
		border-top:#999999 1px solid;
		border-bottom:#999999 1px solid;
		padding:5px 2px;
		position:relative;
		float:left;
		width:100%;
	}
	
	.menuList li
	{
		float:left;
		color:#000000;
	}
	
	/*************************************MAIN MENU IMAGE CALLING STARTS*****************************************/
			
			/* features */
				.liFeat 
				{
					background-image:url(../images/menu.jpg);
					background-repeat:no-repeat; 
					background-position:0px -8px; 
					width:144px;
					height:20px;
					float:left;
					text-indent:-5000px;
				}
				
				.liFeat:hover 
				{
					background-position:0px -36px; 
				}
				
				.liFeatSelected 
				{
					background-image:url(../images/menu.jpg);
					background-repeat:no-repeat; 
					background-position:0px -64px; 
					width:144px;
					height:20px;
					float:left;
					text-indent:-5000px;
					
				}
			/* /features */
			
			
			/* editor */
				.liEdi
				{
					background-image:url(../images/menu.jpg);
					background-repeat:no-repeat; 
					background-position:-138px -8px; 
					width:132px;
					height:20px;
					display:block;
					float:left;
					text-indent:-5000px;
					
				}
				
				.liEdi:hover
				{
					background-position:-138px -36px; 
				}
				
				.liEdiSelected
				{
					background-image:url(../images/menu.jpg);
					background-repeat:no-repeat; 
					background-position:-138px -64px; 
					width:132px;
					height:20px;
					display:block;
					float:left;
					text-indent:-5000px;
					
				}
			/* /editor */
			
			
			/* legislation */
				.liLeg
				{
					background-image:url(../images/menu.jpg);
					background-repeat:no-repeat; 
					background-position:-264px -8px; 
					width:100px; 
					height:20px;
					display:block;
					float:left;
					text-indent:-5000px;
				}
				
				.liLeg:hover
				{
					background-position:-264px -36px; 
				}
				
				.liLegSelected
				{
					background-image:url(../images/menu.jpg);
					background-repeat:no-repeat; 
					background-position:-264px -64px; 
					width:100px; 
					height:20px;
					display:block;
					float:left;
					text-indent:-5000px;
				}
				
			/* /legislation */
			
			
			/* metrics */
				.liMet
				{
					background-image:url(../images/menu.jpg);
					background-repeat:no-repeat; 
					background-position:-359px -8px; 
					width:189px;
					height:20px;
					display:block;
					float:left;
					text-indent:-5000px;
				}
				
				.liMet:hover
				{
					background-position:-359px -36px; 
				}
				
				.liMetSelected
				{
					background-image:url(../images/menu.jpg);
					background-repeat:no-repeat; 
					background-position:-359px -64px; 
					width:189px;
					height:20px;
					display:block;
					float:left;
					text-indent:-5000px;
				}
			/* /metrics */
			
			
			/* signage */
				.liSig
				{
					background-image:url(../images/menu.jpg);
					background-repeat:no-repeat; 
					background-position:-544px -8px; 
					width:120px;
					height:20px;
					display:block;
					float:left;
					text-indent:-5000px; 
				}
				
				.liSig:hover
				{
					background-position:-544px -36px; 
				}
				
				.liSigSelected
				{
					background-image:url(../images/menu.jpg);
					background-repeat:no-repeat; 
					background-position:-544px -64px; 
					width:120px;
					height:20px;
					display:block;
					float:left;
					text-indent:-5000px; 
				}
				
			/* /signage */
			
			/* shopper */
				.liSho
				{
					background-image:url(../images/menu.jpg);
					background-repeat:no-repeat; 
					background-position:-662px -8px; 
					width:160px;
					height:20px;
					display:block;
					float:left;
					text-indent:-5000px; 
				}
				
				.liSho:hover
				{
					background-position:-662px -36px; 
				}
				
				.liShoSelected
				{
					background-image:url(../images/menu.jpg);
					background-repeat:no-repeat; 
					background-position:-662px -64px; 
					width:160px;
					height:20px;
					display:block;
					float:left;
					text-indent:-5000px; 
				}
				
			/* /shopper */
			
			/* solution */
				.liSol
				{
					background-image:url(../images/menu.jpg);
					background-repeat:no-repeat; 
					background-position:-822px -8px; 
					width:144px;
					height:20px;
					display:block;
					float:left;
					text-indent:-5000px; 
				}
				
				.liSol:hover
				{
					background-position:-822px -36px; 
				}
				
				.liSolSelected
				{
					background-image:url(../images/menu.jpg);
					background-repeat:no-repeat; 
					background-position:-822px -64px; 
					width:144px;
					height:20px;
					display:block;
					float:left;
					text-indent:-5000px; 
				}
				
			/* /solution */
/*************************************MAIN MENU IMAGE CALLING ENDS*****************************************/			
			
			
		.menuList li ul
		{
			width:999px;
			display:none;
			list-style:none;
			position:absolute;
			background-image:url(../images/transparentBg.gif);
			background-repeat:repeat-x;
			top:18px;
			left:3px;
			padding-top:18px;
			z-index:1000;
		}
		
		
		.menuList li:hover ul, .menuList li.over ul
		{
			width:999px;
			display:block;
			list-style:none;
			position:absolute;
			background-image:url(../images/transparentBg.gif);
			background-repeat:repeat;
			top:18px;
			left:3px;
			padding-top:18px;
			padding-bottom:10px;
			z-index:1000;
		}
		
		.menuList li ul li
		{
			font-weight:normal;
			color:#000000;
			z-index:1000;
			float:left;
			padding:0px 5px;
		}
		
			.subMenu
			{
				background-image:none;
				color:#666666;
				font-size:11px;
				padding:0 0px 0 0;
				text-decoration:none;
				text-indent:0;
				display:block !important;
				display:inherit;
				width:auto;
				height:auto;
			}
			
			.subMenu:hover
			{
				background-image:none;
				/*background-color:#b12114;*/
				color:#d0501f;
				font-size:11px;
				padding:0 0px 0 0;
				text-decoration:underline;
				text-indent:0;
			}
			
			.subMenuSelected
			{
				background-image:none;
				text-indent:0px;
				font-size:11px;
				color:#d0501f;
				text-decoration:none;
				/*background-color:#b12114;*/
			}

/*	ul.menuList
	{
		list-style:none;
		border-top:#999999 1px solid;
		border-bottom:#999999 1px solid;
		padding:4px 2px;
		float:left;
		position:relative;
		width:100%;
	}
	
	ul.menuList li
	{
		float:left;
		font-family: Impact;
		font-size:16px;
		color:#000000;
		padding:0px 5px;
	}
	
	ul.menuList li a:link, ul.menuList li a:visited
	{
		color:#000000;
		text-decoration:none;
		padding:0px 4px;
	}
	
	ul.menuList li a:hover
	{
		color:#ffffff;
		text-decoration:none;
		background-color:#b12114;
	}
	
		ul.menuList li ul
		{
			background-image:none;
			display:none;
			list-style:none;
			position:absolute;
			top:20px;
			left:3px;
			padding-top:12px;
			font-family: Arial, Helvetica, sans-serif;
			font-size:14px;
			color:#000000;
		}
		
		ul.menuList li:hover ul, ul.menuList li.over ul
		{
			width:999px;
			display:block;
			list-style:none;
			position:absolute;
			background-image:url(../images/transparentBg.gif);
			background-repeat:repeat-x;
			top:20px;
			left:3px;
			padding-top:15px;
			font-family: Arial, Helvetica, sans-serif;
			font-size:14px;
			color:#000000;
			z-index:1000;
		}
		
		ul.menuList li ul li
		{
			font-family: Arial, Helvetica, sans-serif;
			font-size:12px;
			font-weight:bold;
			color:#000000;
			z-index:1000;
		}

*/