@charset "UTF-8";
/* CSS Document */

/*.links ul {
list-style: none;
	margin: 0;
	padding: 0;
}
*/

.links ul {
  list-style: square url(../IMG/helmet_bullet.gif); /* wide image for the bullet */
  margin: .5em .5em 0 28px;  /* bullet image is in left margin */
  padding-left: 0;
}

.links ul li {
  margin-left: 0;
  padding-left: 0;     /* distance between marker and text */
  margin-bottom: .5em; /* a little spacing between list items */
}

.links {
	width: 235px;
	margin:0;
	float:left;
	margin-left:20px;
	}
	
.links li a  {
	height: 25px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 24px;
	text-decoration: none;
	margin-bottom:2px;
	letter-spacing:1px;
	/*background:url(../IMG/helmet_bullet.gif) left top no-repeat;*/
	}	
		
.links li a:link, .links li a:visited {
	color: #000;
	display: block;
	padding: 10px 0 0 10px;
	}
	
.links li a:hover {
	text-decoration:underline;
	padding: 10px 0 0 10px;
	}
	
	
