﻿/* ------- 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:100%;
	}
	
	.menuList li
	{
		float:left;
		color:#000000;
	}
	
	/*************************************MAIN MENU IMAGE CALLING STARTS*****************************************/
			
			/* news */
				.menuList li a.liNews 
				{
					background-image:url(../images/menu.jpg);
					background-repeat:no-repeat; 
					background-position:0px -6px; 
					width:58px;
					height:20px;
					float:left;
					text-indent:-5000px;
				}
				
				.menuList li a.liNews:hover 
				{
					background-position:0px -39px; 
				}
				
				.menuList li a.liNewsSelected 
				{
					background-image:url(../images/menu.jpg);
					background-repeat:no-repeat; 
					background-position:0px -75px; 
					width:58px;
					height:20px;
					float:left;
					text-indent:-5000px;
					
				}
			/* /news */
			
				/* res btn */
				.menuList li a.resinternational 
				{
					background-image:url(../images/res_inter_btn.jpg);
					background-repeat:no-repeat; 
					width:141px;
					border:none;
					background-color:white;
					cursor:pointer;
					height:20px;
					float:left;
					padding:0px;
				}
				
				.menuList li a.resinternational:hover 
				{
					background-image:url(../images/res_inter_btn_hover.jpg); 
					background-repeat:no-repeat; 
					width:141px;
					background-color:white;
					border:none;
					cursor:pointer;
					height:20px;
					float:left;
					padding:0px;
				}
				
				.menuList li a.res
				{
					background-image:url(../images/res_btn.jpg);
					background-repeat:no-repeat; 
					width:37px;
					border:none;
					background-color:white;
					cursor:pointer;
					height:20px;
					float:left;
					padding:0px;
				}
				
				.menuList li a.res:hover 
				{
					background-image:url(../images/res_btn_hover.jpg); 
					background-repeat:no-repeat; 
					width:37px;
					background-color:white;
					border:none;
					cursor:pointer;
					height:20px;
					float:left;
					padding:0px;
				}
				
				
			/* /resbtn */
			
			
			
			/* stats */
				.menuList li a.liStats
				{
					background-image:url(../images/menu.jpg);
					background-repeat:no-repeat; 
					background-position:-60px -6px; 
					width:63px;
					height:20px;
					display:block;
					float:left;
					text-indent:-5000px;
					
				}
				
				.menuList li a.liStats:hover
				{
					background-position:-60px -39px; 
				}
				
				.menuList li a.liStatsSelected
				{
					background-image:url(../images/menu.jpg);
					background-repeat:no-repeat; 
					background-position:-60px -75px; 
					width:63px;
					height:20px;
					display:block;
					float:left;
					text-indent:-5000px;
					
				}
			/* /stats */
			
			
			/* week */
				.menuList li a.liWeek
				{
					background-image:url(../images/menu.jpg);
					background-repeat:no-repeat; 
					background-position:-124px -6px; 
					width:123px; 
					height:20px;
					display:block;
					float:left;
					text-indent:-5000px;
				}
				
				.menuList li a.liWeek:hover
				{
					background-position:-124px -39px; 
				}
				
				.menuList li a.liWeekSelected
				{
					background-image:url(../images/menu.jpg);
					background-repeat:no-repeat; 
					background-position:-124px -75px; 
					width:123px; 
					height:20px;
					display:block;
					float:left;
					text-indent:-5000px;
				}
				
			/* /week */
			
			
			/* features */
				.menuList li a.liFeatures
				{
					background-image:url(../images/menu.jpg);
					background-repeat:no-repeat; 
					background-position:-249px -6px; 
					width:79px;
					height:20px;
					display:block;
					float:left;
					text-indent:-5000px;
				}
				
				.menuList li a.liFeatures:hover
				{
					background-position:-249px -39px; 
				}
				
				.menuList li a.liFeaturesSelected
				{
					background-image:url(../images/menu.jpg);
					background-repeat:no-repeat; 
					background-position:-249px -75px; 
					width:79px;
					height:20px;
					display:block;
					float:left;
					text-indent:-5000px;
				}
			/* /features */
			
			
			/* columns */
				.menuList li a.liColumns
				{
					background-image:url(../images/menu.jpg);
					background-repeat:no-repeat; 
					background-position:-331px -6px; 
					width:80px;
					height:20px;
					display:block;
					float:left;
					text-indent:-5000px; 
				}
				
				.menuList li a.liColumns:hover
				{
					background-position:-331px -39px; 
				}
				
				.menuList li a.liColumnsSelected
				{
					background-image:url(../images/menu.jpg);
					background-repeat:no-repeat; 
					background-position:-331px -75px; 
					width:80px;
					height:20px;
					display:block;
					float:left;
					text-indent:-5000px; 
				}
				
			/* /columns */
			
			
			/* blogs */
				.menuList li a.liBlogs
				{
					background-image:url(../images/menu.jpg);
					background-repeat:no-repeat; 
					background-position:-411px -6px; 
					width:61px;
					height:20px;
					display:block;
					float:left;
					text-indent:-5000px;
				}
				
				.menuList li a.liBlogs:hover
				{
					background-position:-411px -39px; 
				}
				
				.menuList li a.liBlogsSelected
				{
					background-image:url(../images/menu.jpg);
					background-repeat:no-repeat; 
					background-position:-411px -75px; 
					width:61px;
					height:20px;
					display:block;
					float:left;
					text-indent:-5000px;
				}
				
			/* /blogs */
			
			
			/* forums */
				.menuList li a.liForums
				{
					background-image:url(../images/menu.jpg);
					background-repeat:no-repeat; 
					background-position:-471px -6px; 
					width:78px;
					height:20px;
					display:block;
					float:left;
					text-indent:-5000px;
				}
				
				.menuList li a.liForums:hover
				{
					background-position:-471px -39px; 
				}
				
				.menuList li a.liForumsSelected
				{
					background-image:url(../images/menu.jpg);
					background-repeat:no-repeat; 
					background-position:-471px -75px; 
					width:78px;
					height:20px;
					display:block;
					float:left;
					text-indent:-5000px;
				}
				
			/* /forums */
			
			
			/* tips */
				.menuList li a.liTips
				{
					background-image:url(../images/menu.jpg);
					background-repeat:no-repeat; 
					background-position:-553px -6px; 
					width:138px;
					height:20px;
					display:block;
					float:left;
					text-indent:-5000px;
				}
				
				.menuList li a.liTips:hover
				{
					background-position:-553px -39px; 
				}
				
				.menuList li a.liTipsSelected
				{
					background-image:url(../images/menu.jpg);
					background-repeat:no-repeat; 
					background-position:-553px -75px; 
					width:138px;
					height:20px;
					display:block;
					float:left;
					text-indent:-5000px;
				}
				
				
			/* /tips */
			


			/* events */
.menuList li a.liEvents
{
	background-image: url(../images/menu.jpg);
	background-repeat: no-repeat; /*background-position: -553px -6px;*/
	background-position: -820px -6px;
	width: 70px;
	height: 20px;
	display: block;
	float: left;
	text-indent: -5000px;
}

.menuList li a.liEvents:hover
{
	background-position: -820px -39px;
}

.menuList li a.liEventsSelected
{
	background-image: url(../images/menu.jpg);
	background-repeat: no-repeat;
	background-position: -820px -75px;
	width: 70px;
	height: 20px;
	display: block;
	float: left;
	text-indent: -5000px;
}

/* /events */




/* guides */
.menuList li a.liGuides
{
	background-image: url(../images/menu.jpg);
	background-repeat: no-repeat;
	background-position: -690px -6px;
	width: 132px;
	height: 20px;
	display: block;
	float: left;
	text-indent: -5000px;
}

.menuList li a.liGuides:hover
{
	background-position: -690px -39px;
}

.menuList li a.liGuidesSelected
{
	background-image: url(../images/menu.jpg);
	background-repeat: no-repeat;
	background-position: -690px -75px;
	width: 132px;
	height: 20px;
	display: block;
	float: left;
	text-indent: -5000px;
}


/* /guides */

			
			

/*************************************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;
		}
		
		
		/* ksdjlksdjflsdjflsdkf lskdjf sdlkfj sdlkfj slkfj sdlfkjsd fljsdflk jsdflk jflksdj flsdk fjsdlkfj */
		
		
		/* ------- MENU IMAGE CALLS -------- */
	
		ul.menuList1
		{
			list-style:none;
			border-top:#999999 1px solid;
			border-bottom:#999999 1px solid;
			padding:4px 2px;
			position:relative;
			float:left;
			width:100%;
		}
		
		.menuList1 li
		{
			float:left;
			color:#000000;
		}
		
		/*************************************MAIN MENU IMAGE CALLING STARTS*****************************************/
				
				/* news */
					.menuList1 li a.liNews 
					{
						background-image:url(../images/menu.jpg);
						background-repeat:no-repeat; 
						background-position:0px -6px; 
						width:58px;
						height:20px;
						float:left;
						text-indent:-5000px;
					}
					
					.menuList1 li a.liNews:hover 
					{
						background-position:0px -39px; 
					}
					
					.menuList1 li a.liNewsSelected 
					{
						background-image:url(../images/menu.jpg);
						background-repeat:no-repeat; 
						background-position:0px -75px; 
						width:58px;
						height:20px;
						float:left;
						text-indent:-5000px;
						
					}
				/* /news */
				
					/* res btn */
					.resinternational 
					{
						background-image:url(../images/res_inter_btn.jpg);
						background-repeat:no-repeat; 
						width:141px;
						border:none;
						background-color:white;
						cursor:pointer;
						height:20px;
						float:left;
						padding:0px;
						margin-top:1px;
					}
					
					.resinternational:hover 
					{
						background-image:url(../images/res_inter_btn_hover.jpg); 
						background-repeat:no-repeat; 
						width:141px;
						background-color:white;
						border:none;
						cursor:pointer;
						height:20px;
						float:left;
						padding:0px;
						margin-top:1px;
					}
					
					.res
					{
						background-image:url(../images/res_btn.jpg);
						background-repeat:no-repeat; 
						width:37px;
						border:none;
						background-color:white;
						cursor:pointer;
						height:20px;
						float:left;
						padding:0px;
						margin-top:1px;
					}
					
					.res:hover 
					{
						background-image:url(../images/res_btn_hover.jpg); 
						background-repeat:no-repeat; 
						width:37px;
						background-color:white;
						border:none;
						cursor:pointer;
						height:20px;
						float:left;
						padding:0px;
						margin-top:1px;
					}
					
					
				/* /resbtn */
				
				
				
				/* stats */
					.menuList1 li a.liStats
					{
						background-image:url(../images/menu.jpg);
						background-repeat:no-repeat; 
						background-position:-60px -6px; 
						width:63px;
						height:20px;
						display:block;
						float:left;
						text-indent:-5000px;
						
					}
					
					.menuList1 li a.liStats:hover
					{
						background-position:-60px -39px; 
					}
					
					.menuList1 li a.liStatsSelected
					{
						background-image:url(../images/menu.jpg);
						background-repeat:no-repeat; 
						background-position:-60px -75px; 
						width:63px;
						height:20px;
						display:block;
						float:left;
						text-indent:-5000px;
						
					}
				/* /stats */
				
				
				/* week */
					.menuList1 li a.liWeek
					{
						background-image:url(../images/menu.jpg);
						background-repeat:no-repeat; 
						background-position:-124px -6px; 
						width:123px; 
						height:20px;
						display:block;
						float:left;
						text-indent:-5000px;
					}
					
					.menuList1 li a.liWeek:hover
					{
						background-position:-124px -39px; 
					}
					
					.menuList1 li a.liWeekSelected
					{
						background-image:url(../images/menu.jpg);
						background-repeat:no-repeat; 
						background-position:-124px -75px; 
						width:123px; 
						height:20px;
						display:block;
						float:left;
						text-indent:-5000px;
					}
					
				/* /week */
				
				
				/* features */
					.menuList1 li a.liFeatures
					{
						background-image:url(../images/menu.jpg);
						background-repeat:no-repeat; 
						background-position:-249px -6px; 
						width:79px;
						height:20px;
						display:block;
						float:left;
						text-indent:-5000px;
					}
					
					.menuList1 li a.liFeatures:hover
					{
						background-position:-249px -39px; 
					}
					
					.menuList1 li a.liFeaturesSelected
					{
						background-image:url(../images/menu.jpg);
						background-repeat:no-repeat; 
						background-position:-249px -75px; 
						width:79px;
						height:20px;
						display:block;
						float:left;
						text-indent:-5000px;
					}
				/* /features */
				
				
				/* columns */
					.menuList1 li a.liColumns
					{
						background-image:url(../images/menu.jpg);
						background-repeat:no-repeat; 
						background-position:-331px -6px; 
						width:80px;
						height:20px;
						display:block;
						float:left;
						text-indent:-5000px; 
					}
					
					.menuList1 li a.liColumns:hover
					{
						background-position:-331px -39px; 
					}
					
					.menuList1 li a.liColumnsSelected
					{
						background-image:url(../images/menu.jpg);
						background-repeat:no-repeat; 
						background-position:-331px -75px; 
						width:80px;
						height:20px;
						display:block;
						float:left;
						text-indent:-5000px; 
					}
					
				/* /columns */
				
				
				/* blogs */
					.menuList1 li a.liBlogs
					{
						background-image:url(../images/menu.jpg);
						background-repeat:no-repeat; 
						background-position:-411px -6px; 
						width:61px;
						height:20px;
						display:block;
						float:left;
						text-indent:-5000px;
					}
					
					.menuList1 li a.liBlogs:hover
					{
						background-position:-411px -39px; 
					}
					
					.menuList1 li a.liBlogsSelected
					{
						background-image:url(../images/menu.jpg);
						background-repeat:no-repeat; 
						background-position:-411px -75px; 
						width:61px;
						height:20px;
						display:block;
						float:left;
						text-indent:-5000px;
					}
					
				/* /blogs */
				
				
				/* forums */
					.menuList1 li a.liForums
					{
						background-image:url(../images/menu.jpg);
						background-repeat:no-repeat; 
						background-position:-471px -6px; 
						width:78px;
						height:20px;
						display:block;
						float:left;
						text-indent:-5000px;
					}
					
					.menuList1 li a.liForums:hover
					{
						background-position:-471px -39px; 
					}
					
					.menuList1 li a.liForumsSelected
					{
						background-image:url(../images/menu.jpg);
						background-repeat:no-repeat; 
						background-position:-471px -75px; 
						width:78px;
						height:20px;
						display:block;
						float:left;
						text-indent:-5000px;
					}
					
				/* /forums */
				
				
				/* tips */
					.menuList1 li a.liTips
					{
						background-image:url(../images/menu.jpg);
						background-repeat:no-repeat; 
						background-position:-553px -6px; 
						width:0px;
						height:20px;
						display:none;
						float:left;
						text-indent:-5000px;
					}
					
					.menuList1 li a.liTips:hover
					{
						background-position:-553px -39px; 
					}
					
					.menuList1 li a.liTipsSelected
					{
						background-image:url(../images/menu.jpg);
						background-repeat:no-repeat; 
						background-position:-553px -75px; 
						width:138px;
						height:20px;
						display:block;
						float:left;
						text-indent:-5000px;
					}
					
					
				/* /tips */
				


				/* events */
.menuList1 li a.liEvents
{
	background-image: url(../images/menu.jpg);
	background-repeat: no-repeat; /*background-position: -553px -6px;*/
	background-position: -820px -6px;
	width: 70px;
	height: 20px;
	display: block;
	float: left;
	text-indent: -5000px;
}

.menuList1 li a.liEvents:hover
{
	background-position: -820px -39px;
}

.menuList1 li a.liEventsSelected
{
	background-image: url(../images/menu.jpg);
	background-repeat: no-repeat;
	background-position: -820px -75px;
	width: 70px;
	height: 20px;
	display: block;
	float: left;
	text-indent: -5000px;
}

/* /events */




/* guides */
.menuList1 li a.liGuides
{
	background-image: url(../images/menu.jpg);
	background-repeat: no-repeat;
	background-position: -690px -6px;
	width: 130px;
	height: 20px;
	display: block;
	float: left;
	text-indent: -5000px;
}

.menuList1 li a.liGuides:hover
{
	background-position: -690px -39px;
}

.menuList1 li a.liGuidesSelected
{
	background-image: url(../images/menu.jpg);
	background-repeat: no-repeat;
	background-position: -690px -75px;
	width: 132px;
	height: 20px;
	display: block;
	float: left;
	text-indent: -5000px;
}


/* /guides */
				
				

	/*************************************MAIN MENU IMAGE CALLING ENDS*****************************************/			
				
				
			.menuList1 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;
			}
			
			
			.menuList1 li:hover ul, .menuList1 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;
			}
			
			.menuList1 li ul li
			{
				font-weight:normal;
				color:#000000;
				z-index:1000;
				float:left;
				padding:0px 5px;
			}
		
		
		
		
			.subMenu :visited
			{
				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;
				text-indent:0px;
				color:#CC3333;
                font-size:11px;
				padding:0 0px 0 0;
				text-decoration:underline;
			}
			
			.subMenuSelected
			{
				background-image:none;
				text-indent:0px;
				font-size:11px;
				color:#CC3333;
				text-decoration:none;
			}

a.subMenuSelected:visited
{
	color: #CC3333;
	text-decoration: underline;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 11px;
}
a.subMenu:link, a.subMenu:visited
{
	color: #666666;
	font-size: 11px;
	text-decoration: underline;
	
}

/*	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;
		}

*/

