﻿/* ------- menu -------- */

#menu
{
	border-bottom:#999999 1px solid;
	padding:1px 0px;
	float:left;
	overflow:hidden;
	width:1024px !important;
	width:1024px;
	height:60px;
}

/* ------- MENU IMAGE CALLS -------- */
	
	ul.menuList
	{
		list-style:none;
		border-top:#999999 1px solid;
		border-bottom:#999999 1px solid;
		padding:4px 2px;
		position:relative;
		float:left;
		width:1018px;
	}
	
	.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 -9px; 
					width:50px;
					height:20px;
					float:left;
					text-indent:-5000px;
				}
				
				.liFeat:hover 
				{
					background-position:0px -39px; 
				}
				
				.liFeatSelected 
				{
					background-image:url(../images/menu.jpg);
					background-repeat:no-repeat; 
					background-position:0px -73px; 
					width:50px;
					height:20px;
					float:left;
					text-indent:-5000px;
					
				}
			/* /features */
			
			
			/* regional */
				.liReg
				{
					background-image:url(../images/menu.jpg);
					background-repeat:no-repeat; 
					background-position:-50px -9px; 
					width:94px;
					height:20px;
					display:block;
					float:left;
					text-indent:-5000px;
					
				}
				
				.liReg:hover
				{
					background-position:-50px -39px; 
				}
				
				.liRegSelected
				{
					background-image:url(../images/menu.jpg);
					background-repeat:no-repeat; 
					background-position:-50px -73px; 
					width:94px;
					height:20px;
					display:block;
					float:left;
					text-indent:-5000px;
					
				}
			/* /regional */
			
			
			/* audio */
				.liAud
				{
					background-image:url(../images/menu.jpg);
					background-repeat:no-repeat; 
					background-position:-140px -9px; 
					width:100px; 
					height:20px;
					display:block;
					float:left;
					text-indent:-5000px;
				}
				
				.liAud:hover
				{
					background-position:-140px -39px; 
				}
				
				.liAudSelected
				{
					background-image:url(../images/menu.jpg);
					background-repeat:no-repeat; 
					background-position:-140px -73px; 
					width:100px; 
					height:20px;
					display:block;
					float:left;
					text-indent:-5000px;
				}
				
			/* /audio */
			
			
			/* lightning */
				.liLight
				{
					background-image:url(../images/menu.jpg);
					background-repeat:no-repeat; 
					background-position:-237px -9px; 
					width:120px;
					height:20px;
					display:block;
					float:left;
					text-indent:-5000px;
				}
				
				.liLight:hover
				{
					background-position:-237px -39px; 
				}
				
				.liLightSelected
				{
					background-image:url(../images/menu.jpg);
					background-repeat:no-repeat; 
					background-position:-237px -73px; 
					width:120px;
					height:20px;
					float:left;
					text-indent:-5000px;
				}
			/* /lightning */
			
			
			/* news */
				.liNews
				{
					background-image:url(../images/menu.jpg);
					background-repeat:no-repeat; 
					background-position:-358px -9px; 
					width:100px;
					height:20px;
					float:left;
					text-indent:-5000px; 
				}
				
				.liNews:hover
				{
					background-position:-358px -39px; 
				}
				
				.liNewsSelected
				{
					background-image:url(../images/menu.jpg);
					background-repeat:no-repeat; 
					background-position:-358px -73px; 
					width:120px;
					height:20px;
					display:block;
					float:left;
					text-indent:-5000px; 
				}
				
			/* /news */
			
			/* columns 
				.liCol
				{
					background-image:url(../images/menu.jpg);
					background-repeat:no-repeat; 
					background-position:-422px -10px; 
					width:84px;
					height:20px;
					display:block;
					float:left;
					text-indent:-5000px; 
				}
				
				.liCol:hover
				{
					background-position:-422px -41px; 
				}
				
				.liColSelected
				{
					background-image:url(../images/menu.jpg);
					background-repeat:no-repeat; 
					background-position:-422px -74px; 
					width:84px;
					height:20px;
					display:block;
					float:left;
					text-indent:-5000px; 
				}
				*/
			/* /columns */
			
			/* products 
				.liProd
				{
					background-image:url(../images/menu.jpg);
					background-repeat:no-repeat; 
					background-position:-510px -10px; 
					width:120px;
					height:20px;
					display:block;
					float:left;
					text-indent:-5000px; 
				}
				
				.liProd:hover
				{
					background-position:-510px -41px; 
				}
				
				.liProdSelected
				{
					background-image:url(../images/menu.jpg);
					background-repeat:no-repeat; 
					background-position:-510px -74px; 
					width:120px;
					height:20px;
					display:block;
					float:left;
					text-indent:-5000px; 
				}
				*/
			/* /products */


/* Resources */

.liresources {
	background:url(../images/resources.gif) no-repeat;
	display:block;
	width:85px;
	_width:85px;
	height:25px;
	text-transform:none;
	text-decoration:none;
	color:White;
	border-bottom:0px solid #666;
}

	.liresources:hover {
	background: url(../images/resources_hover.gif) no-repeat;
}

.liresourcesSelected {
	background: url(../images/resources_active.gif) no-repeat;
}
/* Resources */

/* RSDirectory */

.lirsd {
	background:url(../images/RSD.gif) no-repeat;
	display:block;
	width:96px;
	_width:85px;
	height:25px;
	text-transform:none;
	text-decoration:none;
	color:White;
	border-bottom:0px solid #666;
}

	.lirsd:hover {
	background: url(../images/RSD_hover.gif) no-repeat;
}

.lirsdSelected {
	background: url(../images/RSD_active.gif) no-repeat;
}
/* RSDirectory */

/*************************************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:8px;
			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;
				color:#FFCC33;
				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:#FFCC33;
				text-decoration:none;
			}

/*#colHolder
{
margin-top:0px !important;
margin-top:-15px;
}
			
	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;
		}

*/

