/* -------------------  LEVI MENI -------------------- */

#menuRight {margin-bottom: 20px;}

#loginout h3.korisnik {background: #531715 url(/img/menuUser/topRed.png) no-repeat left top; color:#FFFFFF; margin:0; padding:10px}

.menuRightTop{background:url(/img/menuRight/redTop.png) no-repeat left top; height:10px; font-size:0px}
.menuRightMain{background: #661B1B url(/img/menuRight/redMain.png) repeat-x left top;padding:0 10px;}
.menuRightBottom{background:url(/img/menuRight/redBottom.png) no-repeat left top; height:10px; font-size:0px}

.menuRightMainUser{background: #661B1B url(/img/menuUser/mainRed.png) repeat-x left top;padding:0 10px;}
.menuRightBottomUser{background:url(/img/menuUser/bottomRed.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: #661B1B ;
}
.tabs .tab a:hover {
	color: #661B1B;
}

.registrationForm input {
	width: 230px;
	border: 2px solid #661B1B;
	font-family: Tahoma, Arial;
	font-size: 13px;
	color: #333333;
	padding: 3px;
	margin: 15px 0;
}
.registrationForm select {
	display: block;
	width: 240px;
	border: 2px solid #661B1B;
	font-family: Tahoma, Arial;
	font-size: 13px;
	color: #333333;
	padding: 2px;
	margin: 15px 0;
}

.registrationForm textarea {
border:2px solid #661B1B;
color:#333333;
font-family:Tahoma,Arial;
font-size:13px;
height:200px;
margin:15px 0;
padding:3px;
width:390px;
}