/* CSS Document */

/************ sectionLinks styles **************/

#sectionLinks{
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;

}

#sectionLinks{
	font-size: .7ems;
	line-height: 14px;
	padding: 3px 5px 3px 5px;
	border-bottom: 1px solid #cccccc;
	background-color: #9999CC;
}

#sectionLinks a:link, #sectionLinks a:visited {
	display: block;
	background-image:  url("../images/mainimg/bg_nav.jpg");
	font-weight: bold;
	padding: 3px 5px 3px 5px;
	color: #ffffff;
	text-decoration: none;
}

#sectionLinks a:hover{
	background-color: #9999CC;
	background-image: none;
	font-weight: bold;
	text-decoration: none;
	color: #333366
}
