#scroll {
	height:100%;
	overflow:auto;
	}




.bold { 
	font-family:SeriaSans-BoldCaps, Arial; 
	font-size: 19px;
	text-transform:; 
	line-spacing: -9.15; 
	color: #ffffff; 
	}
.html_bold { 
	font-family:SeriaSans-BoldCaps, Arial; 
	font-size: 14px;
	text-transform:; 
	line-spacing: -9.15; 
	color: #ffffff; 
} 
.maintext { 
	font-family:Arial; 
	font-size: 19px; 
	color: #B9B9BA; 
	}
.html_maintext { 
	font-family:Arial; 
	font-size: 14px; 
	color: #B9B9BA; 
}
.maintextwhite { 
	font-family:SeriaSans-Regular, Arial; 
	font-size: 19px; 
	color: #ffffff; 
	}

b { 
	font-family: Arial; 
	font-size: 19px; 
	color: #ffffff; 
	}

.maintextbright { 
	font-family: Arial; 
	font-size: 15px;
	text-transform:; 
	color: #ffffff; 
	}

a {
	font-family: Arial; 
	font-size: 14px; 
	color: #818182;
	text-decoration: none;
	text-transform: ;
	letter-spacing: 0px;
	line-height: 100%;
	}

a:hover {  
	color: #ffffff;
	}
html_a {
	font-family: Arial; 
	font-size: 14px; 
	color: #818182;
	text-decoration: none;
	text-transform: lowercase;
	letter-spacing: 0px;
	line-height: 60%;
	}

html_a:hover {  
	color: #ffffff;
}

.pathbright {
	font-family:SeriaSans-RegularCaps, Arial; 
	font-size: 19px; 
	text-transform: lowercase;
	color: #ffffff;
	}
.pathbright:hover {
	font-family:SeriaSans-RegularCaps, Arial; 
	font-size: 19px; 
	text-transform: lowercase;
	color: #818182;
	}
.html_pathbright {
	font-family:SeriaSans-RegularCaps, Arial; 
	font-size: 14px; 
	text-transform: lowercase;
	color: #ffffff;
	}
.html_pathbright:hover {
	font-family:SeriaSans-RegularCaps, Arial; 
	font-size: 14px; 
	text-transform: lowercase;
	color: #818182;
	}
.shyimage img{
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=40);
-moz-opacity: 0.4;
}
.shyimage:hover img{
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
-moz-opacity: 1;
}

.boldimage a {
	font-family:SeriaSans-RegularCaps, Arial; 
	font-size: 19px; 
	color: #818182;
	text-decoration: none;
	text-transform: lowercase;
	letter-spacing: 0px;
	line-height: 60%;
	}

.boldimage img{
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
-moz-opacity: 1;
}
.boldimage:hover img{
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=40);
-moz-opacity: 0.4;
}
.opaqueimage img{
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
-moz-opacity: 1;
}
.opaqueimage:hover img{
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
-moz-opacity: 1;
}
/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/final_pullup.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the assocaited (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
/* style the outer div to give it width */
.menu {
width:525px;
height:41px;
font-size:0.85em;
}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
padding:0;
margin:0;
list-style-type:none;
}
.menu ul ul {
width:175px;
}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {
float:left;
width:175px;
position:relative;
}
/* style the links for the top level */
.menu a, .menu a:visited {
display:block;
font-size:11px;
text-decoration:none; 
text-align:right;
color:#fff; 
width:175px; 
height:41px; 
border:0px solid #fff; 
border-width:0 0 0 0; 
background:#4C4C4D; 
line-height:40px;
}
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {
width:175px;
w\idth:175px;
}

/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {
background:#4C4C4D;
}
/* style the second level hover */
.menu ul ul a.drop:hover {
background:#4C4C4D;
opacity:.40;
filter: alpha(opacity=40);
 -moz-opacity: 0.4;
}
.menu ul ul :hover > a.drop {
background:#4C4C4D;
opacity:.40;
filter: alpha(opacity=40);
 -moz-opacity: 0.4;
}
/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {
background:#4C4C4D;
}
/* style the third level hover */
.menu ul ul ul a:hover{
background:#4C4C4D;
opacity:.40;
filter: alpha(opacity=40);
 -moz-opacity: 0.4;
}
.menu ul ul ul :hover > a {
background:#4C4C4D;
}

/* style the table so that it takes no part in the layout - required for IE to work */
.menu table {border-collapse:collapse; border:0; position:absolute; left:0; bottom:-1px;}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
visibility:hidden;
position:absolute;
bottom:40px;
left:0; 
width:175px;

}
* html .menu ul ul {
bottom:40px;
}
/* position the third level flyout menu */
.menu ul ul ul{
left:175px; 
bottom:0;
width:175px;
}
/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {
left:-175px;
}


/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {
background:#4C4C4D;
color:#000; 
height:auto; 
line-height:1em; 
padding:0px 0px; 
width:175px
/* yet another hack for IE5.5 */
}
* html .menu ul ul a{
width:175px;
w\idth:175px;
}

/* style the top level hover */
.menu a:hover, .menu ul ul a:hover{
color:#fff; 
background:#4C4C4D;
opacity:.40;
filter: alpha(opacity=40);
 -moz-opacity: 0.4;
}
.menu :hover > a, .menu ul ul :hover > a {
color:#fff;
background:#4C4C4D;
}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{
visibility:visible;
height:auto;
}
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{
display:none;
}
/* keep the fourth level hidden when you hover on second level list OR link */
.menu ul :hover ul :hover ul ul{
}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ 
display:block;
bottom:0;
}
/* make the fourth level visible when you hover over third level list OR link */
.menu ul :hover ul :hover ul :hover ul { 
display:block;
bottom:0;
}