#menu-bar
{
	float:right;
	height:54px;
	padding-right:0;
	padding-left:0;
	margin:193px 0 0;
}

.dropdown
{
	float:left;
	height:54px;
	margin:0;
}

.dropdown li a,.dropdown li a:active,.dropdown li a:visited
{
	display:block;
	font-size:11px;
	line-height:20px;
	height:auto;
	white-space:nowrap;
	color:#000;
	text-decoration:none;
	width:150px;
	padding:0 10px;
}

.dropdown li a:hover
{
	background:#fff;
	color:#000;
}

.dropdown dd
{
	position:absolute;
	overflow:hidden;
	width:150px;
	display:none;
	background:#fff;
	z-index:200;
	background-image:url(../images/bk_menu.jpg);
	background-repeat:no-repeat;
}

.dropdown ul
{
	width:150px;
	list-style:none;
	position:relative;
	z-index:101;
	margin:0;
	padding:0;
}

.dropdown li
{
	display:inline;
}

.dropdown dt a,.dropdown a:active,.dropdown dt.a:visited
{
	display:block;
	width:100%;
	height:100%;
	overflow:hidden;
	position:relative;
	top:0;
	left:0;
}

.dropdown .underline
{
	border-bottom:1px dotted #555;
}

.dropdown dt.home
{
	width:94px;
	background-color:transparent;
	background-image:url(../images/mbn_home.jpg);
	background-repeat:no-repeat;
	background-attachment:scroll;
	background-position:0 5px;
	cursor:pointer;
	height:54px;
}

.dropdown dt.home:hover
{
	background-position:0 1px;
	zoom:1;
	background-image:url(../images/mbo_home.jpg);
}

.dropdown dt.rezultate
{
	width:136px;
	background-image:url(../images/mbn_rezultate.jpg);
	background-repeat:no-repeat;
	background-position:0 5px;
	height:54px;
}

.dropdown dt.rezultate:hover
{
	background-position:0 1px;
	background-image:url(../images/mbo_rezultate.jpg);
}

.dropdown dt.club
{
	width:88px;
	background-image:url(../images/mbn_club.jpg);
	background-repeat:no-repeat;
	background-position:0 5px;
	height:54px;
}

.dropdown dt.club:hover
{
	background-position:0 1px;
	background-image:url(../images/mbo_club.jpg);
}

.dropdown dt.parteneri
{
	width:132px;
	background-image:url(../images/mbn_parteneri.jpg);
	background-repeat:no-repeat;
	background-position:0 5px;
	height:54px;
}

.dropdown dt.parteneri:hover
{
	background-position:0 1px;
	background-image:url(../images/mbo_parteneri.jpg);
}

.dropdown dt.blog
{
	width:90px;
	background-image:url(../images/mbn_blog.jpg);
	background-repeat:no-repeat;
	background-position:0 5px;
	height:54px;
}

.dropdown dt.blog:hover
{
	background-image:url(../images/mbo_blog.jpg);
	background-position:0 1px;
}

.dropdown dt.contact
{
	width:117px;
	background-image:url(../images/mbn_contact.jpg);
	background-repeat:no-repeat;
	background-position:0 5px;
	height:54px;
}

.dropdown dt.contact:hover
{
	background-image:url(../images/mbo_contact.jpg);
	background-position:0 1px;
}