﻿/***** SITE MAP DIVISION *****/
.breadcrumbs {
	height: 18px;
	background-color: #004800;
	color: #ffffff;	
	font-style: italic;
	font-size: 1em;
	padding-bottom: 2px;
}
.breadcrumbs table {
	width: 100%;
	background-color: #004800;
	color: #ffffff;
}
.breadcrumbs .tdLeft {
	width: 500px;
	text-align: left;
	padding-left: 5px;
}
.breadcrumbs .tdRight {
	text-align: right;
	padding-right: 5px;
}
.breadcrumbs a {
	font-style: italic;
	font-weight: normal;
	text-decoration: none;
	color: #ffffff;
}
.breadcrumbs a:visited {
	font-style: italic;
	font-size: 1em;
	color: #ffffff;
}	
.breadcrumbs a:hover {
	text-decoration: underline;
	color: Yellow;
}

/***** myACCOUNT LOGIN BAR *****/
#myAccountBar {
	height: 16px;
	text-align: right;
	color: #ffffff;
	font-weight: bold;
	font-style: italic;
	padding: 2px 4px 0px 0px;
	background: #7a502d;
	border-right: solid 3px #004800;
	border-bottom: solid 4px #004800;
	position: relative;
	left: -4px;
	margin-right: -4px;
}
html>body #myAccountBar {
	left: 0px;
	margin-right: 0px;
}
#myAccountBar a {
	color: #ffffff;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}	
#myAccountBar a:visited {
	color: #ffffff;
}	
#myAccountBar a:hover {
	color: Yellow;
	text-decoration: underline;
}

/***** MAIN MENU *****/
#div_menu {
    height: 21px;
    line-height: 0px;
	font-size: 1em;
	background-color: #eaeaea;
	border-right: solid 3px #dddcdc;
	border-bottom: solid 3px #dddcdc;
    z-index: 1000;
	position: relative;
	left: -4px;
	margin-right: -4px;
}
html>body #div_menu {
	left: 0px;
	margin-right: 0px;
}
html>body #div_menu {
	float: none;
	margin-right: 0px;
}
#div_menu a {
	color: #383838;
    width: 100%;
    display: block;
    z-index: 1000;
}
#div_menu a:hover {
    background-color: #c9af90;
	color: #83212a;
	text-decoration: none;
    width: 100%;
    z-index: 1000;
}
.menu_static {
	text-align: left;
	margin: 0px;
	padding: 0px 4px 0px 2px;
	font-style: normal;
	font-size: 1em;
	background: #eaeaea;
    z-index: 1000;
    line-height: 12px;
}
.menu_static_normal {
	text-align: left;
	margin: 0px;
	padding: 1px 2px 2px 2px;
	font-style: normal;
	font-size: 1em;
	background-color: #eaeaea;
    z-index: 1000;
}
.menu_static_hover {
    background-color: #c9af90;
	color: #83212a;
    z-index: 1000;
}
.menu_dynamic {
	border: solid 1px #5e5e5e;
	background-color: #eaeaea;
	margin-top: 5px;
    z-index: 1000;
    line-height: 18px;
}
.menu_dynamic_normal {
	height: 18px;
	text-align: left;
	margin-right: 6px;
	padding: 0 2px 0 2px;
	font-style: normal;
	background-color: #eaeaea;
	border: none;
    z-index: 1000;
}
.menu_dynamic_hover {
    background-color: #c9af90;
	color: #83212a;
    z-index: 1000;
}

/***** FOOTER SECTION ******/
.footerlinks {
	clear: both;
	width: 100%;
	height: 16px;
	text-align: right;
	vertical-align: middle;
	border: none;
	border-top: solid 3px #dddcdc;
	color: #ffffff;
	background: #004800;
	padding-top: 2px;
}
.footerlinks a {
	color: #ffffff;
	font-style: normal;
	text-decoration: none;
	padding-left: 10px;
	padding-right: 10px;
}	
.footerlinks a:visited{color:#fff;}
.footerlinks a.visited{color:#fff;}
	
.footerlinks a:hover {
	color: Yellow;
	text-decoration: underline;
}

/***** SECTION LINKS PAGESE *****/
#section_links {
	width: 580px;
	background-color: #eaeaea;
	border: solid 1px #7e7e7e;
	padding: 4px;
	margin-top: 20px;
}
#section_links #table_links {
	border: solid 1px #7e7e7e;
	background-color: #f7f7f7;
}
#section_links #table_links th,
#section_links #table_links td {
	text-align: left;
	padding: 4px;
}
#section_links #table_links .thTop {
	background: #c29c82;
	color: #5b2d0d;
	font-style: italic;
}
#section_links #table_links .tdLeft {width: 160px;}

	