@charset "utf-8";
/* CSS Document */

	#menu1div
	{
		position:relative;		
	}
	
		#menu2div
	{
		position:absolute;
		top: 20px;
		left: 0px;
		padding:2px 5px 2px 5px;
		color:#FFFFFF;
		font-size:12px;
		text-decoration:none;
		font-family:Verdana, Geneva, sans-serif;
		font-weight:500;
	}
	
		#menu2div a
	{
		padding:2px 5px 2px 5px;
		color:#FFFFFF;
		font-size:12px;
		text-decoration:none;
		font-family:Verdana, Geneva, sans-serif;
		font-weight:500;
	}
	
		#menu2div a:hover
	{	
		padding:2px 5px 2px 5px;
		color:#FFFFFF;
		font-size:12px;
		text-decoration:none;
		font-family:Verdana, Geneva, sans-serif;
		font-weight:500;
	}
	
		#menu2div a:visited
	{
		padding:2px 5px 2px 5px;
		color:#FFFFFF;
		font-size:12px;
		text-decoration:none;
		font-family:Verdana, Geneva, sans-serif;
		font-weight:500;
	}
	
		#menu2div a:active
	{	
		padding:2px 5px 2px 5px;
		color:#FFFFFF;
		font-size:12px;
		text-decoration:none;
		font-family:Verdana, Geneva, sans-serif;
		font-weight:500;
	}
	
	#foot1 a	
	{	
		padding:2px 5px 2px 5px;
		color:#FFFFFF;
		font-size:12px;
		text-decoration:none;
		font-family:Verdana, Geneva, sans-serif;
		font-size:12px;
		font-weight:500;
		border-color:#C20100;
		border:solid;
		border-width:thin;
	}
	
		#foot1 a:hover	
	{	
		padding:2px 5px 2px 5px;
		color:#FFFFFF;
		font-size:12px;
		text-decoration:none;
		font-family:Verdana, Geneva, sans-serif;
		font-size:12px;
		font-weight:500;
		background-color:#000;
		border-color:#C20100;
		border:dashed;
		border-width:thin;
	}
	

	#foot2 a	
	{	
		padding:2px 5px 2px 5px;
		color:#FFFFFF;
		font-size:12px;
		text-decoration:underline;
		font-family:Verdana, Geneva, sans-serif;
		font-size:12px;
		font-weight:bold;
	}
	
	#foot2 a:hover	
	{	
		padding:2px 5px 2px 5px;
		color:#c20100;
		font-size:12px;
		text-decoration:underline;
		font-family:Verdana, Geneva, sans-serif;
		font-size:12px;
		font-weight:bold;
	}

	.rlinks	
	{	
		padding:2px 8px 2px 5px;
		color:#FFFFFF;
		font-size:12px;
		text-decoration:none;
		font-family:Verdana, Geneva, sans-serif;
		font-size:12px;
		font-weight:600;
	}
	
	.rlinks:hover	
	{	
		padding:2px 8px 2px 5px;
		color:#FFFFFF;
		font-size:12px;
		text-decoration:none;
		font-family:Verdana, Geneva, sans-serif;
		font-size:12px;
		font-weight:600;
		background-color:#000;
		border-color:#C20100;
		border:dashed;
		border-width:thin;
	}

#dhtmltooltip{
position: absolute;
width: 192px;
border: 1px dashed #eeeeee;
padding: 6px;
background-color: #000;
visibility: hidden;
z-index: 100;
font-family:Verdana, Geneva, sans-serif;
font-size:12px;
color:#fff;
font-weight:bold;
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}

.scrollable { 
width: 620px; 
height: 440px; 
overflow: auto;
}

.linksbox {
  position: relative;
  top: 0px; 
  left: 0px;
  width: 100%;
  background: transparent;
}

.Container {
  position: absolute;
  top: 0px; 
  left: 60px;
  width: 400px;
  height: 180px;
  background: transparent;
}
#Scroller-1 {
	position: absolute;
	overflow: hidden;
	width: 400px;
	height: 220px;
	left: -30px;
	top: 2px;
}
#Scroller-1 p {
  margin: 0; 
  padding: 10px 20px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  text-indent: 20px;
  color: #6F6048;
}
.Scroller-Container {
  position: absolute;
  top: 0px; 
  left: 0px;
  font-family:Verdana, Geneva, sans-serif;
  font-size:11px;
  color:#FFF;
}
#Scrollbar-Container {
  position: absolute;
  top: 20px; 
  left: 0px;
}
.Scrollbar-Up {
  cursor: pointer;
  position: absolute;
  top: -15px;
}
.Scrollbar-Track {
  width: 22px; 
  height: 184px;
  position: absolute;
  top: -1px; 
  left: 0px;
  background: transparent url(../images/sc_track.png) no-repeat center center;
}
.Scrollbar-Handle {
  position: absolute;
  width: 18px; 
  left: 6px;
  height: 16px;
}
.Scrollbar-Down {
  cursor: pointer;
  position: absolute;
  top: 180px;
}

.selectedanchor{ /*CSS class that gets added to the currently selected anchor link (assuming it's a text link)*/
background: transparent;
}

/* ######### Default class for drop down menus ######### */


.anylinkmenu{
position: absolute;
left: 0;
top: 0;
visibility: hidden;
border: 0px dashed black;
border-bottom-width: 0;
font: normal 12px Verdana;
color:#FFF;
line-height: 14px;
z-index: 100; /* zIndex should be greater than that of shadow's below */
}

.anylinkmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
}

.anylinkmenu ul li a{
width: 100%;
display: block;
padding: 2px 0 2px 12px;
text-decoration: none;
color: #F00;
background:#000;
font: normal 12px Verdana;
}

.anylinkmenu a:hover{ /*hover background color*/
background: white;
color: red;
}


.anylinkshadow{ /*CSS for shadow. Keep this as is */
position: absolute;
left: 0;
top: 0;
z-index: 99; /*zIndex for shadow*/
background: black;
visibility: hidden;
}

#external_links {
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	font-weight:600;
	color:#FFF;
	margin-top: 10px;
	}

