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

<!-- 
body  {
	margin: 0px 0px 0px 0px;
	background-color:#000;
	
}


.thrColLiqHdr #container { 
	width: 1002px;  /* this will create a container 80% of the browser width */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	
} 
.thrColLiqHdr #header { 
	background: #ooooo; 
	height:140px;

} 
.menu{margin:0 auto; padding:0; height:30px; width:100%; display:block; background:url("../images/topMenuImages.png") repeat-x; font-weight:bold;}
.menu li{padding:0; margin:0; list-style:none; display:inline;}
.menu li a{float:left; padding-left:15px; display:block; color:rgb(255,255,255); text-decoration:none; font:12px Verdana, Arial, Helvetica, sans-serif; font-weight:bold; cursor:pointer; background:url("../images/topMenuImages.png") 0px -30px no-repeat; outline:none;}
.menu li a span{line-height:30px; float:left; display:block; padding-right:15px; background:url("../images/topMenuImages.png") 100% -30px no-repeat;}
.menu li a:hover{background-position:0px -60px; color:rgb(255,255,255);}
.menu li a:hover span{background-position:100% -60px;}
.menu li a.active, .menu li a.active:hover{line-height:30px; font:12px Verdana, Arial, Helvetica, sans-serif;font-weight:bold; background:url("../images/topMenuImages.png") 0px -90px no-repeat; color:rgb(255,255,255);}
.menu li a.active span, .menu li a.active:hover span{background:url("../images/topMenuImages.png") 100% -90px no-repeat;}
/* End header*/
.thrColLiqHdr #col_left {
	margin-top:5px;
	float:left;
	width: 185px; 
	font-family:Tahoma;
	font-size:11px;
	font-weight:bold;
}

.box_top{
	  background-image:url(../images/left_6.jpg);
	background-repeat:no-repeat;
	height:26px;
	text-align:center;	
	color:#FFF;
	padding-top:3px;
	}

.thrColLiqHdr #col_right {
	float: right; 
	width: 180px; 	
	font-family:Tahoma;
	font-size:11px;
	font-weight:bold;
	margin-top:5px;
	
}
/*.thrColLiqHdr #col_left p, .thrColLiqHdr #col_left h3, .thrColLiqHdr #col_right p, .thrColLiqHdr #col_right h3 {
	margin-left: 10px; 
	margin-right: 10px;
}*/
.thrColLiqHdr #col_right p{
	text-align:center;
	padding-top:10px;
	color:#FFF;
}


.thrColLiqHdr #mainContent { 
	margin: 5px 186px 0px 180px;
	width:625px; 
}

.footer { 
	background:#000000;
	text-align:center;
	padding-top:5px;
	height:30px;
	font:Verdana, Geneva, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#FFF;
}
.footer a{ text-decoration: none; color:#F00;}


/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain its child floats */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
--> 

/*Menu Left*/
.arrowlistmenu{
width: 100%;

padding-left:2px;/*width of menu*/
font-family:Verdana, Geneva, sans-serif;
}

.arrowlistmenu ul{
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu ul li{
margin-left:2;
}

.arrowlistmenu ul li a{
background: url(../images/arrowbullet.png) no-repeat left; /*custom bullet list image*/
display: block;
text-decoration: none;
padding-left:25px;
font-weight: bold;
border-bottom: 1px solid #dadada;
font-size: 100%;
font-family:Verdana, Geneva, sans-serif;
}

.arrowlistmenu ul li a:visited{
color: #000000;
padding-left:25px;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
color: #A70303;
background-color: #F3F3F3;
padding-left:25px;
}
	
/*Het Menu left*/
.yahoobox {

	padding:7px 0px 10px 15px;

	font-family:Tahoma;

	font-size:11px;

	color:#000;
	text-align:center;

}
/*End Text yahoo*/