#theMenu h3{margin:0; font-size: 20px; line-height:40px; float:none;text-align:left;width: 180px;}
ul{list-style-type : none;}

/* A few IE bug fixes */		* { margin: 0; padding: 0; }		* html ul ul li a { height: 100%; }		* html ul li a { height: 100%; }		* html ul ul li { margin-bottom: -1px; }
#theMenu { width: 190px; margin: 0; padding: 0; text-align:left; }				/* Some list and link styling */		ul li { width: 190px; }		ul ul li { border-left: 5px solid #A7B7EA; padding: 0; width: 175px; margin-bottom: 0; }		ul ul li a { display:block; color: #000; background: #FFF9AC; padding: 3px 6px; font-size: small; }		ul ul li a:hover { display:block; color: #000; background: #A7B7EA; padding: 3px 8px; font-size: small; }				/* Header links styling */		h3.head a { 		color: #3135BA;		display:block; 		background: #fff; 		padding: 3px 6px;		}		h3.head a:hover { 		color: #8A91A3;		background: #fff; 		}		h3.selected a {border-bottom: 5px solid #A7B7EA; 		background: #fff;		color: #8A91A3;		padding: 3px 6px;		}		h3.selected a:hover {border-bottom: 5px solid #A7B7EA;  		background: #fff; 		color: #8A91A3;		}