.menu
{
	margin: 0px;
	padding: 0px;
	text-align: right;
	font-size: 11.6pt;
	font-family: Verdana, Arial, Helvetica;
}
.menu UL
{
	margin: 0px;
	padding: 0px;
	float: right;
}
.menu LI
{
	margin: 0px 0px 0px 13px;
	padding: 0px;
	list-style-type: none;
	float: left;
	position: relative;
}
.menu UL LI A
{
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	padding: 5px;
	display: block;
}
.menu UL LI A:hover
{
	color: #279DB7;
}
.menu UL LI UL
{
	position: absolute;
	visibility: hidden;
	width: 250px;
	display: block;
	right: 0px;
	padding-top: 30px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	background-image: url(../img/menubg.png);
	background-repeat: no-repeat;
	background-position: center top;
}
.menu UL LI:hover UL
{
	visibility: visible;
}
.menu UL LI UL LI
{
	float: right;
	width: 250px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #343434;
}

