/*---------------------- NAVIGATION ---------------------*/
table#navigation
{
 
    background-repeat : no-repeat;
}
table#navigation div.navlinks
{
	padding-top: 0px;
}
div.dropdown, div.dropdown-members
{
	width: 145px;
	z-index: 100;
	display: none;
	position: absolute;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #cccccc;
	border-left-color: #cccccc;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #cccccc;
	background-image: url(Images/menu/navdropdown.jpg);
	background-repeat: repeat;
}
div.dropdown-members
{
	width: 147px;
	border-right: 0px;
}
div.dropdown-members td
{
	width: 145px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #cccccc;
}
div.dropdown-members img
{
	float: left;
	margin-right: 5px;
}
div.dropdown-members div
{
	height: 39px;
	padding-top: 5px;
	cursor: pointer;
}
div.pagelinkon, div.pagelinkoff
{
	text-align: center;
	padding: 4px 8px 4px 8px;
	cursor: pointer;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cccccc;
}
div.pagelinkon
{
	background-image: url(Images/menu/navdropdown.jpg);
	background-repeat: repeat;
}
div.pagelinkon a, div.pagelinkon a:hover
{
	color: #999999;
	text-decoration: none;
}
div.pagelinkoff a, div.pagelinkoff a:hover
{
	color: #FFFFFF;
	text-decoration: none;
}
/*-------------------------------------------------------*/
