/**********************************************************
Name:			sectionanv_breadcrumbs.css
Description:	CSS definitions for Sirdar 2nd level pages - secondary navigation and breadcrumbs definitions.
Date:			23/05/2007
Author:			Andrei Vais
**********************************************************/

#breadcrumbs, #sectionNav
{
	clear:left;
	float: left;
}

#breadcrumbs
{
	color: #9999CC;
	font-size: 195%;
	font-weight: bold;
	letter-spacing: 0px;
	line-height: 100%;
	margin: 2px 0 30px 0;
	padding: 0;
	text-transform: uppercase;
	width: 100%;
}

#breadcrumbs a
{
	color: #9999CC;
	margin: 0 26px 0 0;
	padding: 0;
}

#sectionNav
{
	margin: 0 0 8% 0;
	padding: 0;
	width: 18.8%;
}

#sectionNav li
{
	clear: both;
	float: left;
	font-weight: normal;	
	letter-spacing: 0px;
	line-height: 100%;
	margin: 0 0 10px 0;
	padding: 0;
	text-transform: uppercase;
	width: 99%;
}

#sectionNav li ol
{
	clear: both;
	float: left;
	margin: 10px 0 0 18px;
	display: inline;
	padding: 0;
	width: 82%;
}

#sectionNav li ol li
{
	font-size: 110%;
	margin: 0 0 9px 0;
	padding: 0;
	text-transform: none;
}

#sectionNav li ol li ol
{
	width: 85%;
}

#sectionNav li ol li ol li
{
	font-size: 85%;
	line-height: 120%;
}

#sectionNav a.currentPage
{
	color: #7F7FA1;
}
