
/* CSS Document */
html{
		height:100%;
	}
	
	tr.even { 
	}
	
	tr.odd { 
	}
	tr.odd2 { 
	}	
	td.even { 
	}
	
	td.odd { 
	}


	.clear{
		clear:both;
	}
		
	#leftMenu{
		width:px;
		text-align:left;
	}

	#slidedown_menu div{
		margin:0px;
		padding:0px;
		text-align:left
	}
	/* 	Layout CSS */
	#slidedown_menu{		
		cursor:pointer;
		text-align:left
	}

	/* All A tags - i.e menu items. */
	#slidedown_menu a{
		color: #000;
		text-decoration:none;		
		width:186px;	

	}
	
	/*
	A tags 
	*/
	#slidedown_menu .MenuItem_depth1{	/* Main menu items */
		margin-top:1px;
		font-weight:bold;
		font-size:16px;
	}	
	#slidedown_menu .MenuItem_depth2{	/* Sub menu items */
		margin-top:1px;
		font-size:14px;
	}	
	#slidedown_menu .MenuItem_depth3{	/* Sub menu items */
		margin-top:1px;
		font-size:12px;

	}	
	
	#slidedown_menu .MenuItem_depth3 a{	/* Sub menu items */
		/*font-style:italic;*/

	}	
	
	
