/* A few IE bug fixes */
		#expandedmenu ul ul li a { height: 100%; }
		#expandedmenu ul li a { height: 100%; }
		#expandedmenu ul ul li { margin-bottom: -1px; }
		
		
		#expandedmenu { 
		width: 225px; 
		/*height: 300px;*/ 
		float:left !important; 
		}
		
		/* Some list and link styling */
		#expandedmenu ul li { width: 200px;  font-size:1em;padding-left:25px !Important; }
		#expandedmenu ul li a{ color:#333;}
		#expandedmenu ul li a:hover{ color:#245396; text-decoration:underline;}
		#expandedmenu ul ul li {  margin-bottom: 0; }
		#expandedmenu ul ul li a { display:block; color: #000; padding: 3px 6px; font-size: 1.1em; }
		#expandedmenu ul ul li a:hover { display:block; color: #369; padding: 3px 8px; font-size: 1.1em; }
		#expandedmenu h3{
		  font-size:1em !Important;
		  font-weight:normal;}
		
		/* Header links styling */
		h3.head a { 
		background: url(/images/corporate/ui/icon_arrowexpand-side.gif) left 0 no-repeat; 
	    color:#598CA6 !important;
		}
		h3.ui-state-active a { 
		background: url(/images/corporate/ui/icon_arrowexpand.gif) left 2px no-repeat;
		padding-left:15px;
		color:#598CA6 !important;
		}
		h3.selected a:hover { 
		background: url(/images/corporate/ui/icon_arrowexpand.gif) left 2px no-repeat; 
		padding-left:15px;
		color:#598CA6 !important;
		}