.jqueryslidemenu {
	float:left;
	clear:both;
	width:822px;
	height:69px;
	position:relative;
}

/*Top level list items*/
.jqueryslidemenu ul li {
	position: absolute;
	display: inline;
	float: left;
}

.jqueryslidemenu ul li.menubuton_1 {
	position:absolute;
	width:144px;
	height:50px;
	top:2px;
	left:14px;
}

.jqueryslidemenu ul li.menubuton_1 a {
	width:144px;
	height:50px;
	background:url(../images/menu_home.jpg) no-repeat 0 0;
}

.jqueryslidemenu ul li.menubuton_1 a:hover {
	background:url(../images/menu_home.jpg) no-repeat 0 -50px;
}

.jqueryslidemenu ul li.menubuton_2 {
	position:absolute;
	width:144px;
	height:44px;
	top:8px;
	left:167px;
}

.jqueryslidemenu ul li.menubuton_2 a {
	width:144px;
	height:44px;
	background:url(../images/menu_fundatia.jpg) no-repeat 0 0;
}

.jqueryslidemenu ul li.menubuton_2 a:hover {
	background:url(../images/menu_fundatia.jpg) no-repeat 0 -44px;
}

.jqueryslidemenu ul li.menubuton_2 a.on {
	background:url(../images/menu_fundatia.jpg) no-repeat 0 -44px;
}

.jqueryslidemenu ul li.menubuton_3 {
	position:absolute;
	width:144px;
	height:41px;
	top:11px;
	left:319px;
}

.jqueryslidemenu ul li.menubuton_3 a {
	width:144px;
	height:41px;
	background:url(../images/menu_servici.jpg) no-repeat 0 0;
}

.jqueryslidemenu ul li.menubuton_3 a:hover {
	background:url(../images/menu_servici.jpg) no-repeat 0 -41px;
}

.jqueryslidemenu ul li.menubuton_4 {
	position:absolute;
	width:144px;
	height:45px;
	top:7px;
	left:471px;
}

.jqueryslidemenu ul li.menubuton_4 a {
	width:144px;
	height:45px;
	background:url(../images/menu_galerie.jpg) no-repeat 0 0;
}

.jqueryslidemenu ul li.menubuton_4 a:hover {
	background:url(../images/menu_galerie.jpg) no-repeat 0 -45px;
}

.jqueryslidemenu ul li.menubuton_5 {
	position:absolute;
	width:144px;
	height:52px;
	top:0px;
	left:623px;
}

.jqueryslidemenu ul li.menubuton_5 a {
	width:144px;
	height:52px;
	background:url(../images/menu_info.jpg) no-repeat 0 0;
}

.jqueryslidemenu ul li.menubuton_5 a:hover {
	background:url(../images/menu_info.jpg) no-repeat 0 -52px;
}

/*Top level menu link items style*/
.jqueryslidemenu ul li a {
	display: block;
}

* html .jqueryslidemenu ul li a { /*IE6 hack to get sub menu links to behave correctly*/
	display: inline-block;
}
	
/*1st sub level menu*/
.jqueryslidemenu ul li.menubuton_2 ul {
	position: absolute;
	left:5px !important;
	display: block;
	visibility: hidden;
	width:300px;
	height:20px;
	padding:5px 0 0 0;
	top:43px !important;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.jqueryslidemenu ul li.menubuton_2 ul li {
	display: list-item;
	float: left;
	position:relative;
	width:auto;
	margin:0;
	padding:0 10px 0 0;
}

/* Sub level menu links style */
.jqueryslidemenu ul li.menubuton_2 ul li a {
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	width:auto;
	margin: 0;
	background:none;
	display:inline;
	font-weight:bold;
	color:#6f8ab6;
	height:auto;
	padding:0 0 2px 0;
}

.jqueryslidemenu ul li.menubuton_2 ul li a:hover {
	background:none;
	color:#6f8ab6;
	border-bottom:2px solid #f5c66f;
}
