/* Horizontal Navigation with dropdowns */

/*

If changing the height of the nav, make sure you update "#navigation ul li ul"
so that the "top" option is the same as the new height

*/

#navigation {
width:530px;
height:45px;
background:url(/images/mecseurope/img/nav-bar.jpg) no-repeat -90px 0px;
margin: 0px 0px 0px 0px;
position:relative;
float:right;
}
#navigation ul {
list-style-type:none;
margin:0px 0px 0px 8px;
padding:0px;
}

#navigation li {
display:block;
float:left;
position:relative;
background:url(/images/mecseurope/img/grey-bar.gif) no-repeat right 18px;
}
.makeRelative {
clear:both;
position:relative;
}
#navigation li a, #navigation li a:visited {
height:18px;
color:#686868;
display:block;
float:left;
font-family:Arial,Helvetica,sans-serif;
font-size:1.1em;
font-weight:normal;
margin:10px 0px 0px 0px;
padding:6px 13px;
text-decoration:none;
}
#navigation li a:hover {
text-decoration: none;
}
#navigation a img {
margin-bottom:-4px;
padding-right:10px;
}
#navigation ul li ul {
border-width:medium 1px 1px;
left:-10px;
position:absolute;
top:38px;
height: auto;
padding-bottom: 10px;
background-image:url(/images/mecseurope/img/bottom-dropDown.gif);
background-repeat:no-repeat;
background-position: bottom;
}
#navigation ul li ul li {
border-left:medium none;
border-right:medium none;
clear:both;
background-image:none;
background-color:#ffffff;
}
#navigation ul li ul li a, #navigation ul li ul li a:visited {
background-color:#ffffff;
color:#686868;
font-size:11px;
font-family:Arial, Helvetica, sans-serif;
font-weight:normal;
padding:2px 10px!important;
margin:0px 3px 0px 3px;
width:130px;
width: 110px;
width: 98px;
height:auto!important;
border-bottom:1px dotted #dfdfdf;
}
#navigation ul li ul li a:hover {
color:#4288d2;
background-image:none;
text-decoration:none;
}

.last {
background-image:none!important;
}

.cursor {
cursor:default!important;
text-decoration:none!important;
}
