/* CSS Document */
#sectionLinks{
	position: relative;
	margin: 0px;
	padding: 0px;
	border-top: 1px solid #9fb1bc;
	font-size: 10px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: transparent;
	color: #333333;
	width: 108px;
	/* box model hack */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 108px;
}

html>#sectionLinks 	{
	width: 108px;
} 

#sectionLinks ul {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 10px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
}

#sectionLinks li {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 10px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	list-style-type: none;
	list-style-position : outside;
	color: #333333;
}


#sectionLinks a:link{
	padding: 2px 0px 2px 10px;
	border-bottom: 1px solid #9fb1bc;
	width: auto;
	display: block;
	text-decoration: none;
	color: #000000;
	height: 110%;
}

#sectionLinks a:visited{
	border-bottom: 1px solid #9fb1bc;
	padding: 2px 0px 2px 10px;
	display: block;
	text-decoration: none;
	color: #333333;
	height: 110%;
	width: auto;
}

#sectionLinks a:hover{
	border-bottom: 1px solid #9fb1bc;
	background-color: #E5E5E5;
	padding: 2px 0px 2px 10px;
	display: block;
	text-decoration: none;
	width: auto;
}
#sectionLinks #now{
	background-color: #666666;
	color: #FFFFFF;
	width: auto;
}
#sectionLinks #now a{
	background-color: #666666;
	width: auto;
}


