/*IZBORNIK POCETAK */

.MainMenu_MenuContainer
{
	background-color: Transparent;
	width: 153px;
	font-weight: normal;
	font-size: 11px;
}
.MainMenu_MenuBar
{
	cursor: pointer;
	cursor: hand;
	height: 21px;
	background-color: Transparent;
}
.MainMenu_MenuItem
{
	font-weight: normal;
	padding: 0px 0px 0px 0px;
	border: none 0px transparent;
	margin: 0px 0px 0px 0px;
	height: 22px;
	cursor: pointer;
	cursor: hand;
	color: Black; /*    font-weight: bold; */
	font-style: normal;
	background-color: Transparent;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}
.MainMenu_MenuIcon
{
	background-color: #5FB369;
	padding: 0px 0px 0px 0px;
	border: none 0px transparent;
	margin: 0px 0px 0px 0px; /*   border-left: solid 1px Transparent ;       border-bottom: solid 1px Transparent ;       border-top: solid 1px Transparent ;*/
	cursor: pointer;
	text-align: center;
	width: 15px;
	height: 21px;
}
.MainMenu_SubMenu
{
	padding: 0px 0px 0px 0px;
	border: solid 1px #5FB369;
	margin: 0px 0px 0px 0px;
	background-color: White;
	z-index: 1000;
	cursor: pointer;
	cursor: hand; /*      font-size:;*/ /*    filter:progid:DXImageTransform.Microsoft.Shadow(color='#696969', Direction=135, Strength=3);  */
}
.MainMenu_MenuBreak
{
	height: 1px;
}
/*KAD DODEM MISOM NA NJEGA */
.MainMenu_MenuItemSel
{
	font-weight: normal;
	background-color: #5FB369; /*       border: solid 1px Transparent;*/
	padding: 0px 0px 0px 0px;
	border: none 0px transparent;
	margin: 0px 0px 0px 0px;
	cursor: pointer;
	cursor: hand;
	color: black;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif; /*   font-weight: bold; */
	font-style: normal;
	height: 22px;
}
.MainMenu_MenuArrow
{
	/*   border-right: #cad5ea 0px solid;        border-bottom: #cad5ea 0px solid;        border-top: #cad5ea 0px solid;*/
	font-family: webdings;
	font-size: 11pt;
	cursor: pointer; /*      border : solid 1px Transparent; */
	width: 12px;
	padding: 0px 0px 0px 0px;
	border: none 0px transparent;
	margin: 0px 0px 0px 0px;
	color:black;
}
.MainMenu_RootMenuArrow
{
	font-family: webdings;
	font-size: 11pt;
	cursor: pointer;
	cursor: hand;
	color:black;
}}

/* KRAJ IZBORNIKA */