﻿
#nav-installations-menu-left, #nav-installations-menu-right {
	display: none;
	position: absolute;
	list-style-type: none;
	top: 100px;
	width: 190px;
	height: auto;
	background: White url('Images/Nav-Installations-Menu-Background-Off.gif') repeat-y scroll top left;
	border-top: solid 1px #e9e7d1;
	border-left: solid 1px #e9e7d1;
	border-right: solid 1px #e9e7d1;
}

#nav-installations-menu-left {
	left: 343px;
	z-index: 9990;
}

#nav-installations-menu-right {
	left: 533px;
	z-index: 9991;
}

#nav-installations-menu-left li, #nav-installations-menu-right li {
	display: block;
	position: relative;
	width: 190px;
	min-height: 22px;
	font-size: 12px;
	line-height: 15px;
	background-color: Transparent;
}

#nav-installations-menu-left li a, #nav-installations-menu-right li a {
	display: block;
	position: relative;
	width: 174px;
	min-height: 14px;
	margin: 0px;
	padding: 5px 8px 4px 8px;
	color: #a2988a;
	border-bottom: solid 1px #e9e7d1;
	white-space: nowrap;
}

#nav-installations-menu-left li a:hover, #nav-installations-menu-right li a:hover {
	color: #3771ae;
	background: Transparent url('Images/Nav-Installations-Menu-Background-On.gif') repeat-y scroll top left;
}

.installation-menu-disabled:hover {
	background: White url('Images/Nav-Installations-Menu-Background-Off.gif') repeat-y scroll top left !important;
}

#nav-installations-menu-left li a span, #nav-installations-menu-right li a span {
	color: #5a4a42;
}

