
/*-- container --*/

#navigate {
	border-top: 36px solid #C2ACC0;
	background-color: #FFFFFD;
	float: left;
	width: 136px;
	margin-top: -36px;
}

#navigate a:link{
	color: #816B7F;
}

#navigate a:visited{
	color: #816B7F;
}

#navigate a:hover{
	color: #816B7F;
}

#navigateBox{
	line-height: 1.5em;
	text-align: left;
	margin-top: 4px;
	margin-right: 12px;
	margin-left: 2px;
	padding-bottom: 8px;
}

*html #navigateBox{
    margin-top: 4px;
    margin-right: 0px;
    width: 130px;
}

.navWrap{
	width: 124px;
	margin-left: 8px;
	display: block;
	font-weight: bold;
	text-decoration: none;
}

*html .navWrap{
    padding-left: 4px;
}

.navWrap:hover{
	text-decoration: underline;
}

.hr{
    font-size: 1px;
    border-bottom: 1px dotted #BEC4C7;
    margin: 4px;
    margin-right: -4px;
}

*html .hr{
    margin-right: 2px;
}

.hr hr{
    display: none;
}


