
	#leftContainer{
		width:160px;
		float:left;
		padding-left:0px;
		padding-right:0px;
		
	}
	
	#contentContainer{
		width:590px;
		float:left;
	}
	
	
	#my_menu{		
		font-family:arial;
		width:147px;	
		}
	#my_menu	li{ /* Main menu <li> *//
		list-style-type:none;	/* No bullets */
		margin:0px;	/* No margin - needed for Opera */
	}
	#my_menu ul li ul{	/* Styling for those who doesn't have javascript enabled */
		padding-left:2px;
	}
	#my_menu	li a{	/* Main menu links */
		text-decoration:none;	/* No underline */
		color:#000;	/* Black text color */
		
		height:12px;	/* 20 pixel height */
		line-height:10px;	/* 20 pixel height */
		vertical-align:middle;	/* Align text in the middle */
		border:0px solid #000;	/* Black border */
		background-color:#FAFAFA;	/* white background color */
		margin:1px;	/* A little bit of air */
		padding:0px;	/* Air between border and text inside */
		
		display:block;
	}
	
	.my_subMenu{
		visibility:hidden;
		position:absolute;
		overflow:hidden;
		border:1px solid #990000;
		background-color:#FAFAFA;
		font-family:arial;
		text-align:left;
	
	}
	.my_subMenu ul{
		margin:0px;
		padding:0px;	
	}
	.my_subMenu ul li{
	list-style-type:none;
	margin:0px;
	padding:0px;
	text-decoration: underline;
	}
	.my_subMenu ul li a{
	white-space:nowrap;
	text-decoration:underline;
	color:#000;
	height:18px;
	line-height:18px;
	padding:1px;
	display:block;
	font-weight: bold;
	}
	.my_subMenu ul li a:hover{	/* Sub menu items - mouse over effects */
		color:#FFF;	/* White text */
		background-color:#990000;	/* redish background */
	}


