.sideMenu ul,
.sideMenu ul li,
.sideMenu ul ul {
	margin: 0;
	border: 0 none;
	width: 194px; /*Za KHTML*/
	list-style: none;
	text-align: left;
	padding:0px;
}
.sideMenu ul li {
	float: left; /*Za IE 7 */
	display: block !important; /*Dobro za browsere*/
	display: inline; /*Za IE*/
	position: relative;
	margin-bottom:3px
}
.sideMenu ul a, .sideMenu ul a:visited {
	display: block;

	text-decoration: none;
	height: auto !important;
	height: 1%; /*Za IE*/
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 15px;
	padding:7px 5px 7px 20px;
	text-decoration: none;
}
.sideMenu ul a:hover,
.sideMenu ul li:hover a,
.sideMenu ul li a.onPath,
.sideMenu ul li a.current {
	color: #003570;
	background-image: url(/img/sideMenu/hov.png);
	background-color: #ADC9F1;
	background-repeat: repeat-x;
	background-position: left top;
	text-decoration: none;
}
.sideMenu ul li:hover ul,
.sideMenu ul ul li:hover ul{
	display: block;
	text-decoration: none;
}



/**************************************************
   Level 1, 2, 3, 4, 5, 
**************************************************/ 

.sideMenu ul li a.depth2 {
	background-color:#FFFFFF;
	font-size: 12px;
	color: #5B7EA4;
	text-align: left;
	padding:0 0 2px 15px;
	background-image: url(/img/footer_border.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}
.sideMenu ul li a.depth3 {
	background-color:#FFFFFF;
	font-size: 12px;
	color: #5B7EA4;
	text-align: left;
	padding:0 0 2px 20px;
	background-image: url(/img/footer_border.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}
.sideMenu ul li a.depth4 {
	background-color:#FFFFFF;
	font-size: 12px;
	color: #5B7EA4;
	text-align: left;
	padding:0 0 2px 25px;
	background-image: url(/img/footer_border.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}
.sideMenu ul li a.depth5 {
	background-color:#FFFFFF;
	font-size: 12px;
	color: #5B7EA4;
	text-align: left;
	padding:0 0 2px 35px;
	background-image: url(/img/footer_border.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}

.sideMenu ul li a.depth2:hover,
.sideMenu ul li a.depth3:hover,
.sideMenu ul li a.depth3:hover,
.sideMenu ul li a.depth4:hover,
.sideMenu ul li a.depth5:hover,
.sideMenu ul li a.depth2 :hover
{
	background-image: url(/img/footer_border.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	color:#003570;
	font-weight: bold;
	background-color: transparent
}


.sideMenu ul li.depth2 a.current,
.sideMenu ul li.depth2 a.onPath,
.sideMenu ul li.depth3 a.current,
.sideMenu ul li.depth3 a.onPath,
.sideMenu ul li.depth4 a.current,
.sideMenu ul li.depth4 a.onPath,
.sideMenu ul li.depth5 a.current,
.sideMenu ul li.depth5 a.onPath
{
	background-image: url(/img/footer_border.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	color:#003570;
	font-weight: bold;
}
