﻿/* ------- menu -------- */

#menu
{
	/*	padding:1px 0px;
	float:left;
	overflow:hidden;
	width:1024px !important;
	width:1024px;
	height:31px;
	margin-bottom:0px !important;
	margin-bottom:-8px;*/
	border-top:#999999 1px solid;
	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:5px 2px;
		position:relative;
		float:left;
		width:100%;
	}
	
	.menuList li
	{
		float:left;
		color:#000000;
	}
	
	/*************************************MAIN MENU IMAGE CALLING STARTS*****************************************/
			
			/* news */
				.liNews 
				{
					background-image:url(../images/menu.jpg);
					background-repeat:no-repeat; 
					background-position:0px -8px; 
					width:60px;
					height:20px;
					float:left;
					text-indent:-5000px;
				}
				
				.liNews:hover 
				{
					background-position:0px -38px; 
				}
				
				.liNewsSelected 
				{
					background-image:url(../images/menu.jpg);
					background-repeat:no-repeat; 
					background-position:0px -66px; 
					width:60px;
					height:20px;
					float:left;
					text-indent:-5000px;
					
				}
			/* /news */
			
			
			/* outlook */
				.liOut
				{
					background-image:url(../images/menu.jpg);
					background-repeat:no-repeat; 
					background-position:-64px -8px; 
					width:141px;
					height:20px;
					display:block;
					float:left;
					text-indent:-5000px;
					
				}
				
				.liOut:hover
				{
					background-position:-64px -39px; 
				}
				
				.liOutSelected
				{
					background-image:url(../images/menu.jpg);
					background-repeat:no-repeat; 
					background-position:-60px -66px; 
					width:141px;
					height:20px;
					display:block;
					float:left;
					text-indent:-5000px;
					
				}
			/* /outlook */
			
			
			/* calendar */
				.liCal
				{
					background-image:url(../images/menu.jpg);
					background-repeat:no-repeat; 
					background-position:-205px -8px; 
					width:160px; 
					height:20px;
					display:block;
					float:left;
					text-indent:-5000px;
				}
				
				.liCal:hover
				{
					background-position:-205px -39px; 
				}
				
				.liCalSelected
				{
					background-image:url(../images/menu.jpg);
					background-repeat:no-repeat; 
					background-position:-205px -66px; 
					width:160px; 
					height:20px;
					display:block;
					float:left;
					text-indent:-5000px;
				}
				
			/* /week */
			
			
			/* forum */
				.liForum
				{
					background-image:url(../images/menu.jpg);
					background-repeat:no-repeat; 
					background-position:-365px -8px; 
					width:170px;
					height:20px;
					display:block;
					float:left;
					text-indent:-5000px;
				}
				
				.liForum:hover
				{
					background-position:-365px -39px; 
				}
				
				.liForumSelected
				{
					background-image:url(../images/menu.jpg);
					background-repeat:no-repeat; 
					background-position:-365px -66px; 
					width:170px;
					height:20px;
					display:block;
					float:left;
					text-indent:-5000px;
				}
			/* /forum */
			
			
			/* magazine */
				.liMag
				{
					background-image:url(../images/menu.jpg);
					background-repeat:no-repeat; 
					background-position:-535px -8px; 
					width:63px;
					height:20px;
					display:block;
					float:left;
					text-indent:-5000px; 
				}
				
				.liMag:hover
				{
					background-position:-535px -39px; 
				}
				
				.liMagSelected
				{
					background-image:url(../images/menu.jpg);
					background-repeat:no-repeat; 
					background-position:-535px -66px; 
					width:63px;
					height:20px;
					display:block;
					float:left;
					text-indent:-5000px; 
				}
				
			/* /columns */
			
			/* med */
				.liMed
				{
					background-image:url(../images/menu.jpg);
					background-repeat:no-repeat; 
					background-position:-600px -8px; 
					width:160px;
					height:20px;
					display:block;
					float:left;
					text-indent:-5000px; 
				}
				
				.liMed:hover
				{
					background-position:-600px -39px; 
				}
				
				.liMedSelected
				{
					background-image:url(../images/menu.jpg);
					background-repeat:no-repeat; 
					background-position:-600px -66px; 
					width:160px;
					height:20px;
					display:block;
					float:left;
					text-indent:-5000px; 
				}
				
			/* /med */
	

/*************************************************************************************************************/
                .liDSG
				{
					background-image:url(../images/menu.jpg);
					background-repeat:no-repeat; 
					background-position:-760px -8px; 
					width:200px;
					height:20px;
					display:block;
					float:left;
					text-indent:-5000px; 
				}
				
				.liDSG:hover
				{
					background-position:-760px -39px; 
				}
				
				.liDSGSelected
				{
					background-image:url(../images/menu.jpg);
					background-repeat:no-repeat; 
					background-position:-760px -66px; 
					width:200px;
					height:20px;
					display:block;
					float:left;
					text-indent:-5000px; 
				}
/*************************************************************************************************************/
		
/*************************************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;
				color:#436990;
				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:#436990;
				text-decoration:none;
			}

/*	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;
		}

*/
