﻿.middleMenuSel span{ /*--Drop down trigger styles--*/
	width: 11px;
	height: 25px;
	float: left;
	margin-left:2px;
	background-image: url(../images/arrow.png);
	background-repeat:no-repeat;
	background-position: center center;
}
.middleMenuSel  span:hover{/*--Hover effect for trigger--*/
    cursor: pointer;
    background: url(../images/arrowhover.png);
    background-repeat:no-repeat;
    background-position:center center;
}
.middleMenu span{ /*--Drop down trigger styles--*/
	width: 11px;
	height: 25px;
	float: left;
	margin-left:2px;
	background-image: url(../images/arrow.png);
	background-repeat:no-repeat;
	background-position: center center;
}
.middleMenu  span:hover{/*--Hover effect for trigger--*/
    cursor: pointer;
    background: url(../images/arrowhover.png);
    background-repeat:no-repeat;
    background-position:center center;
}
ul.subnav{
	list-style: none;
	position: absolute; /*--Important - Keeps subnav from affecting main navigation flow--*/
	left: 0px;
	top: 26px;
	background-color: #8b896f;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	display: none;
	width: 170px;
	clear: both;
	z-index:1000;
}
ul.subnav li{
	clear: both;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	width: 170px;
	text-align:left;
	position:relative;
}
ul.subnav li a{
	margin:0px 0px 0px 0px;
	padding:5px 10px 5px 15px;
    width: 145px;
    height:auto;
	text-align:left;
	color:White;
	font-size:12px;
	border-bottom:dashed 1px #ccc9b5;
}
ul.subnav li a:hover{
	color:#ffa100;
}
.belowList{
    width:170px;
    background-image:url(../images/belowList.png);
    background-repeat:no-repeat;
    height:4px;
    font-size:1px;
    position:absolute;
    bottom: -4px;
    left:0px;
}
ul.subnav li span{
	width: 12px;
	height: 11px;
	position:absolute;
	right:5px;
	top:7px;
	background-image: url(../images/arrowSub.png);
	background-repeat:no-repeat;
}
ul.subnav li span:hover{/*--Hover effect for trigger--*/
    cursor: pointer;
    background: url(../images/arrowSubHover.png);
}
ul.subSubNav{
	list-style: none;
	position: absolute; /*--Important - Keeps subnav from affecting main navigation flow--*/
	left: 170px;
	top: 0px;
	background-color: #73715b;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	display: none;
	width: 170px;
	clear: both;
	z-index:100;
}
ul.subSubNav li{
	clear: both;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	width: 170px;
	text-align:left;
	position:relative;
}
ul.subSubNav li a{
	margin:0px 0px 0px 0px;
	padding:5px 0px 5px 15px;
    width: 155px;
	text-align:left;
	height:auto;
	color:White;
	font-size:12px;
	border-bottom:dashed 1px #ccc9b5;
}
ul.subSubNav li a:hover{
	color:#ffa100;
}
.belowSubList{
    width:170px;
    background-image:url(../images/belowSubList.png);
    background-repeat:no-repeat;
    height:4px;
    font-size:1px;
    position:absolute;
    bottom: -4px;
    left:0px;
}
