/* CSS Document */





#menu ul li
{
	float: left;
	text-align: right;

}
#menu ul
{
	list-style: none;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0px;
	float: left;
}
#menu ul li ul li
{
	float: none;
	background-image: url(../images/blank.gif);
	background-repeat: no-repeat;
}

#menu ul ul
{
display: none;
}

#menu ul li:hover > ul
{
display: block;
}
#menu li
{
position: relative;
}

#menu ul li ul
{
	width: 150px;
	padding: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #072349;
	border-right-color: #072349;
	border-bottom-color: #072349;
	border-left-color: #072349;
}

#menu ul ul
{
	position: absolute;
	z-index: 500;
	padding: 0px;
}

#menu ul ul ul
{
top: 0;
left: 100%;
}

#menu a
{
	display: block;
	color: #000;
	text-decoration: none;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-transform: none;
	padding-top: 0px;
	padding-right: 36px;
	padding-left: 0px;
	background-repeat: no-repeat;
	background-position: right bottom;
	line-height: 12px;
	margin: 0px;
	padding-bottom: 0px;
	height: 25px;
}
#menu .selected {


}
#menu .selected a{
	color: #990000;

}
#menu .selected a:hover
{
	color: #990000;
	cursor: pointer;

}


#menu a:hover
{
	color: #990000;
	cursor: pointer;

}

#menu ul li ul li a {
		font-weight: normal;
	padding: 4px;
	height: auto;
	background-color: #bebe99;
	line-height: 15px;
	background-image: url(/images/blank.gif);	
	color: #000000;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #072349;
	border-right-color: #072349;
	border-bottom-color: #072349;
	border-left-color: #072349;
	background-color: #8590A5;
}
#menu ul li ul li a:hover {
	color: #990000;
	background-image: url(/images/blank.gif);
	background-color: #d1b0ac;
		font-weight: normal;
}
#menu .selected ul li a {
	padding: 4px;
	height: auto;
	font-weight: normal;
	line-height: 15px;
	background-image: url(/images/blank.gif);
	color: #000000;
	background-color: #bebe99;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #072349;
	border-right-color: #072349;
	border-bottom-color: #072349;
	border-left-color: #072349;
}
#menu .selected ul li a:hover {
	padding: 4px;
	height: auto;
	font-weight: normal;
	line-height: 15px;
	color: #990000;
	background-image: url(/images/blank.gif);
	background-color: #bebe99;

}
