/* CSS Document */
#navcontainer {
	margin-left: 12px;
	width: 110px;
}
#navlist
{
	color: #000000;
	background: #ECE9D8 url(../Assetsa/celticblue2.gif);
	padding: 0 1px;
	margin-left: 0;
	width: 10.8em;
	font: normal 0.6em Verdana, sans-serif;
	border-top: #FF0000;
	border-right: #FF0000;
	border-bottom: #FF0000;
	border-left: #FF0000;
	text-align: center;
}

#navlist li
{
list-style: none;
margin: 0;
font-size: 1em;
}

#navlist a
{
	display: block;
	text-decoration: none;
	margin-bottom: 0.15em;
	margin-top: 0.15em;
	color: #000000;
	background: #00F80F;
	border-left: 0.25em solid #FF0000;
	padding: 0.25em 0.5em 0.4em 0.75em;
	border-top: 2px solid #FF0000;
	border-right: 2px solid #FF0000;
	border-bottom: 2px solid #FF0000;
}

#navlist a#current { border-color: #FF0000; }

#navlist a
{
width: 99%;
/* only necessary for Internet Explorer */
}

#navlist a
{
voice-family: "\"}\"";
voice-family: inherit;
width: 9.6em;
/* Tantek-hack should only used if Internet-Explorer 6 is in standards-compliant mode */
}

#navcontainer>#navlist a
{
width: auto;
/* only necessary if you use the hacks above for the Internet Explorer */
}

#navlist a:hover, #navlist a#current:hover
{
background: #FFFFCC;
border-color: #069 #6cf #5bd #fc0;
padding: 0.4em 0.35em 0.25em 0.9em;
}

#navlist a:active, #navlist a#current:active
{
background: #17a;
border-color: #FF0000;
padding: 0.4em 0.35em 0.25em 0.9em;
}

/* CSS Document
ABOUT THE CODE
Some lists within the Listamatic site had to be modified so that they could work on Listamatic's simple list model. When in doubt, use the external resource first, or at least compare both models to see which one suits your needs. */
