/* CSS Document */

	
	img{
		border:0px;
	}
	#mainContainer{
		width:179px;
		margin:0 auto;
		text-align:left;
	}
	#leftContainer{
		width:179px;
		float:left;
position:relative;
		padding: 4px 3px 0 3px;
	}
	#leftContainer{left /*\**/: 17px\9;}
	*+html #leftContainer{left:0;}


 	/* START LEFT COLUMN */
	#leftcol_menu {		
		font-family:arial;	/* Font for main menu items */
		width:179px;	/* Width of main menu */
		z-index: 1000;
	
	}
	/* ie hack - js/css_browser_selector.js*/
	.ie #leftcol_menu {
		margin-left: -16px;	
	}

	}
	*html #leftcol_menu {		
		font-family:arial;	/* Font for main menu items */
		width:179px;	/* Width of main menu */
		z-index: 1000;
	}	
	
	#leftcol_menu ul {	
		margin:0px;	/* No <ul> air */
		padding:0px;	/* No <ul> air */		
	}
	
	#leftcol_menu li.comfy {	/* Main menu <li> */
		list-style-type:none;	/* No bullets */
		margin: 0 0 0 -4px;	/* No margin - needed for Opera */
		padding: 0;		
		width: 179px;	
	}
	*html #leftcol_menu li.comfy {
		list-style-type:none;
		margin: 0 0 0 -1px;
		padding: 0;		
		width: 179px;				
	}	
	#leftcol_menu li.tasty {	/* Main menu <li> */
		list-style-type:none;	/* No bullets */
		margin: 3px 0 0 -4px;	/* No margin - needed for Opera */
		padding: 0;		
		width: 179px;		
	}
	*html #leftcol_menu li.tasty {
		list-style-type:none;
		margin: 3px 0 0 -1px;
		padding: 0;		
		width: 179px;		
	}	
	#leftcol_menu li.fun {	/* Main menu <li> */
		list-style-type:none;	/* No bullets */
		margin: 3px 0 0 -4px;	/* No margin - needed for Opera */
		padding: 0;		
		width: 179px;		
	}
	*html #leftcol_menu li.fun {
		list-style-type:none;
		margin: 3px 0 0 -1px;
		padding: 0;		
		width: 179px;		
	}	
	#leftcol_menu li.play {	/* Main menu <li> */
		list-style-type:none;	/* No bullets */
		margin: 3px 0 0 -4px;	/* No margin - needed for Opera */
		padding: 0;		
		width: 179px;		
	}		
	*html #leftcol_menu li.play {
		list-style-type:none;
		margin: 3px 0 0 -1px;
		padding: 0;
		width: 179px;
		
	}		
	#leftcol_menu ul li ul {	/* Styling for those who doesn't have javascript enabled */
		padding-left:10px;
		font-size:0.8em;
		text-align:center;
		font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
	}
	
	#leftcol_menu li.comfy a {	/* Main menu links */
		width: 179px;
		height:47px;
		background-image: url(images/buttons/btn_comfy_off.gif);
		background-repeat: no-repeat;
		display: block;	
	}
	#leftcol_menu li.comfy a:hover {	/* Main menu links */
		background-image: url(images/buttons/btn_comfy_on.gif);
		background-repeat: no-repeat;	
	}	
	#leftcol_menu li.tasty a {	/* Main menu links */
		width: 179px;
		height:47px;
		background-image: url(images/buttons/btn_tasty_off.gif);
		background-repeat: no-repeat;
		display: block;	
	}	
	#leftcol_menu li.tasty a:hover {	/* Main menu links */
		background-image: url(images/buttons/btn_tasty_on.gif);
		background-repeat: no-repeat;
	}	
	#leftcol_menu li.fun a {	/* Main menu links */
		width: 179px;
		height:47px;
		background-image: url(images/buttons/btn_fun_off.gif);
		background-repeat: no-repeat;
		display: block;	
	}	
	#leftcol_menu li.fun a:hover {	/* Main menu links */
		background-image: url(images/buttons/btn_fun_on.gif);
		background-repeat: no-repeat;
	}	
	#leftcol_menu li.play a {	/* Main menu links */
		width: 179px;
		height:47px;
		background-image: url(images/buttons/btn_play_off.gif);
		background-repeat: no-repeat;
		display: block;	
	}
	#leftcol_menu li.play a:hover {	/* Main menu links */
		background-image: url(images/buttons/btn_play_on.gif);
		background-repeat: no-repeat;
	}			

	.leftcol_subMenu {
		visibility:hidden;
		position:absolute;
		overflow:hidden;
		border:1px solid #c2cf63;
		background-color: #e7edcb;
		font-size:0.8em;
		font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;		
		text-align:left;
		margin-left: 5px;

	}
	.leftcol_subMenu ul {
		margin:0px;
		padding:0px;	
	}
	.leftcol_subMenu ul li {
		width: 250px;
		list-style-type:none;
		border-bottom: 1px solid #c2cf63;
		margin-left: 0px;
		padding: 1px 7px 1px 7px;
		font-weight: normal;
	}
	*html .leftcol_subMenu ul li {
		width: auto;
		list-style-type:none;
		border-bottom: 1px solid #c2cf63;
		margin-left: 0px;
		padding: 1px 1px 1px 7px;
		font-weight: normal;
	}	
	.leftcol_subMenu ul li.section {
		width: 250px;
		list-style-type:none;
		border-bottom: 1px solid #c2cf63;
		margin-left: 0;
		padding:1px 1px 1px 3px;
		font-weight: bold;
	}
	*html .leftcol_subMenu ul li.section {
		width: auto;
		list-style-type:none;
		border-bottom: 1px solid #c2cf63;
		margin-left: 0;
		padding:1px 1px 1px 3px;
		font-weight: bold;
	}	
	.leftcol_subMenu ul li.last {
		width: 250px;
		list-style-type:none;
		border-bottom: 1px solid #e7edcb;
		margin-left: 0px;
		padding:1px 1px 1px 7px;
		font-weight: normal;
	}
	*html .leftcol_subMenu ul li.last {
		width: auto;
		list-style-type:none;
		border-bottom: 1px solid #e7edcb;
		margin-left: 0px;
		padding:1px 1px 1px 7px;
		font-weight: normal;
	}		
	.leftcol_subMenu ul li a, .leftcol_subMenu ul li a:visited, .leftcol_subMenu ul li a:active {	/* Sub menu items */
	white-space:nowrap;	/* No line break */
	text-decoration:none;
	color:#333333;
	height:16px;
	line-height:16px;
	padding:1px;
	display:block;
	}
	.leftcol_subMenu ul li a:hover {	/* Sub menu items - mouse over effects */
	white-space:nowrap;	/* No line break */
	text-decoration:none;
	color:#cc5048;
	height:16px;
	line-height:16px;
	padding:1px;
	display:block;		
	}
