/* A few IE bug fixes */
	
		* html ul#theMenu ul li a { height: 100%; }
		* html ul#theMenu li a { height: 100%; }
		* html ul#theMenu ul li { margin-bottom: -1px; }
		

		ul#theMenu { width: 246px; margin: 0px 0; padding:0 }
		ul#theMenu li.top-rounded { background: url(../_images/side_menu_top.png) no-repeat top; width: 246px;height:15px;padding:0;margin:0}
		ul#theMenu li.bottom-rounded { background: url(../_images/side_menu_bottom.png) no-repeat bottom; height:15px;width: 246px;padding:0;margin:0
		}
		/* Some list and link styling */
		ul#theMenu li { width: 246px; }
		ul#theMenu ul li { padding: 0; width: 246px; margin-bottom: 0; background:#3a3939; }
		ul#theMenu ul li a { display:block; color: #a5a5a5; padding: 3px 17px; font-size: 12px; width:222px; font-weight:bold; text-decoration:none }
		ul#theMenu ul li a:hover { display:block; color: #ff7200;  }
		ul#theMenu li { list-style-type: none; margin-left: 0px; }
		
	/*	h2 { margin-top: 1.5em; }*/
		
		/* Header links styling */
		h3.head a { 
		color: #000;
		font-size:12px;
		text-decoration:none;
		display:block;
		width:222px; 		
		background: #cdcdcd; 
		padding: 3px 12px;
		}
		h3.head a:hover { 
		color: #000;
		background: #ff7200; 	
		}
		h3.selected a { 
		background: #ff7200; 		
		color: #000;
		width:222px; 
		padding: 3px 12px;
		text-decoration:none
		}

