/**************************   TOP MENU   ************************/
#contentheader_topmenu {
	z-index: 10;
	background-color: #272727;
	color: white;
	padding: 0;
	width: 960px;
	float: left;
	display: inline;
	height: 30px;
	border-top: 1px solid #FFC353;
}


#contentheader_topmenu .topmenu_link {
	z-index: 10;
	height: 30px;
	float: left;
	display: inline;	
	overflow: hidden;
}

#contentheader_topmenu .topmenu_link .innerbox{
	border-right:1px solid #8D8C8C;
	display:inline;
	float:left;
	height:16px;
	margin:7px 0;
	overflow:hidden;
	padding:0 7px;
	line-height:15px;	
}


#contentheader_topmenu .topmenu_link a {
	color:white;
	font-size:13px;
	font-weight:500;
	text-decoration:none;
}


#contentheader_topmenu .topmenu_link a:hover {
	text-decoration: underline;
}

#contentheader_topmenu .topmenu_link div ul li a:visited {
	text-decoration: none;
}

#contentheader_topmenu .topmenu_link.active {
	background-color: #727070;
}

#contentheader_topmenu .topmenu_link.active a {
	text-decoration: none;
	/*color: #FFBA3D;*/
/*	color: #FCC156;*/
	color: white;
	
	/*
	color: #f5bd57;
	*/
	font-weight: bold;
}

#contentheader_topmenu .topmenu_link.active a:hover {
	text-decoration: underline;
}

#contentheader_topmenu .topmenu_link.Putujem {
	float: right !important;
}

#contentheader_topmenu .topmenu_link.seeOILANDGAS {
	float: right !important;
}

/************ SUB MENUS          ************************/
#contentheader_submenus {
	z-index: 10;
	background-color: #727070;
	color: white;
	padding: 0;
	width: 960px;
	float: left;
	display: inline;
	height: 30px;
	overflow: hidden;
}

#contentheader_submenus .topmenu_link {
	z-index: 10;
	height: 30px;
	float: left;
	display: inline;	
	overflow: hidden;
}

#contentheader_submenus .topmenu_link .innerbox{
	border-right:1px solid #9A9999;
	display:inline;
	float:left;
	height:16px;
	line-height:15px;
	margin:8px 0;
	overflow:hidden;
	padding:0 7px;	
}


#contentheader_submenus .topmenu_link a {
	color:white;
	font-size:13px;
	text-decoration:none;
}

#contentheader_submenus .topmenu_link a:hover {
	text-decoration: underline;
}

#contentheader_submenus .topmenu_link div ul li a:visited {
	text-decoration: none;
}

#contentheader_submenus .topmenu_link.active a {
	text-decoration: none;
	/*color: #FFC353;*/
	color: white;
	font-weight: bold;
}

#contentheader_submenus .topmenu_link.active a:hover {
	text-decoration: underline;
}




