/* CSS Document */
a.gif, a.jpg, a.doc, a.pdf, a.txt, a.folder, a.htm, a.html{
	background-repeat:no-repeat;
	background-position:left top;
	padding-left:28px;
	padding-top:7px;
	display:block;
	width:100%;
	height:20px;
}
a.gif {
	background-image:url(../images/bullets/gif.gif);
}
a.gif:hover {
	background-image:url(../images/bullets/gif2.gif);
}
a.jpg {
	background-image:url(../images/bullets/jpg.gif);
}
a.jpg:hover {
	background-image:url(../images/bullets/jpg2.gif);
}
a.doc {
	background-image:url(../images/bullets/word.gif);
}
a.doc:hover {
	background-image:url(../images/bullets/word2.gif);
}
a.pdf {
	background-image:url(../images/bullets/pdf.gif);
}
a.pdf:hover {
	background-image:url(../images/bullets/pdf2.gif);
}
a.txt {
	background-image:url(../images/bullets/txt.gif);
}
a.txt:hover {
	background-image:url(../images/bullets/txt2.gif);
}
a.folder {
	background-image:url(../images/bullets/folder.gif);
}
a.htm, a.html{
	background-image:url(../images/bullets/html.gif);  
}
a.htm:hover, a.html:hover{
	background-image:url(../images/bullets/html2.gif);  
}
