#main {
	width:776px;
	height:100%;
	margin-left: auto;
	margin-right: auto;
	position:relative;
	background-image:url(images/bg.jpg);
	background-repeat:repeat-y;
}
a {
	color: #FFFFFF;
	text-decoration: underline;
}
a:hover {
	color: #FFCC00;
	text-decoration: none;
	}
.head {
	width:768px;
	height:120px;
	background-image:url(images/head.jpg);
	background-repeat:no-repeat;
	position:relative; top:0; left:4px;
}
.topmenu {
	width:768px;
	height:32px;
	background-color:#1064c7;
	position:relative; top:auto; left:4px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px; font-weight: bold;
	color: #FFFFFF;
	border-bottom: 2px;
	border-bottom-color:#FFFFFF;
}
.clear{
	width:768px;
	height:5px;
	position:relative; top:auto; left:4px;
}
#box{
	width:734px;
	height:580px;
	background-color:#adc2db;
	position:relative; top:auto; left:20px;
}
.left {
	width:165px;
	height:203px;
	background-color:#022366;
	position:absolute; top:0px; left:0px;
	z-index:1;
	clear:both;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px; font-weight: bold;
	color:#FFFFFF;
}
.news{
	width:159px;
	height:291px;
	background-color:#6e9fd9;
	position:absolute; top:0px; right:0px;
	background-image:url(http://www.eulobby-network.eu/images/newsbg.jpg);
	background-repeat:no-repeat;
	z-index:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px; font-weight: bold;
	color:#FFFFFF;

}
.main2 {
	width:400px;
	height:580px;
	background-color:#adc2db;
	position:absolute; top:0px; left:170px;
	z-index:0;
	clear:both;
	font-family:Arial, Helvetica, sans-serif; font-size: 12px;
	color: #000000;
	overflow:auto;
}
.foot {
	width:768px;
	height:30px;
	margin-left: auto;
	margin-right: auto;
	position:relative;
	overflow:hidden;
	font-family:Arial, Helvetica, sans-serif; font-size: 10px;
	color: #FFFFFF;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	background-color:#c9e2ff;
	margin-top:0px;
}
blockquote{
	margin-left:5px;
	margin-right:15px;
}
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.suckerdiv ul{
margin: 0;
padding: 0;
list-style-type: none;
background-color:#1064c7;
width: 165px; /* Width of Menu Items */
position: relative; left:0px; top:2px;
z-index:1;
}
	
.suckerdiv ul li{
position: relative; left:0px;
}
	
/*Sub level menu items */
.suckerdiv ul li ul{
position: absolute;
width: 165px; /*sub menu width*/
background-color:#1064c7;
top: 0;
visibility:invisible;
z-index:1;
}

/* Sub level menu links style */
.suckerdiv ul li a{
display: block;
overflow: auto; /*force hasLayout in IE7 */
color: black;
text-decoration: none;
border: 0px solid #ccc;
border-bottom: 0;
font-family:Arial, Helvetica, sans-serif; font-size:11px; font-weight: bold;
color: #FFFFFF;
}

.suckerdiv ul li a:visited{
color: #FFFFFF;
}

.suckerdiv ul li a:hover{
background-image:url(images/leftmenubg.jpg);
background-repeat:repeat-x;
}

.suckerdiv .subfolderstyle{
background: url(http://www.eulobby-network.eu/media/arrow-list.gif) no-repeat center right;
}

	
/* Holly Hack for IE \*/
* html .suckerdiv ul li { float: left; height: 1%; }
* html .suckerdiv ul li a { height: 1%; }
/* End */