/* CSS Document */

<style type="text/css">

/* Show only to IE PC \*/
* html .boxhead h2 {height: 1%;} /* For IE 5 PC */

div#quicklinks {
	min-height:500px;
	float:right;
	background-image:url(../images/quicklinx_box_blue.png);
	background-repeat:no-repeat;
	width: 15em; /* ems so it will grow */
	height:18em;
	font-size: 100%;
	}

.boxhead h2 {
	text-indent:-9999px;
}
	
ul#linx { margin-top:-80px;
	margin-left:10px;
	padding-top:-5px;
	padding-right:15px;
	padding-bottom:0px;
	padding-left:10px;
	height:1%;
	}
		
li#linx {
	list-style-image:url(../images/bluebullet.gif);
	list-style-type:circle;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#3A6769;
	line-height:140%;
	text-decoration:none;
	margin-left:25px;
	padding:0 2px;
	width: 14em; /* ems so it will grow */
	}	

li#linx a {
	text-decoration:none;
	color:#003300;
}

li#linx:hover {
	background-image:url(../images/menu_white.png);
}

</style>
