#marqueecontainer{
position: relative;
width: 170px; /*marquee width */
height: 180px; /*marquee height */
overflow: hidden;
padding: 2px;
padding-left: 4px;
}

.LinksRootItem
{
	border-top:1px solid gray;
	background-color:#f2f1f1;
	padding:5px;
	color:Gray;
	text-decoration:none;
	font-weight:700;
	width:100%;
	padding-left:5px;
	background-image:url(/www/images/headerArrow.jpg);
	background-position:left center;
	background-repeat:no-repeat;
}
.LinksRootItem a:link {color: Gray;text-decoration:none}
.LinksRootItem a:visited {color:Gray;text-decoration:none}
.LinksRootItem a:hover {color:Black;text-decoration:none}
.LinksRootItem a:active {color:Gray;text-decoration:none} 

.LinksRootItemSelected
{
	border-top:1px solid gray;
	background-color:#f2f1f1;
	padding:5px;
	color:Black;
	text-decoration:none;
	font-weight:700;
	width:100%;
	padding-left:5px;
	background-image:url(/www/images/headerArrowExpanded.jpg);
	background-position:left center;
	background-repeat:no-repeat;
}
.LinksRootItemSelected a:link {color: Black;text-decoration:none}
.LinksRootItemSelected a:visited {color:Black;text-decoration:none}
.LinksRootItemSelected a:hover {color:Black;text-decoration:none}
.LinksRootItemSelected a:active {color:Black;text-decoration:none} 

.LinksSubItem
{
	background-color:White;
	padding:3px;
	color:Gray;
	text-decoration:none;
	border-right:1px solid gray;
	width:100%;
}
.LinksSubItem a:link {color: Gray;text-decoration:none}
.LinksSubItem a:visited {color:Gray;text-decoration:none}
.LinksSubItem a:hover {color:Black;text-decoration:none}
.LinksSubItem a:active {color:Gray;text-decoration:none} 

.LinksSubItemSelected
{
	background-color:White;
	padding:3px;
	color:Black;
	text-decoration:none;
	border-right:1px solid gray;
	width:100%;
}
.LinksSubItemSelected a:link {color: Black;text-decoration:none}
.LinksSubItemSelected a:visited {color:Black;text-decoration:none}
.LinksSubItemSelected a:hover {color:Black;text-decoration:none}
.LinksSubItemSelected a:active {color:Black;text-decoration:none} 



#MainTable
{
	max-width:780px;
	width: 780px;
	margin-left: auto;
	margin-right: auto;
	height:100%;
	background-repeat:repeat-y;
}

#Page
{
	background-color:White;
}

#Footer
{
	
}

#Footer a:link {color: White;}
#Footer a:visited {color:White;}
#Footer a:hover {color:White;}
#Footer a:active {color:White;} 

#Links
{
	
}

#MainLinksPicture
{
	margin:0;
	padding:0;
	width:180px;
	height:100px;
	background-repeat:no-repeat;
}

#HeaderSeparator
{
	padding-left:5px;
	padding-right:5px;
	overflow:hidden;
}

#Header
{
	width:780px;
	overflow:hidden;
	margin-left:auto;
	margin-right:auto;
	vertical-align:top;
}

