*
{
    padding:0;
	margin:0;    
}

.tier1 li a {
	font-family:Arial, Helvetica, sans-serif;
	display:block;
    text-decoration:none;
	font-size:15px;
    color:#999999;
	text-decoration:none;
	padding:3px 0 0 0px;
}

.tier1 li a:hover {
	color:#ad1414;
}

.tier1 #tier1_selected > a, .tier2 #tier2_selected > a {
	color: #ad1414;
}

.tier1 #tier1_selected, .tier2 #tier2_selected {
	list-style:none;
	padding-left: 15px;
	background-image: url(../images/imgOnClosed.gif);
	background-repeat: no-repeat;
	background-position: 0 .5em;
}

.tier1 li, tier2 li {
	list-style:none;
	padding-left: 15px;
	background-image: url(../images/imgOffClosed.gif);
	background-repeat: no-repeat;
	background-position: 0 .5em;
}

.tier1 li:hover, tier2 li:hover {
	list-style:none;
	padding-left: 15px;
	background-image: url(../images/imgOnClosed.gif);
	background-repeat: no-repeat;
	background-position: 0 .5em;
}

.tier2 li a {
    font-family:Arial, Helvetica, sans-serif;
	display:block;
    text-decoration:none;
	font-size:12px;
    color:#999999;
	text-decoration:none;
}

.tier2 {
	padding-left:0em;
}

.navigation {
	margin:25px auto;
	width:160px;
	padding-left: 1.5em;
}