/*****************************
			LEFT NAVIGATION
*****************************/

#leftnavigation ul 
{
	border-bottom: solid 1px #E5E5E5;
	padding-bottom: 0px;
}

#leftnavigation ul li {
	width:160px;
	display: inline;
}

#leftnavigation ul li a {
	background:#FFFFFF url(/i/front/layout/bg_leftnavigation_arrow.gif) right 7px no-repeat;
	display: block;
	width:148px;
	font-size:.9em;
	color:#767676;
	text-decoration:none;
	padding: 4px 10px 4px 2px;
	text-transform:uppercase;
	border-top:solid 1px #E5E5E5;
}

#leftnavigation ul li a:hover {
	background-color:#CFCFCF;
}

#leftnavigation ul li a.selected {
	color:#212322;
	background-color:#E5E5E5;
}

 #leftnavigation a.bold {
	font-weight: bold;
}


/*****************************
			RIGHT NAVIGATION
*****************************/

#rightnavigation ul {
	margin:18px 9px;
	width: 132px;
	border-top: 1px solid white;
}

#rightnavigation ul li 
{
	margin: 0;
	padding: 0;
}

#rightnavigation ul li a {
	display: -moz-inline-block;
	display: inline-block;
	font-size:10px;
	color:white;
	text-decoration:none;
	text-transform:uppercase;
	padding: 5px 10px 5px 0;
	background: url(/i/front/layout/bg_rightnav_arrow.gif) right 8px no-repeat;
	width: 100%;
	border-bottom: 1px solid white;
	font-weight:bold;
}

#rightnavigation ul li a:hover {
	text-decoration:underline;
}

#rightnavigation ul li a.selected {
	color:#222222;
	background: url(/i/front/layout/bg_rightnav_selected_arrow.gif)  right 8px no-repeat;
}

#rightnavigation.ochreRed a.selected,
#rightnavigation.soilGrey a.selected
{
	color: #767a7d;
	background: url(/i/front/layout/bg_rightnav_selected_arrow2.gif)  right 8px no-repeat;
}

/*****************************
			TOP LINKS
*****************************/
#toplinks {
	text-align: right;
	font-size:11px;
	color:#222222;
	margin:0 0 2px 0;
}

#toplinks a {
	color:#787C7F;
	padding: 0 20px 0 20px;
	background: url(/i/front/layout/listdivider_toplink.gif) right 3px no-repeat;
	text-decoration: none;
}

#toplinks a.lastItem {
	padding: 0 0px 0 20px;
	background: none;
}


/*****************************
			TOP NAVIGATION
*****************************/
#topmenu {
	clear:both;
	margin: 2px 0 2px 78px;
	display:block;
	float: left;
}

*html #topmenu 
{
	display: inline;
}

#topmenu table td div 
{
	cursor:pointer;
	padding:0 17px 0 17px;
	background: url(/i/front/layout/listdivider_toplink.gif) right 3px no-repeat;
}

#topmenu table td.lastItem div {
	background:none;
}

.lastItem div 
{
	background:none;
}

.menuItem1 {
	color: #787878;
	font-size:11px;
	font-weight:bold;
	padding:0;
	cursor:pointer;
}

.menuItem1Hover {
	color: #000000;
	font-size:11px;
	font-weight:bold;
	cursor:pointer;
}

.menuItem1Selected {
	color: #000000;
	font-size:11px;
	font-weight:bold;
	cursor:pointer;
}

.menuItem2 {
	padding:2px 4px 2px 4px;
	color: #444444;
	font-size:10px;
	border-bottom:solid 1px #DDDDDD;
	cursor:pointer;
	background-color: #f9f9f9;
}

.menuItem2Hover {
	padding:2px 4px 2px 4px;
	color: #000000;
	font-size:10px;
	border-bottom:solid 1px #DDDDDD;
	background-color:#F1F1F1;
	cursor:pointer;
}


/*****************************
			BREADCRUMBS
*****************************/
#breadcrumbs {
	margin:2px 0 17px 0;
	color:#888888;
	border-bottom: 1px solid #CCCCCC;
	padding-bottom: 2px;
	letter-spacing: .1em;
	float:left;
	width: 100%;
	display: block;
	font-size: .9em;
}

#breadcrumbs a {
	color:#888888;
	text-decoration: none;
}

/*****************************
			FOOTER
*****************************/
#footer {
	padding-top:1px;
}

#footer a {
	color:#787C7F;
	font-size:11px;
	padding: 0 20px 0 20px;
	background: url(/i/front/layout/listdivider_toplink.gif) right 3px no-repeat;
	text-decoration: none;
}

#footer a.lastItem {
	padding: 0 0px 0 20px;
	background: none;
}

