/**
	 Top Navigation styles
*/
#nav LI {
	display: inline;
}

#nav OL {

}

#nav OL LI {
	display: block;

	height: 14px;
	line-height: 14px;
	margin: 0px;
	padding: 0px;
	border-left: 1px solid #d5d5d5;
}

#nav OL LI.popup_bottom {
	border-left: 0px solid #d5d5d5;
}

#nav OL LI IMG {
	background: url('../images/shadow_right.png') repeat-y right top;

}

#nav OL LI.popup_bottom IMG {
	margin: 0px;
	padding: 0px;
	background: url(../images/shadow_bottom.png) no-repeat left top;

}

#nav OL LI.popup_top IMG {
	margin: 0px;
	padding: 0px;
	background: url(../images/shadow_righttop.png) no-repeat right top;

}

#nav OL LI A, #nav OL LI.popup_top SPAN {
	display: block;
	float: left;
	border-right: 1px solid #d5d5d5;
	background-color: #f2f2f2;
	width: 132px;
	height: 14px;
	line-height: 14px;
	vertical-align: top;
	padding-left: 8px !important;
}

#nav OL LI DIV {
	display: inline;
}

#nav OL LI, #nav OL LI IMG, #nav OL LI DIV, #nav OL LI A {
	margin: 0px;
	padding: 0px;
	line-height: 14px;
}

#nav OL LI DIV A {
	display: block;
	padding-left: 8px;
}

#nav OL {
	margin: 0px;
	padding: 0px;
}

#nav LI IMG {
	margin-left: 12px;
	margin-right: 12px;
	margin-top: 0px;
	margin-bottom: 0px;
}

#nav OL {
	display: none;
}

#nav {
	height: 20px;
	padding-top: 2px;
	background-color: #677015;
	color: #ffffff;
	margin-bottom: 4px;
}

#Breadcrumbs {
	margin-bottom: 4px;
}

/*
    Left Nav styles
*/
DIV#navigation UL,
DIV#navigation UL * {
	margin: 0px;
	padding: 0px;
}

UL#leftNavigation LI {
	list-style: none;
}

UL#leftNavigation OL LI A {
	padding-left: 8px;
}

UL#leftNavigation LI H3 {
	padding: 2px 4px 0px 8px;
	height: 20px;

	font-size: 13px !important;
	font-weight: bold;

	margin-top: 8px;
	margin-bottom: 12px;

	color: #fff;
	background: #cbdb2a url(../images/nav_header.jpg) repeat-y 0 0;
}

UL#leftNavigation OL LI {
	margin: 0px;
	padding: 0px;
}

UL#leftNavigation OL {
	margin-bottom: 10px;
}

UL#leftNavigation LI H3 SPAN {
	float: left;
	font-size: 13px !important;
	font-weight: bold;
	color: #fff;
}
