/*
Put navigation-only CSS here.
This helps to keep screen.css smaller.
*/

#secondary_nav, #secondary_nav li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#secondary_nav {
	position: absolute;
	display: block;
	padding-left: 15px;
	padding-right: 15px;
	top: 15px;
	right: 200px;
	background: #6e7952;
}

#secondary_nav li {
	position: relative;
	float: left;
}

#secondary_nav li a {
	display: block;
	padding: 0.5em 0.75em 0.4em 0.75em;
	color: #fff !important;
	font-size: 9px;
	line-height: 14px;
/*	letter-spacing: 1px;*/
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
}

#secondary_nav li a:hover {
	text-decoration: underline;
}






#menu {
	background: #2a0411;
}

#menu_in {
	margin: 0 auto;
	padding: 0 67px;
	width: 856px;
	height: 55px;
	overflow: hidden;
	background: url('../img/menu-bg.gif') 68px 0px no-repeat;
}

#yahoo_menu_bar {
	display: block;
	position: relative;
	padding-left: 10px;
	margin-bottom: 7px;
	height: 50px;
}

#yahoo_menu_bar .yuimenubaritem {
	float: left;
}

#yahoo_menu_bar .yuimenubaritemlabel {
/*	position: relative;*/
	display: block;
	padding: 15px 14px 21px 10px;
/*	background: transparent url('../img/menu-bg-hover.gif') 0px -100px repeat-x;*/
/*	color: #fff !important;*/
	font-family: Georgia, serif;
	font-size: 15px;
	line-height: 19px;
/*	height: 19px;*/
/*	line-height: normal;*/
	font-weight: bold;
	/*	letter-spacing: 1px;*/
	text-transform: uppercase;
	text-decoration: none;
	color: #e1a028 !important;
}

#yahoo_menu_bar .yuimenubaritemlabel-selected {
/*	background-color: #ff8831;*/
/*	background-position: 0px 0px;*/
/*	text-decoration: underline;*/
	color: #ece6da !important;
}

#yahoo_menu_bar .yuimenu {
/*	visibility: hidden;*/
	padding: 4px 8px 9px 8px;
	width: 218px;
	background: #2c0108;
}

#yahoo_menu_bar .yuimenuitem {
	font-family: "Trebuchet MS", Tahoma, Verdana, sans-serif;
	font-size: 12px;
	line-height: 1.4;
}

#yahoo_menu_bar .yuimenuitemlabel {
	padding: 3px 6px;
	width: 206px;
	text-decoration: none;
	white-space: normal;
	color: #e1a028 !important;
}

#yahoo_menu_bar .yuimenuitemlabel-selected {
	color: #fff !important;
/*	text-decoration: underline;*/
/*	background-color: black;*/
}

/*#big_image {
	height: 250px;
	margin-bottom: 7px;
	background: #ccc;
}
*/

#breadcrumb {
	margin-bottom: 1em;
	font-size: 10px;
	line-height: 14px;
}

#breadcrumb a {
	text-decoration: none;
	padding-bottom: 2px;
	color: #93002f !important;
}

#breadcrumb a:hover {
	text-decoration: none;
	padding-bottom: 1px;
	border-bottom: 1px #93002f solid;
}





#section_nav {
/*	margin-left: 10px;*/
	margin-top: 1em;
	margin-bottom: 2.5em;
	width: 174px;
}

#section_nav ul, #section_nav li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#section_nav a {
	display: block;
	font-size: 12px;
	line-height: 18px;
	margin-bottom: 0.2em;
	text-decoration: none;
	padding-bottom: 0em;
	padding-top: 0.4em;
/*	border-top: 1px #eae6e5 solid;*/
}

#section_nav a:hover {
	text-decoration: underline;
}

#section_nav a.currentPage {
	font-weight: bold;
	color: #290010 !important;
	zoom:1;
}
#section_nav a.currentSection {
	font-size: 10px;
	color: #290010 !important;
	font-weight: bold;
	text-transform: uppercase;
	border-top-width: 0px;
	letter-spacing: 1px;
	padding-bottom: 0.25em;
	border-bottom: 1px #290010 solid;
	margin-bottom: 0.75em;
}

#section_nav ul ul li a {
	font-size: 14px;
	color: #5d0113 !important;
}
#section_nav ul ul ul li a {
	font-size: 11px;
	padding-left: 0.7em;
}
#section_nav ul ul ul ul li a {
	font-size: 10px;
}
