/*submenuOkruhy*/

.subOkruhy
{
	display: inline-block;
	float: left;
	background: url(../images/Icons/subokruhy_line.gif) left center no-repeat;
	padding-top: 0px;
	padding-left:10px;
}

.subOkruhy A
{
	color: white;
	display: block;
	padding: 0px 0
/*	background: url(../images/Icons/subokruhy_line.gif) right center no-repeat;
	padding-right:12px;
	text-align:center;
	margin-left:10px*/
}
.subOkruhy A:hover
{
	color: white;
}

.subOkruhy IMG
{
	vertical-align: middle;
	height:23px
}

#subOkruhy, .popUpCombo, .popUpComboBlank
{
	border: solid 1px #101f36;
	position: absolute;
	visibility: hidden;
	margin: 0px;
	padding: 0px;
	list-style: none;
	background: white;
	z-index: 10000;
}

.popUpCheckbox
{
	
	position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 0;
	list-style: none;
	background: white;
	width: 100px;
	color: #101f36;
	text-decoration: none;
	BORDER: solid 1px #3b5b7c;
    BACKGROUND: white;
    COLOR: #3b5b7c;
}

.popUpCheckbox LI
{
	background-color: #e8f1fa;
	display: block;
	padding: 4px 10px;
	text-align: left;
	margin: 0;
	white-space: nowrap;
	cursor: default;
	BACKGROUND: white;
    COLOR: #3b5b7c;
    font-family: verdana,sans-serif;
    font-size: 12px;
}

#subOkruhy A, .popUpCombo A, .popUpComboBlank A
{
	color: #101f36;
	display: block;
	padding: 4px;
	text-align: left;
	margin: 0
}

.popUpComboBlank LI
{
	padding-left: 7px;
	padding-bottom: 1px;
}

.popUpCombo A
{
	background: url(../images/system/rb_off.gif) no-repeat 6px center;
	padding-left: 24px;
}

.popUpCombo LI.sel A
{
	background: url(../images/system/rb_on.gif) no-repeat 6px center
}

.popUpCombo SPAN
{
	margin: 2px;
	padding: 2px;
	background-color: #e8f1fa;
	font-weight: bold;
	border-top: 2px solid white;
	border-bottom: 1px solid #99bbe8;
}

.tabbMini
{
	width: 370px;
	float:right;
}
.tabbMini .OkruhoveMenu img{
	filter: grayscale(1);
	-webkit-filter: grayscale(1);
	-moz-filter: grayscale(1);
	-o-filter: grayscale(1);
	-ms-filter: grayscale(1);
 
}
.tabbMini .OkruhoveMenu:hover img{
	filter: grayscale(0);
	-webkit-filter: grayscale(0);
	-moz-filter: grayscale(0);
	-o-filter: grayscale(0);
	-ms-filter: grayscale(0);
 
}
.tabbMini .OkruhoveMenu.Sel img{
	filter: grayscale(0);
	-webkit-filter: grayscale(0);
	-moz-filter: grayscale(0);
	-o-filter: grayscale(0);
	-ms-filter: grayscale(0);
 
}

/* submenuOkruhy END */