﻿
/*
/ colors
///////////////////////////////////////////////////////////////////////////////////////////



*/

/*
/ treeview menu styles
///////////////////////////////////////////////////////////////////////////////////////////
*/

#treeview_nav_container
{
	padding: 0 0 20px 0; /* add some padding between the bottom of the sidebar and the treeview menu */
}
#treeview_nav_container h1
{
	background-color: #CACACA;
	font-size: 14px;
	line-height: 15px;
	margin: 0 0 8px 0;
	padding: 7px 7px 7px 11px;
	text-transform: uppercase;
}
#treeview_nav_container h1 a:link, #treeview_nav_container h1 a:visited, 
#treeview_nav_container h1 a:hover, #treeview_nav_container h1 a:active
{
	color: #000;
}
#treeview_nav_container ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#treeview_nav_container li
{
	background-color: #E3E3E3;
	border-top: solid 1px #E3E3E3; /* hack: removes extra space above and below items in IE */
	border-bottom: solid 1px #E3E3E3; /* hack: removes extra space above and below items in IE */
	margin: 0;
	padding: 0;
}
#treeview_nav_container a:link, #treeview_nav_container a:visited, 
#treeview_nav_container a:hover, #treeview_nav_container a:active
{
	color: #000;
	display: block;
	text-decoration: none;
}
#treeview_nav_container a:hover
{
	text-decoration: underline;
}
#treeview_nav_container #treeview_nav_open_item, #treeview_nav_container #treeview_nav_open_item li
{
	background-color: #E3E3E3;
	border-top: solid 1px #E3E3E3; /* hack: removes extra space above and below items in IE */
	border-bottom: solid 1px #E3E3E3; /* hack: removes extra space above and below items in IE */
}
/* external link icon style */
#treeview_nav_container img.extlink
{
	vertical-align: middle;
	margin: -2px 0 0 5px;
}

/* level 2 */
#treeview_nav_container .treeview_nav_section2 li
{
	background: url('../images/arrow.gif') 12px 5px no-repeat;
	margin: 0;
	padding: 0 0 0 8px;
}
#treeview_nav_container .treeview_nav_section2 a
{
	margin: 0;
	padding: 2px 12px 2px 15px;
	font-weight: normal;
	font-size: 11px;
	line-height: 13px;
}
#treeview_nav_container .treeview_nav_section2 span#treeview_nav_current_item
{
	display: block;
	background: #FFF url('../images/arrow.gif') 143px 5px no-repeat;
	margin: 0;
	padding: 0;
}
#treeview_nav_container .treeview_nav_section2 span#treeview_nav_current_item a
{
	background: url(../images/treeview_selected_item_background.gif) no-repeat;
}

/* level 3 */
#treeview_nav_container .treeview_nav_section3 li
{
	background-image: none !important;
	margin: 0 0 0 18px;
	padding: 0;
}
#treeview_nav_container .treeview_nav_section3 a
{
	margin: 0;
	padding: 2px 12px 2px 6px;
	font-weight: normal;
	font-size: 11px;
	line-height: 13px;
}
#treeview_nav_container .treeview_nav_section3 span#treeview_nav_current_item
{
	display: block;
	background: #FFF url('../images/arrow.gif') 125px 5px no-repeat;
	margin: 0;
	padding: 0;
}
#treeview_nav_container .treeview_nav_section3 span#treeview_nav_current_item a
{
	background: url(../images/treeview_selected_item_background.gif) no-repeat;
}

/* level 4 */
#treeview_nav_container .treeview_nav_section4 li
{
	margin: 0 0 0 12px;
	padding: 0;
}
#treeview_nav_container .treeview_nav_section4 a
{
	margin: 0;
	padding: 2px 12px 2px 6px;
	font-weight: normal;
	font-size: 11px;
	line-height: 13px;
}
#treeview_nav_container .treeview_nav_section4 span#treeview_nav_current_item
{
	display: block;
	background: #FFF url('../images/arrow.gif') 113px 5px no-repeat;
	margin: 0;
	padding: 0;
}
#treeview_nav_container .treeview_nav_section4 span#treeview_nav_current_item a
{
	background: url(../images/treeview_selected_item_background.gif) no-repeat;
}

/* level 5 */
#treeview_nav_container .treeview_nav_section5 li
{
	margin: 0 0 0 10px;
	padding: 0;
}
#treeview_nav_container .treeview_nav_section5 a
{
	margin: 0;
	padding: 2px 4px 2px 6px;
	font-weight: normal;
	font-style: italic;
	font-size: 11px;
	line-height: 13px;
	color: #000;
}
#treeview_nav_container .treeview_nav_section5 span#treeview_nav_current_item
{
	display: block;
	background: #FFF url('../images/arrow.gif') 103px 5px no-repeat;
	margin: 0;
	padding: 0;
}
#treeview_nav_container .treeview_nav_section5 span#treeview_nav_current_item a
{
	background: url(../images/treeview_selected_item_background.gif) no-repeat;
}

/*
/ nav strip menu styles
///////////////////////////////////////////////////////////////////////////////////////////
*/

/* print page button style */

#print_page_container
{
	float: left;
	margin: 0 0 0 63px;
	padding: 0;
}
#print_page_container a.nav_link
{
	display: block;
	margin: 0;
	padding: 0;
	width: 15px;
	height: 26px;
	text-indent: -9000px; /* note use of image replacement */
	background: url(../images/print_icon.gif) no-repeat 0 5px; 
}

/*
/ menu styles
///////////////////////////////////////////////////////////////////////////////////////////
*/

#navigation ul 
{
	margin: 0;
	padding: 0;
	float: left;
}
#navigation ul li 
{
	height: 26px;
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
}
#navigation ul li img
{
	width: 1px;
	height: 26px;
	margin: 0;
	float: left;
}
#navigation ul li a:link, #navigation ul li a:visited, 
#navigation ul li a:hover, #navigation ul li a:active
{
	display: block;
	padding: 0 11px;
	float: left;
	height: 26px;
	font-size: 13px;
	line-height: 26px;
	text-decoration: none;
	color: #FFF;
}
#navigation ul li a:hover
{
	background-color: #415E91;
}
