/* 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:16px !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 {
                float: left;
                }
                h3.head a img{
                width: 16px;
				height: 14px;
                }				
                h3.head a.arrow {
                background: url(/images/corporate/ui/icon_arrowexpand-side.gif) left 0 no-repeat;
                padding-left:0px;
                color:#598CA6 !important;
                }
                h3.selected a.arrow {
                background: url(/images/corporate/ui/icon_arrowexpand.gif) left 2px no-repeat;
                padding-left:0px;
                color:#598CA6 !important;
                }
                h3.selected a.arrow:hover {
                background: url(/images/corporate/ui/icon_arrowexpand.gif) left 2px no-repeat;
                padding-left:0px;
                color:#598CA6 !important;
                }
				
		/* Header links styling */
		/*
		h3.head a.arrow{ 
		background: url(/images/corporate/ui/icon_arrowexpand-side.gif) left 0 no-repeat; 
	    color:#598CA6 !important;
		display:inline;
		}
		h3.ui-state-active a.arrow  { 
		background: url(/images/corporate/ui/icon_arrowexpand.gif) left 2px no-repeat;
		padding-left:15px;
		color:#598CA6 !important;
		}
		h3.selected a.arrow:hover, h3 a.arrow:hover  { 
		background: url(/images/corporate/ui/icon_arrowexpand.gif) left 2px no-repeat; 
		padding-left:15px;
		color:#598CA6 !important;
		}
		*/