/*
 -------------------------------------------------------------------------------------
 File				:	navigation.css
 Author				:	Gareth Jones (garjones@microsoft.com)
 Purpose			:	CSS for eCarswell
 Last Updated		:	20th October 2002
 -------------------------------------------------------------------------------------
 Copyright (C) 2002 Microsoft Corporation. All rights reserved.
 -------------------------------------------------------------------------------------
*/


/*
 -------------------------------------------------------------------------------------
 Top Navigation Bars
 -------------------------------------------------------------------------------------
*/
.navTop1
{
	background-color: #999999;
	cursor: hand;	
}

.navTop1text
{
	color: #FFFFFF;
	text-decoration: none;
	font-family: Arial;
	font-size: 9pt;
	font-weight: bold;
	cursor: hand;	
}

.navTop2
{
	background-color: #E7E7E7;
	cursor: hand;	
}

.navTop2text
{
	color: #000000;
	text-decoration: none;
	font-family: Arial;
	font-size: 9pt;
	font-weight: bold;
	cursor: hand;	
}


/*
 -------------------------------------------------------------------------------------
 Left Navigation1
 -------------------------------------------------------------------------------------
*/
.navLeft1
{
	background-color: #999999;
	cursor: hand;
}

.navLeft1text
{
	color: #FFFFFF;
	font-family: Arial;
	font-size: 9pt;
	font-weight: bold;
	text-decoration: none;
}

.navLeft2
{
	background-color: #E7E7E7;
	cursor: hand;
}


.navLeft2Head
{
	color: #000000;
	font-family: Arial;
	font-size: 9pt;
	font-weight: bold;
	text-decoration: none;
}

.navLeft2Item
{
	color: #000000;
	font-family: Arial;
	font-size: 9pt;
	font-weight: normal;
	text-decoration: none;
}

.navLeft2aItem
{
	color: #000000;
	font-family: Arial;
	font-size: 9pt;
	font-weight: bold;
	text-decoration: none;
	font-style:italic;
	margin-left: 20px;
}

/*
 -------------------------------------------------------------------------------------
 Right Hand Advertisment
 -------------------------------------------------------------------------------------
*/
.navAdvert
{
	color: #999999;
	text-decoration: none;
	text-align: center;
	font-family: Arial;
	font-size: 9pt;
	cursor: hand;	
}

/*
 -------------------------------------------------------------------------------------
 Breadcrumb
 -------------------------------------------------------------------------------------
*/
.navBreadcrumb
{
	color: #FFFFFF;
	font-family: Arial;
	font-size: 8pt;
	font-weight: bold;
	text-decoration: none;
}

/*
 -------------------------------------------------------------------------------------
 Footer
 -------------------------------------------------------------------------------------
*/
.navFooter
{
	color: #999999;
	font-family: Arial;
	font-size: 8pt;
	font-weight: normal;
	text-align: center;
	text-decoration: none;
	background-color: #FFFFFF;
}
