/*--------------------Hyperlink List Element-----------------------------------------*/
.Menu-HyperlinkListBlock
{
	padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
	background-image: url('/images/menu_background.gif');
	background-position: top right;
	background-repeat: repeat-y;
	width: 179px;
}
.Menu-HyperlinkListSectionHeader
{
	padding: 4px 7px 5px 7px;
    margin: 0px 5px 0px 0px;
    font-size: 9pt;
    font-family: arial, helvetica, sans-serif;	
	font-weight: normal;
    color: #ffffff;
	background-image: url('/images/menu_item.jpg');
	background-repeat: no-repeat;
	background-color: #deded4;
	cursor: pointer;
}
.Menu-HyperlinkListSectionHeader-Active
{
	padding: 4px 7px 6px 7px;
    margin: 0px 5px 0px 0px;
    font-size: 9pt;
    font-family: arial, helvetica, sans-serif;	
	font-weight: normal;
    color: #ffffff;
	background-image: url('/images/menu_item_active.jpg');
	background-repeat: no-repeat;
	background-color: #deded4;
	cursor: pointer;
}
.Menu-HyperlinkListSectionHeaderUntitled
{
	display: none;
}
.Menu-HyperlinkListBody
{
	padding: 8px 8px 8px 15px;
	margin: 0px 5px 0px 0px;
	background-color: #deded4;
	/*visibility: hidden;
	display: none;*/
}
.Menu-HyperlinkListTable
{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
.Menu-HyperlinkListTextColumn
{
	padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}
.Menu-HyperlinkListImageColumn
{
	display: none;
}
.Menu-HyperlinkListTitle
{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
    font-family: arial, helvetica, sans-serif;
	font-size: 8pt;
	color: #000000;
}
.Menu-HyperlinkListDescription
{    
	display: none;
}
.Menu-HyperlinkListSectionFooter
{
	display: none;
}
.Menu-HyperlinkListImage
{
    display: none;
}
A.Menu-HyperlinkListLink:link,
A.Menu-HyperlinkListLink:visited,
A.Menu-HyperlinkListLink:active
{
	color: #000000;
	text-decoration: none;
}
A.Menu-HyperlinkListLink:hover
{
	color: #000000;
	text-decoration: underline;
}
/*-----------------------------------------------------------------------------------*/
