﻿		/* A few IE bug fixes */
		* { margin: 0; padding: 0; }
		* html ul ul li a { height: 100%; }
		* html ul li a { height: 100%; }
		* html ul ul li { margin-bottom: -1px; }

		#theMenu
		{ 
			width:157px; 
			margin: 2px 0;
			font-family:Arial;
			font-size:12px;
			color:#353F48; 
			direction:ltr;
		}
		#theMenu .Top a
		{ 
			background:url('Images/MagazineMenu/top.gif') no-repeat;
		}
		#theMenu .Bottom
		{ 
			background:url('Images/MagazineMenu/bottom_white.gif') no-repeat;
			width:157px;
			height:5px;
		}
		#theMenu .BottomSelected
		{ 
			background:url('Images/MagazineMenu/bottom_gray.gif') no-repeat;
			width:157px;
			height:5px;
		}
		/* IE7 Only */
		*:first-child+html #theMenu .Bottom
		{
			height:20px;
			margin-bottom:-10px;
		}
		/* IE6 Only */
		* html #theMenu .Bottom
		{
			height:20px;
			margin-bottom:-10px;
		}
		#theMenu a{text-decoration:none;}
		#theMenu a:hover{text-decoration:none;}
		
		/* Some list and link styling */
		ul li { width: 157px; }
		ul ul li { padding: 0;margin-bottom: 0; }
		ul ul li a 
		{
			display:block; 
			background:url('Images/MagazineMenu/aBackground.gif') no-repeat;
			padding-right:20px;
			width:137px;
			padding-top:5px;
			height:19px;
			color:#353F48; 
		}
		ul ul li a.Selected
		{
			display:block; 
			background:url('Images/MagazineMenu/aHoverBackground.gif') no-repeat;
			padding-right:10px;
			width:147px;
			padding-top:5px;
			height:19px;
			color:#3CC1F3;
			font-weight:bold;
		}
		ul ul li a:hover 
		{
			display:block; 
			text-decoration:underline !important;
			color:#3CC1F3;
		}
		li { list-style-type: none;}
		
		/* Header links styling */
		h3.head a { 
			display:block; 
			background:url('Images/MagazineMenu/aMainBackgroung.gif') no-repeat; 
			font-weight:bold;
			font-size:12px;
			padding-top:5px;
			height:19px;
			padding-right:10px;
			width:147px;
        }
		h3.head img { 
			height:3px;
			padding-left:5px;
			width:5px;
			margin-bottom:2px;
        }
		h3.head a:hover { 
		/*background:url('Images/MagazineMenu/aHoverBackground.gif') no-repeat; */
		}
		/*h3.selected a { 
		background:url('Images/MagazineMenu/aBackground.gif') no-repeat;
		}*/
		/*h3.selected a:hover { 
		background:url('Images/MagazineMenu/aHoverBackground.gif') no-repeat; 
		}*/
