﻿
UL
{
	text-align: left;
	height: 23px;
	background-position: left top;
	background-image: url(../shared/images/menuSliver.gif);
	background-repeat: repeat;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 0px;
	padding-top: 0px;
}
UL LI {
	clear: none;
	display: block;
	float: left;
	position: relative;
	left:0px;
	top:0px;
	text-align:center;
	white-space:nowrap;
	padding-left:15px;
	padding-right:15px;
	list-style-type: none; 
}
UL LI A, UL LI A:visited
{
	color: white;
	text-decoration: none;
	background-position: right center;
	background-repeat: no-repeat;
	display: block;
	float: left;
	padding-right: 20px;

	margin-top: 5px;
	background-image: url(../shared/images/buttonSplit.gif);
}
UL LI LI:hover, UL LI LI a:hover {
	color: #752100;
	background: #FEF5D0;
}

UL LI:hover UL, LI.over UL, UL LI:hover {

	display: block;
}
UL LI UL
{
	display: none;
	position: absolute;
	z-index: 3;
	top: 100%;
	left: -18px;
	width: auto;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	background-image: none;
	background-color: transparent;
}
UL LI UL LI
{
	display: block;
	float: none;
	overflow: hidden;
	width:  140px;
	height: 20px;
	padding: 0px;
	margin: 0px;
	background: #ffffee;
	border: 1px solid #D8C382;
	border-top: 1px solid #FFFAE5;
	list-style-type: none; 
}
UL LI UL LI A, UL LI UL LI A:visited
{
	display: block;
	float: none;
	overflow: hidden;
	height: 20px;
	margin: 0px; 
	padding: 0px;
	font-size: 13px;
	text-indent: 0px;
	font-weight: normal;
	color: #300;
	line-height: 22px;
	background: #ffffee;
	border: none;
}


