body { background-image:url('http://www.skillsurfers.eu/images/bg.jpg'); background-color:#7deaff;}
.wrap { background-image:url('headerimages/rotator.php'); }
.widget { border-color:#B7C6B0 !important; }
.widget li a:hover { background-color:#7C9672; }

#head
{
 display:block; height:150px;
background: url("http://www.skillsurfers.net/blog/headerimages/rotatorrr.php") 
no-repeat bottom center;
color:#999;
}

.widget h2,
.comment-author,
.comment-author a { color:#7C9672; }

.commentlist,
.commentlist li ,
.comment-avatar img { border-color:#B7C6B0; }



/* MENU */
#headerwrapper
{
		width:818px;
		margin-right:auto;
		margin-left:auto;
		margin-top:0px;
		padding:0px;
		text-align:center;
}

#menuheader {
		background: url(http://www.skillsurfers.eu/images/menubg.jpg) repeat-x;
		vertical-align:top;
		height:44px;
		width:818px;
		float:left;
		}
			
		
.bl {background: url(http://www.skillsurfers.eu/images/bm_bl.jpg) 0 100% no-repeat;}
.br {background: url(http://www.skillsurfers.eu/images/bm_br.jpg) 100% 100% no-repeat; height:44px;}
.tl {background: url(http://www.skillsurfers.eu/images/bm_tl.jpg) 0 0 no-repeat; height:100%;}
.tr {background: url(http://www.skillsurfers.eu/images/bm_tr.jpg) 100% 0 no-repeat; height:100%; padding:10px}
.clear {font-size: 1px; height: 1px} 


		
#navcontainer
{
margin: -10px 0px 0px -20px;
padding: 0;

font: 11px Verdana, sans-serif;
width: 100%;
list-style-type: none;
background: transparent;
float:left;
}

#navlist li
{
float: left;
margin: -5px 10px 0px 0px;
padding: 0;
width: auto;
display: block;
}

#navlist li a, #navlist li a:link
{
background: transparent;
color: #fff;
font-weight:bold;
text-decoration: none;
padding: 3px 5px 3px 5px;
display: block;
}

#navlist li a:hover
{
margin-top:1px;
margin-left:0px;
color: #fff;
border-bottom: 2px solid #ffa207;
cursor: pointer;
background: transparent;
}

#navlist li a#current, #navlist li a#current:link
{
color: #ffa207;
cursor: default;
font-weight: bold;
border-bottom: 0px solid #999;
}

#navlist li a#current:hover
{
margin: 0 0 0 0 ;
border-bottom: 2px solid #ffa207;
background: transparent;
}

#navlist #small
{
font-size:8pt;
font-weight: normal;
color:#ccc;

}
#navlist #small2
{
font-size:8pt;
font-weight: normal;
color:#fff;

}

/* END MENU */

#flagss
{
float:right;
margin: -7px 10px 0px 0px ;
border: 0px solid #000;
sdisplay:inline;
stext-align:left;

}


#langname {
  z-index: 0;
  width: 25px;
  height: 25px;
  position: relative;
  padding: 0px 5px 0px 0px;
letter-spacing: 0.05em;

}


#langname img {
  z-index: 1;
}
#langname span {
  display: none;
}
#langname:hover span {
  display: block;
  position: absolute;
  left: -50%;
  top: 20px;
  z-index: 2;
  padding: 0px 5px 0px 0px;
  color: #ffa207;
  font-weight: bold;
  font-size: 0.8em;
}


#flagcontainer
{
	text-align:left;
	position:relative;
	top:3px;
	right:0px;
	width:80px;
	height:40px;
	border:1px;
}

#flagcontainer2
{
	float:right;
	
	position:relative;
	top:-30px;
	right:0px;
	width:30px;
	height:40px;
	border:1px;
}
/*flag rollover menu code */

.menu {width:30px; height:28px; position:relative; z-index:100;border-right:0px solid #000; font-family:arial, sans-serif;}
/* hack to correct IE5.5 faulty box model */
* html .menu {widthe:50px; w\idth:50px;}
/* 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:30px;}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {float:left;widthe-:100px;position:relative; }
/* style the links for the top level */
.menu a, .menu a:visited {display:block;font-size:12px;text-decoration:none; color:#fff; width:30px; height:30px; border:0px solid #000; border-width:0px; background:none; padding-left:8px; padding-top:6px; line-height:19px; font-weight:bold;}
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {width:119px; w\idth:118px;}

/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {background:#d4d8bd }
/* style the second level hover */
.menu ul ul a.drop:hover{background:#c9ba65;}
.menu ul ul :hover > a.drop {background:#c9ba65;}
/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {background:#e2dfa8;}
/* style the third level hover */
.menu ul ul ul a:hover {background:#b2ab9b;}


/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {visibility:hidden;position:absolute;height:0;top:31px;left:0; width:119px;border-top:0px solid #000;}
/* another hack for IE5.5 */
* html .menu ul ul {top:30px;t\op:31px;}

/* position the third level flyout menu */
.menu ul ul ul{left:119px; top:-1px; width:119px;}

/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {left:-119px;}

/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table {position:absolute; top:0; left:0; border-collapse:collapse;;}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {background:none; color:#fff; height:auto; line-height:1px; padding:5px 10px; width:100px;border-width:0px;}
/* yet another hack for IE5.5 */
* html .menu ul ul a, * html .menu ul ul a:visited {width:120px;w\idth:100px;}

/* style the top level hover */
.menu a:hover, .menu ul ul a:hover{color:#000; background:#ccc;}
.menu :hover > a, .menu ul ul :hover > a {color:#000; background:none;}

/* 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; }
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{visibility:hidden;}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ visibility:visible;}


