/* -------------------  LEVI MENI -------------------- */

#menuRight {margin-bottom: 20px;}

#loginout h3.korisnik {background: #080E1B url(/img/menuUser/topBlue.png) no-repeat left top; color:#FFFFFF; margin:0; padding:10px}

.menuRightTop{background:url(/img/menuRight/blueTop.png) no-repeat left top; height:10px; font-size:0px}
.menuRightMain{background: #1E344D url(/img/menuRight/blueMain.png) repeat-x left top;padding:0 10px;}
.menuRightBottom{background:url(/img/menuRight/blueBottom.png) no-repeat left top; height:10px; font-size:0px}

.menuRightMainUser{background: #1E344D url(/img/menuUser/mainBlue.png) repeat-x left top;padding:0 10px;}
.menuRightBottomUser{background:url(/img/menuUser/bottomBlue.png) no-repeat left top; height:10px; font-size:0px}

#menuRight form select{ border: 2px solid #CD5F5F}
#menuRight #menuLeftBlock {
	border: 1px solid #D47171;
	border-bottom: 0px;
	background-color: #D47171;	
}


#menuRight a {
	display: block;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CCCCCC;
}

/* -- 0 -- */

#menuRight a.leftMenu0 {
	
}
#menuRight a.leftMenu0:hover {
	
}

/* -- 1 -- */

#menuRight a.leftMenu1 {
	padding:8px 20px 8px 0;
	background: url(/img/menuRight/arrowRight.gif) no-repeat 175px 10px;
	border-top: 1px dashed #fff;
	font-size: 13px;
	font-weight: normal;
	text-transform: uppercase;
}
#menuRight a.leftMenu1:hover {
	color:#FFFFFF
}

#menuRight .active a.leftMenu1 {
background: url(/img/menuRight/arrowBottom.gif) no-repeat 175px 10px;
text-decoration:underline
}
#menuRight .active a.leftMenu1:hover {
	background: url(/img/menuRight/arrowBottom.gif) no-repeat 175px 10px;
	text-decoration:underline
}

#menuRight .onPath a.leftMenu1 {
background: url(/img/menuRight/arrowBottom.gif) no-repeat 175px 10px;
text-decoration:underline
}
#menuRight .onPath a.leftMenu1:hover {
background: url(/img/menuRight/arrowBottom.gif) no-repeat 175px 10px;
}

/* -- 2 -- */

#menuRight a.leftMenu2 {
	padding:2px 0 10px 15px;
}
#menuRight a.leftMenu2:hover {
	text-decoration: underline;
	color:#FFFFFF
}

/* -- 3 -- */

#menuRight a.leftMenu3 {
	padding:2px 0 10px 35px;
	background: url(/img/menuRight/arrowBottom.gif) no-repeat 175px 10px;
}
#menuRight a.leftMenu3:hover {
	text-decoration: underline;
	color:#FFFFFF
}

/* -- 4 -- */

#menuRight a.leftMenu4 {
	padding:2px 0 10px 45px;
	background: url(/img/menuRight/arrowBottom.gif) no-repeat 175px 10px;
}
#menuRight a.leftMenu4:hover {
	text-decoration: underline;
	color:#FFFFFF
}

/* -- active -- */

#menuRight .active a {
	color: #FFFFFF;
	text-decoration:underline;
}
#menuRight a.active:hover {
	
}

/* -- onPath -- */

#menuRight .onPath a {
	color: #FFFFFF;text-decoration:underline;
}
#menuRight a.onPath:hover {
	
}



.tabs .active a, .tabs .active a:hover {
	color: #1E344D ;
}
.tabs .tab a:hover {
	color: #1E344D;
}

.registrationForm input {
	width: 230px;
	border: 2px solid #1E344D;
	font-family: Tahoma, Arial;
	font-size: 13px;
	color: #333333;
	padding: 3px;
	margin: 15px 0;
}
.registrationForm select {
	display: block;
	width: 240px;
	border: 2px solid #1E344D;
	font-family: Tahoma, Arial;
	font-size: 13px;
	color: #333333;
	padding: 2px;
}