@charset "utf-8";
/* CSS Document */
ul#menu {
	width: 100%;
	height: 43px;
	background: #FFF url("images/menu-bg.gif") top left repeat-x;
	font-size: 0.8em;
	font-family: "Lucida Grande", Verdana, sans-serif;
	font-weight: bold;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
ul#menu li {
	display: block;
	float: left;
	margin: 0 0 0 5px;
}
ul#menu li a {
	height: 43px;
	color: #777;
	text-decoration: none;
	display: block;
	float: left;
	line-height: 200%;
	padding: 8px 15px 0;
}
ul#menu li a:hover {
	color: #333;
}
ul#menu li a.current {
	color: #FFF;
	background: #FFF url("images/current-bg.gif") top left repeat-x;
	padding: 5px 15px 0;
}


#sus {
width:auto;
background:#00FF33;
height:40px;
}


#bloc-dreapta {
	width:18%;
	height:auto;
	background:#FFF;
    position: absolute; /*or fixed*/
    right: 0px;
    float:right;
	border-left:groove;
	border-bottom:groove;
	border-right:groove;
	border-top:groove;
	border-bottom-color:#0CF;
	border-top-color:#0CF;
	border-right-color:#0CF;
	border-left-color:#0CF;
}

#lastThingInTheBody {
position:fixed;
bottom:0;
left:0;
width:100%;
height:auto;
}

#continut {
	padding:5px 190px 0;
}

#video_dreapta{
	background-color:#FFF;
	position:absolute;
	top:80px;
    right:44px;
		border-left:groove;
	border-bottom:groove;
	border-right:groove;
	border-top:groove;
	border-bottom-color:#F00;
	border-top-color:#F00;
	border-right-color:#F00;
	border-left-color:#F00;
}