#marqueecontainer {
	position: relative;
	width: 170px;
	height: 275px;
	overflow: hidden;
	border-top: 4px solid #D3E1F5;
	border-bottom: 4px solid #D3E1F5;
	padding: 8px;
}



.Header-Bold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	border: #000000;
	padding-left: 4px;
}
.Copy-bold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	line-height: normal;
	text-decoration: none;
	font-style: normal;
	font-variant: normal;
	color: #000000;
}
.Header-colbg {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #6B90C7;
	padding-left: 6px;
	height: 14px;
}
.Copy-Roman {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-align: left;
}
.Copy-Roman-bg {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-align: left;
	background-color: #D3E1F5;
	padding: 4px;
}
.Copy-bold-big {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	line-height: normal;
	text-decoration: none;
	font-style: normal;
	font-variant: normal;
	color: #000000;
}
.bullets {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	line-height: 10px;
	background-color: #DFE8F5;
}
.Copy-Roman-blu {

	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
}
.Copy-Roman-grey {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	text-align: left;
	color: #999999;
}
.news-border {
	border: 1px solid #6B90C7;
}
.news {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-align: left;
	background-color: #D3E1F5;
}


a:link {
	color: #000000;
}
a:visited {
	color: #000000;
}
a:hover {
	color: #000000;
}
a:active {
	color: #000000;
}





body{
font-size:0.6em;
font-family:Verdana, Arial, Helvetica, sans-serif;
}

#nav, #nav ul{
margin:0;
padding:1;
list-style-type:none;
list-style-position:outside;
position:relative;
line-height:1.7em; 
}

#nav a{
display:block;
padding:0px 4px;
border:0px solid #FFF;
color:#fff;
text-decoration:none;
background-color:#6b90c7;
}

#nav a:hover{
background-color:#7fa3d9;
color:#0c4399;
}

#nav li{
float:left;
position:relative;
}

#nav ul {
position:absolute;
display:none;
width:25em;
top:1.7em;
}

#nav li ul a{
width:22em;
height:auto;
float:left;
}

#nav ul ul{
top:auto;
}	

#nav li ul ul {
left:22em;
margin:0px 0 0 10px;
}







/* ================================================================
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.cssmenus.co.uk
Copyright (c) 2009- Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any
way to fit your requirements.
=================================================================== */
#menu1 {padding:0; margin-top:3px; list-style:none; height:10px; position:relative; z-index:500; font-family:arial, verdana, sans-serif; font-size:1em; }
#menu1 li {float:left; margin-right:1px;}
#menu1 li a {display:block; float:left; height:17px; line-height:17px; color:#FFFFFF; text-decoration:none; font-weight:normal; padding:0 7px 0 7px; opacity:.9; filter: alpha(opacity:90); }

#menu1 table {border-collapse:collapse; width:0; height:0; position:absolute; top:0; left:0;}

/* Default link styling */

/* Style the list OR link hover. Depends on which browser is used */

#menu1 li a:hover {z-index:200; position:relative; color:#6b90c7; }
#menu1 li:hover {position:relative; z-index:200; }

#menu1 li:hover > a {color:#fff; background:#6b90c7;}
#menu1 li:hover > a.sub {color:#000; background-color:#6b90c7;}

#menu1 li.current a {color:#fff; background:#6b90c7;}  

#menu1 li a.sub {background: #6b90c7;}
#menu1 li.current a.sub {color:#fff; background:#6b90c7 /* url(../images/down-arrow.gif) no-repeat right center */ ;}

#menu1 :hover ul {left:0; top:17px; width:280px; background:#000;}

/* keep the 'next' level invisible by placing it off screen. */
#menu1 ul,
#menu1 :hover ul ul {position:absolute; left:-9999px; top:-9999px; width:0; height:0; margin:0; padding:0; list-style:none;}

#menu1 li:hover ul ul, #menu1 li:hover ul ul ul, #menu1 li:hover ul ul ul ul{
display:none;
}
#menu1 li:hover ul, #menu1 li li:hover ul, #menu1 li li li:hover ul, #menu1 li li li li:hover ul{
display:block;
}


#menu1 :hover ul :hover ul
{left:180px; top:-1px; background:#878787; white-space:nowrap; width:100px; z-index:200; height:auto;}

#menu1 :hover ul li {margin:0; border-top:1px solid #8b8b8c;}
#menu1 :hover ul li a {width:280px; padding:0; text-indent:10px; background:#4a4949; color:#dededf; height:17px; line-height:17px;}
#menu1 :hover ul li a.fly {background:#4a4949 /* url(../images/right-arrow.gif) no-repeat right center */ ;}

#menu1 :hover ul :hover {background-color:#6b90c7; color:#000;}
#menu1 :hover ul :hover a.fly {background-color:#6b90c7; color:#fff;}

#menu1 :hover ul li.currentsub a {background:#6b90c7; color:#fff;}
#menu1 :hover ul li.currentsub a.fly {background:#6b90c7 /* url(../images/right-arrow.gif) no-repeat right center */ ; color:#FFF;}

#menu1 :hover ul :hover ul li a {padding:0; text-indent:10px; background:#6b90c7; color:#FFF;}
#menu1 :hover ul :hover ul :hover {background-color:#6b90c7; color:#fff;}

#menu1 :hover ul :hover ul li.currentfly a, 
#menu1 :hover ul :hover ul li.currentfly a:hover {background:#6b90c7; color:#fff;}
