div#navigatie {
	position: absolute;
	bottom: 11px;
	right: 0px;
	float:right;
	z-index: 900;
	width: 565px;
}

ul#topnav {
	margin: 0; padding: 0;
	list-style: none;
	font-size: 1.1em;
}
ul#topnav li {
	float: left;
	margin: 0; padding: 0;
	position: relative; /*--Important--*/
}
ul#topnav li a {
	float: left;
	text-indent: -9999px; /*--Push text off of page--*/
	height: 30px;
}

ul#topnav a.home {
	background: url(../images/bg_menu_up.png) no-repeat 0 0;
	width: 69px;
	height: 30px;
}
ul#topnav a.home:hover {
	background: url(../images/bg_menu_up.png) no-repeat 0 -30px;
}

ul#topnav a.flota {
	background: url(../images/bg_menu_up.png) no-repeat -69px 0;
	width: 74px;
	height: 30px;
}
ul#topnav a.flota:hover {
	background: url(../images/bg_menu_up.png) no-repeat -69px -30px;
}

ul#topnav a.incentive {
	background: url(../images/bg_menu_up.png) no-repeat -143px 0;
	width: 104px;
	height: 30px;
}
ul#topnav a.incentive:hover {
	background: url(../images/bg_menu_up.png) no-repeat -143px -30px;
}

ul#topnav a.media {
	background: url(../images/bg_menu_up.png) no-repeat -247px 0;
	width: 74px;
	height: 30px;
}
ul#topnav a.media:hover {
	background: url(../images/bg_menu_up.png) no-repeat -247px -30px;
}

ul#topnav a.informatii {
	background: url(../images/bg_menu_up.png) no-repeat -321px 0;
	width: 152px;
	height: 30px;
}
ul#topnav a.informatii:hover {
	background: url(../images/bg_menu_up.png) no-repeat -321px -30px;
}

ul#topnav a.contact {
	background: url(../images/bg_menu_up.png) no-repeat -473px 0;
	width: 92px;
	height: 30px;
}
ul#topnav a.contact:hover {
	background: url(../images/bg_menu_up.png) no-repeat -473px -30px;
}



ul#topnav li .sub {
	position: absolute; /*--Important--*/
	top: 30px; left: 0;
	z-index: 900;
	background: transparent url(../images/back_menu.png) repeat; /*--Background gradient--*/
	padding: 10px;
	float: left;
	/*--Bottom right rounded corner--*/
	-moz-border-radius-bottomright: 5px;
	-khtml-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	/*--Bottom left rounded corner--*/
	-moz-border-radius-bottomleft: 5px;
	-khtml-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	display: none; /*--Hidden for those with js turned off--*/
}
ul#topnav li .row { /*--If needed to break out into rows--*/
	clear: both;
	float: left;
	width: 100%;
	margin-bottom: 10px;
}
ul#topnav li .sub ul{
	list-style: none;
	margin: 0; padding: 0;
	z-index: 900;
	width: 175px;
	float: left;
}
ul#topnav .sub ul li {
	font-size: 12px;
	width: 100%; /*--Override parent list item--*/
	color: #fff;
}
ul#topnav .sub ul li img_companie { /*--Sub nav heading style--*/
	position: relative;
	margin: 0px 0px 10px 0px;
	padding: 0px;
}
ul#topnav .sub ul li a {
	float: none;
	background: url(../images/arrow-right.png) no-repeat 0px 9px;
	text-indent: 0; /*--Override text-indent from parent list item--*/
	height: auto; /*--Override height from parent list item--*/
	padding: 4px 5px 4px 12px;
	display: block;
	text-decoration: none;
	color: #fff;
	
}
ul#topnav .sub ul li a:hover {
	color: #EAAF0C;
	background-position: 5px 9px ;/*--Override background position--*/
	text-decoration: underline;
}
