#PrevNextButtons
{
	padding-left:10px;
}


#TopMenus
{
	position:relative;
	width:990px;
	height:81px;
	aliign:right;
}

.MenuTier1
{
	position:relative;
	height:56px;
	background-image: url(images/menu-bar-bg.jpg);
	background-repeat: repeat-x;
	background-position:top;
}

.MenuTier2
{
	position:relative;
	height:25px;
	background-image: url(images/menu-bg-top.jpg);
	background-repeat: repeat-x;
	background-position:top;
}







.OutlineCell1 
{
	padding-left:15px;
	padding-right:15px;
	background-image: url(images/menu-bar-bg.jpg);
	background-repeat: repeat-x;
	background-position:top;
}
.OutlineCellSelected1
{
	padding-left:15px;
	padding-right:15px;
	background-image: url(images/menu-bar-highlight.jpg);
	background-repeat: repeat-x;
	background-position:top;
}

.OutlineCellSelected1:hover
{
	padding-left:15px;
	padding-right:15px;
	background-image: url(images/menu-bar-highlight-orange.jpg);
	background-repeat: repeat-x;
	background-position:top;
}

.OutlineLink1,
.OutlineLinkSelected1
{
	font-size:10pt;
	line-height:56px;
}


.OutlineCell2
{
	padding-left:11px;
	padding-right:11px;
	background-image: url(images/menu-bg-tier2.jpg);
	background-repeat: repeat-x;
	background-position:top;
	font-size:12px;
}
.OutlineCellSelected2
{
	padding-left:11px;
	padding-right:11px;
	background-image: url(images/menu-bg-tier2.jpg);
	background-repeat: repeat-x;
	background-position:top;
	font-size:12px;
}
.OutlineLink2
{
	color:#FFFFFF;
	font-size:12px;
}
.OutlineLinkSelected2
{
	color:#FFFFFF;
	font-size:12px;
}


.OutlineSectionOpen2
{
	height:25px;
	width:18px;
	background-image: url(images/menu-bar-open2.png);
	background-repeat: no-repeat;
	background-position:top left;
	font-size:12px;
}
.OutlineSectionClose2
{
	height:25px;
	width:18px;
	background-image: url(images/menu-bar-close2.png);
	background-repeat: no-repeat;
	background-position:top left;
	font-size:12px;
}



