
		
			input.lis {width:100%;}		
			select {width:100%; height:100%}

			a {cursor:pointer; color: navy text-decoration:none;}		
			a:link {color: navy; text-decoration:none; cursor:pointer;}
			a:visited {color: navy; text-decoration:none; cursor:pointer;}
			a:hover {color: OrangeRed; text-decoration:underline;}
			a:active {color: OrangeRed; text-decoration:none; cursor:pointer;}
			a img{
			border:none;
			}
			#wrapper 
			{
				text-align:left;
				margin:0 auto;
				width:100%;
				min-height:0px;
				border:1px solid #ccc;
				padding:0px;
				background-color:LightSteelBlue;
			}
		
		</style>
	
		<style type="text/css">
		<!--
		#containerul, #containerul ul{
		  text-align:left;
		  margin:0; /* Removes browser default margins applied to the lists. */
		  padding:0; /* Removes browser default padding applied to the lists. */
		}

		#containerul li{
		  margin:0 0 0 30px; /* A left margin to indent the list items and give the menu a sense of structure. */
		  padding:0; /* Removes browser default padding applied to the list items. */
		  list-style-type:none; /* Removes the bullet point that usually goes next to each item in a list. */
		}

		#containerul .symbols{ /* Various styles to position the symbols next to the items in the menu. */
		  float:left;
		  width:12px;
		  height:1em;
		  background-position:0 50%;
		  background-repeat:no-repeat;
		}
		-->

