﻿/* Horby.Webb.Style.Navigation */

div.LeftMenuContainer_Div {
	width: 175px;
	margin-left: 0px;
	padding-left: 0px;
	background-image: url('/_layouts/Horby.Webb/images/main_menu_dot.gif');
	background-repeat: repeat-y;
}

UL.LeftMenuContainer_Ul {
	list-style: none;
	margin: 0px;
	padding-left: 0px;
	padding-right: 0px;
}

li.LeftMenu_RootNode {
	margin-left: 0px;
	padding-left: 0px;
	background-color: #CCCCCC;
	background-image: url('/_layouts/Horby.Webb/images/main_menu_dot.gif');
	background-repeat: repeat-y;
	border-bottom: solid 2px #FFFFFF;
	width: 175px;
	height: 17px;
	vertical-align: middle;
	height: 100%;
	display:table;
}

li.LeftMenu_SelectedRootNode, li.LeftMenu_ParentRootSelectedNode
{
	margin-left: 0px;
	padding-left: 0px;
	background-color: #CCCCCC;
	background-image: url('/_layouts/Horby.Webb/images/main_menu_dot_black.gif');
	background-repeat: repeat-y;
	border-bottom: solid 2px #FFFFFF;
	width: 175px;
	height: 100%;
	display:table;
}

.LeftMenu_RootNode a:link, .LeftMenu_RootNode a:visited, .LeftMenu_RootNode a:active,.LeftMenu_SelectedRootNode a:link, .LeftMenu_SelectedRootNode a:visited, .LeftMenu_SelectedRootNode a:active, .LeftMenu_ParentRootSelectedNode a:link, .LeftMenu_ParentRootSelectedNode a:visited, .LeftMenu_ParentRootSelectedNode a:active {
	position: relative;
	left: 16px;
	padding-top: 3px;
	padding-bottom: 5px;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}

ul.LeftMenu_SecondLevel 
{
	width: 175px;
	list-style: none;
	margin-left: 0px;
	background-color: #ffffff;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 0px;
	position: relative;
}

ul.LeftMenu_LeafLevel 
{
	list-style: none;
	margin-left: 0px;
	background-color: #ffffff;
	padding-top: 0px;
	padding-bottom: 0px;
	position: relative;
	padding-left: 0px;
}

.LeftMenu_SecondLevel a:link, .LeftMenu_SecondLevel a:visited, .LeftMenu_SecondLevel a:active {
	position: relative;
	left: 16px;
	padding-top: 0px;
	padding-bottom: 0px;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}

li.LeftMenu_LeafNode
{
	padding-left: 10px;
}

li.LeftMenu_SelectedLeafNode
{
	padding-left: 10px;
	position: relative;
	margin-left: 5px;
	
}

li.LeftMenu_SelectedNode
{
	margin-left: 0px;
	padding-left: 0px;
	background-color: #FFFFFF;
	background-image: url('/_layouts/Horby.Webb/images/theblackplupp.gif');
	background-repeat: no-repeat;
	
}

li.LeftMenu_SelectedLeafNode
{
	margin-left: 0px;
	padding-left: 10px;
	background-color: #FFFFFF;
	background-repeat: repeat-y;
	
}

