/*************************************************************************
* This is the SKIN style definition for the CSS menu.                    *
* Feel free to customize this section.                                   *
*************************************************************************/

/*
 * Menu container settings
 * Applies to the first level menu container
 */
.simple {
	font-family:  Arial, Helvetica, sans-serif, Tahoma;
	font-size: 12px;
 	font-weight: bold;
}

/*
 * Menu container settings
 * Applies to second (or more) level menu containers
 */
.simple ul {
/*	background-image: url(img/navigback2.gif);
	border: 1px solid #afafaf; */
	
}

/*
 * Menu items settings
 * Applies to all menu items in all menu containers
 */
.simple li {
	background: url(img/dugme.gif) no-repeat top left;
	width: 128px;
	height:70px;
	margin: 0px 0px 0px 0px;
}

/*
 * Menu items settings
 * Applies to second (or more) level menu items
 */
.simple ul li {
	background: url(img/dugme2.gif) no-repeat top left;
	width: 186px;
	height:23px;
	padding: 2px 0px 2px 0px;
	
}

/*
 * Menu link settings
 * Applies to links that are to be found within the menu items, no matter the menu level
 */
.simple a {
	text-decoration: none;
	color: #F1FF00;
	padding: 15px 14px 5px 25px;
	cursor: pointer;
}

/*
 * Menu link settings
 * Applies to links located in the second (or more) level menu items
 */
.simple ul a {
 	border: none;
 	color: #F1FF00;
	padding: 1px 18px 7px 15px;
}

/***************************************************************************
* In this section, we will define what happens when mouse-overing an item  *
***************************************************************************/
/*
 * Mouse over on menu items
 * Applies to all menu items in all menu containers
 */
.simple li.hover {
	background-image: url(img/dugmeover.gif);
	background-position: 0px 0px !important;
}
  
/*
 * Mouse over on menu items
 * Applies to second (or more) level menu items
 */
.simple ul li.hover {
  	background-color: none;
  	background-image: url(img/dugme2over.gif);
}

/*
 * Mouse over on links
 * Applies to all links in all menu items
 */
.simple a.hover {
	color: #052E6E;
}

/*
 * Mouse over on links
 * Applies to links located in the second (or more) level menu items
 */
.simple ul a.hover {
  	color: #052E6E; !important;
}
/*****************************************************************************
* In this section, we will define what happens when a menu item is selected  *
*****************************************************************************/
/*
 * Selected menu item
 * Applies to selected menu items in all menu containers
 */
.simple li.selected {
	background-position: 0px 0px;
}

/*
 * Selected menu item
 * Applies to second (or more) level selected menu items
 */
.simple ul li.selected {
}

/*
 * Selected links
 * Applies to selected links in all menu items
 */
.simple a.selected {

color: #FFDF02;
}

/*
 * Selected links
 * Applies to selected links located in the second (or more) level menu items
 */
.simple ul a.selected {
	
}
/******************************************************************************
* In this section, we will define the menu arrows behavior                    *
* An arrow is inserted next to the menu item when the menu item has sub-menus *
******************************************************************************/

/* 
 * Define the arrow
 * Applies to all menu items that have sub-menus
 */
.simple .arrow {
	background-image: url(img/zvezdicaarrow.gif);
	background-repeat: no-repeat;
	background-position: 90% 5px;
}

/* Applies to selected links located in the second (or more) level menu items  */

.simple ul .arrow {
	background-image: url(img/zvezdicaarrow.gif);
	background-repeat: no-repeat;
	background-position: 98% 2px;
}

/*************************************************************************
* This is the LAYOUT style definition for the CSS menu                   *
* DO NOT alter this section, unless you know what you're doing           *
*************************************************************************/
div.vertical {
	clear: both;
}
div.vertical br {
	clear: both;
}
div.vertical ul {
	margin: 0px;
	padding: 0px;
	display: block;
	float: left;
	clear: both;
}
div.vertical li {
	list-style-type: none;
	display: block;
	float: left;
	clear: both;
	text-align: left;
    position: static;
}
div.vertical li img {
	border: none;
}
div.vertical a {
	clear: both;
	display: block;
	margin: 0px;
}
div.vertical ul li ul {
	position: absolute;
	left: -5000px;
	top: -5000px;
	visibility: hidden;
	clear: both; 
}
div.vertical ul li ul li {
	clear: both; 
}

div.vertical ul li ul li a {
	clear: both;
}
.hasImg,
.hasImg a {
	padding: 0px !important;
	margin:	0px	!important;
	border:	none !important;
	outline: none !important;
	background:	transparent !important;
	width: auto !important;
}