/* CSS Document */
body, html {
    width:			100%;
    height:			100%;
    padding:		0;
    margin:			0;
    font-family:	Tahoma;
    font-size:      0.82em;
    background-color:#022d51;
}

#mainHolder {
    width:			1004px;
    background-color:#ffffff;
    margin:			auto;
}


#topMenu {
    height:			27px;
    width:			984px;
    padding: 		0 20px 0 0;
    background:		url(../photos/images/top_menu_bg.jpg) 0 0 no-repeat;
}

#scroller {
    height:			150px;
    overflow:		auto;
    scrollbar-3dlight-color:#ffffff;
    scrollbar-arrow-color:#ffffff;
    scrollbar-face-color:#9aadc1;
    scrollbar-highlight-color:#ffffff;
    scrollbar-darkshadow-color:#ffffff;
    scrollbar-shadow-color:#ffffff;
    scrollbar-base-color:#f2f6fa;
}

#indexContent h2 {
    margin: 16px 0 13px 0;
}

#searchBar {
    height:			47px;
    width:			1004px;
    margin:0 0 10px 0;
}

#logo {
    cursor:			pointer;
    border:			0;
    margin:			12px	400px	0	40px;
    float:			left;
}


#searchHolder {
    background:		url(../photos/images/search_bg.jpg) 0 0 no-repeat;
    height:			26px;
    width:			200px;
    float:			left;
    margin:			12px	0	0	0;
    padding:		5px 0 0 0;
}

.searchInput {
    border:			1px solid #b2c4d8;
    height:			19px;
    width:			152px;
    padding:		0;
    float:			left;
    margin:			0	8px	0	0;
}

.submitBtn {
    background:		url(../photos/images/search_btn.gif) 0 0 no-repeat;
    border:			0;
    padding:	 	0;
    width:			19px;
    height:			19px;
    float:			left;
}

#header {
    width:			970px;
    margin: 		0 12px;
    border: 4px solid #d3deeb;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

.topBanner {
    height:			107px;
    float:			right;
    width:			264px;
    background:		url(../photos/images/top_banner_bg.gif) 0 0 no-repeat;
    padding:		38px 20px 0 15px;
    color:			#ffffff;
}

.topBanner p {
    padding:		0;
    margin:			0;
    text-align:		justify;
    height:			39px;
}

.viac {
    background:		url(../photos/images/viac.gif) 0 0 no-repeat;
    padding:		1px 0 0px 28px;
    height:			20px;
    margin:			6px 0 0 0;
    cursor:			pointer;
}

.viac a {
    text-decoration:none;
    font-weight:	bold;
    color:			#ffffff;
    font-size:		1.2em;
}

h1 {
    color:			#d5140f;
    padding:		0;
    margin:			0 0 10px 0;
    font-size:		1.4em;
}

#headerSub {
    width:			1004px;
    height:			22px;
    background:		url(../photos/images/header_sub.gif) 13px 0 no-repeat;
}

.cleaner {clear:both;}

#menuHolder{
    width:			978px;
    height:			43px;
    padding:		0	13px	0	13px;
    margin:			0 0 18px 0;
    background-color:#ffffff;
}

#mainWrapper, #mainWrapperSub {
    width:			978px;
    padding:		0	13px	0	13px;
    background-color:#ffffff;
}
#mainWrapperSub {
    background:		url(../photos/images/main_wrapper_sub_bg.gif) 0 0 repeat-y;
}

#subContent a {color:#048bbd; text-decoration:none}
#subContent a:hover {color:#048bbd; text-decoration:underline}

#indexPortletsSmallHolder {
    width:			133px;
    float:			left;
}

#subPortlets {
    width:			165px;
    float:			left;
    border-top:		1px solid #c4d4e4;
}

#indexPortletsBigHolder {
    width:			306px;
    float:			left;
    padding:		0;
}

#indexContent {
    width:			499px;
    float:			left;
    padding:		0 20px 5px 20px;
}

#subContent {
    width:			800px;
    float:			left;
    border-top:		1px solid #c4d4e4;
    background:		url(../photos/images/index_content_bg.gif) 0 0 repeat-x;
    padding:		23px 0px 23px 13px;
}

.indexPortletSmall {
    width:			133px;
    padding:		0;
    border:			0;
    margin:			0;
    overflow:		hidden;
}

.indexPortletSmall img {
    margin:			0;
    border:			0;
}

#footer {
    background:		url(../photos/images/footer.gif) 0 0 no-repeat;
    width:			1004px;
    height:			27px;
    padding:		0	0	20px	0;
    background-color:#022d51;
}

#footeren {
    background:     url(../photos/images/footer_en.gif) 0 0 no-repeat;
    width:          1004px;
    height:         27px;
    padding:        0   0   20px    0;
    background-color:#022d51;
}

h2 {
    font-size:		1.2em;
}

.bookmarkHome {
    background:		url(../photos/images/bookmark_bg.gif) 0 0 repeat-y;
    width:			269px;
    padding:		18px 0 18px 17px;
    margin:			0 0 10px 0;
    font-size:		1.2em;
    font-weight:	bold;

    border-bottom:	1px solid #bac8d8;

}

.bookmarkHome a {
    text-decoration:	none;
    color:				#000000;

}

.blue {
    color:			#048bbd;
    display:		inline;
}

.topNews {
    color:			#d5140f;
    padding-bottom: 15px;
    background:		url(../photos/images/delimiter.gif) 0 bottom  repeat-x;
    margin-bottom:	10px;
}

.topNews a { color:#d5140f; font-weight:bold}

#presscentrum {
    padding:		0;
    margin:			0;
    list-style-type:none;
}

#presscentrum li {
    margin-bottom:	12px;
}

#presscentrum li a { color:#048bbd; font-weight:bold}

/* MENU */

#main-menu {
    padding:		0;
    margin:			0;
    list-style-type:none;
}

#main-menu li {float:left; }

#main-menu img {
    border:			0;

}

.main-submenu {
    display: none;
    position: absolute;
    background-color: #6282a1;
    width: 250px;
    top: 147px;
    padding: 0px 0 0px 0px;
    z-index: 10;
}
.main-submenu ul {
    list-style-type: none;
    font-size: 1em;
    margin: 0;
    padding: 0;
}
.main-submenu li {
    margin: 0;
    padding: 3px 2px 2px 0;
    background-image: none;
    text-align: left;
    width: 248px;
    border-bottom:1px solid #8eaac3;
}
.main-submenu a {
    text-decoration: none;
    color: #ffffff;
    text-transform: uppercase;
}
.main-submenu a:hover {
    color: #ffffff;
}
.main-submenu li a {
    background-image: url(../photos/images/left-submenu-dot.gif);
    background-repeat: no-repeat;
    background-position: 2px 7px;
    text-transform: uppercase;
    display: block;
    padding: 0 0 0 10px;
}
.main-submenu a:hover {
    text-decoration: underline;
}
.main-submenu-active {
    font-weight:bold;
}

/* TOP MENU */

#topMenu ul {
    list-style-type:	none;
    margin:				0;
    padding:			0;
    float:				right;
}

#topMenu li {
    float:				left;
    padding:	8px 8px 0 8px;
    margin:				0;
    height:				19px;
    background:		url(../photos/images/menu_delim.gif) right bottom  no-repeat;
}

#topMenu li a {
    text-decoration:	none;
    color:				#ffffff;
}

/* aktualne na podstranke */

#aktualneSub {
    width:				152px;
    float:				left;
    padding:10px 5px 10px 8px;
    background:			url(../photos/images/delim_left_portlet.gif) bottom center no-repeat;
}

#aktualneSub a {
    text-decoration:	none;
    color:				#048bbd;
}

#aktualneSub ul {
    padding:			0;
    margin:				0 0 0 13px;
    list-style-image:	url(../photos/images/li_bullet.gif);
}

#aktualneSub ul li{
    padding:0;
    margin:0 0 6px 0px;
}

#aktualneSub h2 {
    font-size:			1em;
    padding:			0;
    margin:				0;
}

#aktualneSub p {
    padding:			0;
    margin:				2px 0 2px 0 ;
}

/* left menu subpage */

#leftMenu {
    width:				165px;
    float:				left;
    background-color:	#c7d9eb;
    margin:				0px 0 0px 0;
    color:				#ffffff;
}

.menuLevel1{
    list-style-type:	none;
    padding:			0;
    margin:				3px 0 0 0;
    background-color:	#6282a1;
}

.menuLevel2{
    list-style-type:	none;
    padding:			6px 0 3px 0;
    margin:				0px 0 0 0;
    background-color:	#c7d9eb;
}

.menuLevel3 {
    list-style-type:	none;
    padding:			0;
    margin:				6px 0 0 0;
}

ul.menuLevel1 li {
    padding:		3px 0 0px 0px;
    overflow:		hidden;
    border-bottom:  1px solid #8fa8c0;
}

ul.menuLevel2 li {
    padding:	0px 0 4px 0px;
    overflow:	hidden;
    margin:		0;
    border:		0;
}

ul.menuLevel3 li {
    padding:	0px 0 4px 14px;
    overflow:	hidden;
}

ul.menuLevel1 li div{
    color:		#ffffff;
    padding:	0px 3px 3px 10px;
    font-weight:bold;
    text-decoration:none;
}

ul.menuLevel2 li div{
    padding:			0px 6px 0 19px;
    font-weight:		normal;
    text-decoration:	none;
    background:			url(../photos/images/li_bullet.gif) 8px 5px  no-repeat;
}

ul.menuLevel2 li.active div{
    background:			url(../photos/images/li_bullet_active.gif) 8px 5px  no-repeat;
}

ul.menuLevel3 li div{
    padding:	0px 3px 0 18px;
    font-weight:normal;
    background:	none;
}

ul.menuLevel1 li.active {background-color:#022d51}
ul.menuLevel1 li div a:hover{ text-decoration:underline; }
ul.menuLevel1 li.active div a{ text-decoration:none; color:#ffffff;}
ul.menuLevel1 li div a{ text-decoration:none; color:#ffffff;}
ul.menuLevel2 li.active {background-color:#c7d9eb}
ul.menuLevel2 li div a{ text-decoration:none; color:#022d51!important;}
ul.menuLevel2 li.active div a{ text-decoration:none; color:#048bbd !important;}

/* PAGER */
.pager {
    border:			none;
    width:			786px;
    border-collapse:collapse;
    margin:			0;
    padding:		0;
    background-color:#c7d9eb;
    height:			22px;
}

.pager td{
    padding:		3px 20px 3px 20px;
}

/* AKTUALITY TABULKA */

#aktualityTable {
    border:			none;
    width:			786px;
    border-collapse:collapse;
    margin:			0;
    padding:		0;
}

.mesiac {
    font-size:		1.2em;
    color:			#d5140f;
    width:			100%;
    font-weight:	bold;
    padding:		0 0 3px 0;
    margin:		0 0 10px 0;
    border-bottom:1px solid #c4d4e4;
}

.aktualita {
    padding:		0;
    margin:			0 0 10px 0;
}


.aktualita a { color:#048bbd; font-weight:bold}

#docPath {
    margin:		0	0	10px	0;
    color:		#048bbd;
}

/* tunely na indexe */


#tunelContainer{
	text-align: center;
}

#tunelList{
	width: 558px;
	margin: auto;
}

.tunelHolder{
    width: 186px;
    border: 0;
    padding: 0;
    float: left;
    margin: 0 0 30px 0;
}

.tunelImage{
    width: 178px;
    height: 134px;
    padding: 0;
    margin: 8px 0 0 1px;
    background-repeat: no-repeat;
    background-position: 0px;
    border: 1px solid black;
    
}

.tunelHeader{
    width: 186px;
    height: 25px;
    border: 0;
    margin: 0;
    padding: 7px 0 0 0;
    color: #fff;
    font-size: 1.3em;
    text-align: center;
    overflow: hidden;
}

.tunelPrejazdnost{
     width: 186px;
    height: 30px;
    border: 0;
    margin: 10px 0;
    color: #000;
    font-size: 1.3em;
    text-align: center;
        overflow: hidden;
       
}

.tunelHlasenia{
    width: 176px;
    height: 162px;
    border: 0;
    padding: 0;
    margin: 0;
    color: #000;
    font-size: 1.1em; 
    overflow: hidden;
}


table.tunel {
    border:0;
    border-collapse:collapse;
    margin-top:2px;
}

table.tunel td{
    width:			170px;
    height:			192px;
    vertical-align:	top;
    padding:		3px 6px 0 10px;
}

table.tunel h1 {
    color:			#ffffff;
    width:			150px;
    padding:		3px 0px 0 0px;
    font-size:		1.2em;
}

table.tunel a {
    color:			#ffffff !important;
}

table.tunel div.text {
    color:			#000000;
    font-size:		1.1em;
    padding:		8px 0 0 0;
    line-height:	1.5em;
}

.prejazdny{ background:url(../photos/images/prejazdny.jpg) 0 0 no-repeat; }
.neprejazdny{ background:url(../photos/images/neprejazdny.jpg) 0 0 no-repeat; }
.obmedzeny{ background:url(../photos/images/obmedzeny.jpg) 0 0 no-repeat; }

.table-6 td{
    color:#022D51;
    background-color:#F1F1F3;
}
.table-6 td.white{
    color:#022D51;
    background-color:#ffffff;
}
.table-6 td.blue-strip {
    background-color:#CDCFD4;
    font-size:1px;
    line-height:1px;
    height:1px;
}
.table-6 thead th{
    background-color:#CDCFD4;
    color:#022D51;
    font-size:12px;
    padding:3px 3px;
}
.table-6 tbody.yellow th{
    background-color:#FCE78D;
}
.table-6 th.darkgray{
    background-color:#878B94;
}
.table-6 tbody.orange th{
    background-color:#FFB76F;
}
.table-6 tbody.yellow td{
    background-color:#FEF5CF;
}
.table-6 tbody.orange td{
    background-color:#FEE2C6;
}
.table-6 th{
    background-color:#F1F1F3;
    color:#022D51;
    font-size:12px;
}
.table-6 {
    border-bottom:4px solid #CDCFD4;
}

.table-bordered {
    border-bottom: 1px solid #BDBDC5;
    border-right: 1px solid #BDBDC5;
}
.background-lightgrey, .table-td-bordered-filled, .table-bordered td.table-td-bordered-filled {
    background-color: #F1F1F3;
}
.table-bordered td {
    border-top: 1px solid #BDBDC5;
    border-left: 1px solid #BDBDC5;
    background-color: #FFFFFF;
    color: #000000;
    text-align: center;
    font-weight: normal;
    vertical-align: middle;
}

#counter{
    background-color:#e2eaf2;
    font-weight:bold;
    height:25px;
    margin-top:20px;
    padding-top:10px;
    text-align:center;
    vertical-align:middle;
    width:133px;
}

.table-bluegrey {
    border-collapse: collapse;
}
.table-bluegrey th {
    border-bottom: 2px solid #FFFFFF;
    border-right: 2px solid #FFFFFF;
    padding: 8px 10px 8px 10px;
    background-color: #B9CEE1;
    color: #022D51;
}
.table-bluegrey td {
    border-bottom: 2px solid #FFFFFF;
    border-right: 2px solid #FFFFFF;
    padding: 5px 10px 5px 10px;
    background-color: #E5EFF7;
    color: #022D51;
}
.table-bluegrey td.darkslice, .darkslice {
    height: 3px;
    line-height: 3px;
    background-color: #B9CEE1;
    padding: 0;
}

.padding-2 {
    padding: 2px;
}

.padding-left-10 {
    padding-left: 10px;
}

.padding-left-8 {
    padding-left: 8px;
}

.border-grey {
    border: 1px solid #BEBEBE;
}

.index-table td{
    color:#022D51;
    background-color:#F1F1F3;
    border-left: 1px solid #FFFFFF;
    border-bottom: 1px solid #FFFFFF;
}
.index-table td.white{
    color:#022D51;
    background-color:#ffffff;
    border-left: 1px solid #FFFFFF;
    border-bottom: 1px solid #FFFFFF;
}
.index-table td.blue-strip {
    background-color:#CDCFD4;
    font-size:1px;
    line-height:1px;
    height:1px;
}
.index-table thead th {
    background-color:#CDCFD4;
    color:#022D51;
}
.index-table th {
    border-left: 1px solid #FFFFFF;
    border-bottom: 1px solid #FFFFFF;
    background-color:#F1F1F3;
    color:#022D51;
}
.index-table {margin-left:0px;}
.index-table td.redbox {
    background-color: #CF0100;
    color: #FFFFFF;
    border-bottom: 1px solid #FFFFFF;
}

.sitemap {
    background-color: white;

}

/* .sitemap-head {
    background-color:#022D51;
}

.menu_list_10 {
    background-color:#022D51;
} */

.sitemap-head ul,.sitemap-head li {
    list-style-type:none;

}


li.level1 a {
    text-decoration:none;
    color:white;
    font-weight:bolder;

}

li.level2 a {
    text-decoration:none;
    color:black;
    font-size:14px;
    font-weight:100;
}

li.level3 a {
    text-decoration:none;
    color:white;
    font-size:12px;
}

li.level3 a {
    text-decoration:none;
    color:black;
}

.level1 {
    background-color:#022D51;

    padding-left:3px;
    font-weight:bolder;


}

.level2 {
    /*background-color:#8FA8C0;*/
    background-color:#C4D4E4;

    padding-left:3px;
    margin:1px;
}

.level3 {
    /*background-color:#C7D9EB;*/
    background-color:#E5EFF7;
    padding-left:3px;
    margin:1px;
}

.flvplayer {
    background: url(/photos/images/player.png) no-repeat top left;
    height: 312px;
    width: 384px;
    color: #fff;
    font-weight: bold;
    text-align: center;
}

.flvplayer * {
    text-align: center;
}

.vo_archiv {
    overflow: auto;
    height: 150px;
    white-space: nowrap;
    overflow-y: scroll;
}

.vo_archiv a:link,
.vo_archiv a:visited {
    display: block;
    width: 94px;
    height: 30px;
    float: left;
    padding-top: 5px;
    text-align: center;
    text-decoration: none;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.vo_archiv a:hover,
.vo_archiv a:active {
    text-decoration: none;
    background-color: #DCE5EF;
}

.vo_rok {
    background-color: #6282A1;
    padding: 3px;
    color: #fff;
    font-weight: bold;
    width: 375px;
}

ul#portfolio {
    list-style:none;
    padding:0;
    margin:0;
}

#portfolio .nazov {
    position: absolute;
    top: 0;
    right: 0;
    height: 25px;
    background: transparent url(/photos/idx_useky/bg_nazov.gif) left top no-repeat;
    padding: 0 20px;
    line-height: 23px;
    font-weight: bold;
    font-size: 13px;
    color: #6a89a6;
}

#portfolio .detail {
    position: absolute;
    top: 25px;
    right: 0;
    width: 181px;
    height: 68px;
    background: transparent url(/photos/idx_useky/bg.png) right top no-repeat;
    padding: 5px 20px;
    font-family: Arial;
    -font-weight: bold;
    font-size: 20px;
    color: #000;
}

#portfolio .detail img {vertical-align: top}

.aktualnybox {
    border: 4px solid #d81e04;
    background: #d3deeb url(/photos/nh_img/aktualna_sipka.gif) 15px 50% no-repeat;
    line-height: 150%;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

.idxvideobox {
    padding: 5px;
    border: 4px solid #dfe7f0;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}



#opytajtesa table {
    width: 100%;
}

#opytajtesa #left {
    display: block;
    position: relative;
    float: left;
    width: 430px;
}

#opytajtesa #left td {
    padding: 0 5px;
    text-align: left;
}

#opytajtesa #right {
    position:relative;
    display: block;
    float: right;
    width: 350px;

}

#opytajtesa #clear {
    clear: both;
}


.vystrahaBox {
  position: relativel
	width: 100%;
	height: 141px;
	background: #d3deeb url(/photos/images/vystraha.gif) center top no-repeat;
	color: #ffffff;

}
.vystrahaBox h4{
  display: block;
  position: relative;
  top: 18px;
  left: 95px;
	padding: 0px;
	margin: 0px;
	font: normal bold 24px bold Arial, Tahoma;
	
}
.vystrahaBox #block{
  position: relative;
  padding-left: 50px;
  
  
  
  margin: auto;
  margin-top: 20px;
  width: 600px;
  height: 80px;
  
  font: normal normal 14px normal Arial, Tahoma;
  text-align: right;
  background: url(../photos/images/vystraha_sipka.gif) no-repeat left 8px;
    overflow: auto;
}


.vystrahaBox #block table tr td {
  width: 100%;
  height: 80px;
  text-align: justify;
  vertical-align: middle;
   padding: 0px;
  margin: 0px;
  	

}

.vystrahaBox #block table tr td p{
  text-align: right;
  padding: 0px;
  margin: 0px;
}
.vystrahaBox a{
  color: #ffffff;
  padding: 0px;
  margin: 0px;
  outline: none;
}
.vystrahaBox a:hover{
  text-decoration: none;
}




.jimgMenu {
	position: relative;
	width: 559px;
	height: 175px;
	overflow: hidden;
	
	margin: 50px 0 50px 90px;
	padding: 0px;
	
}

.jimgMenu ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	display: block;
	height: 200px;
	width: 1340px;
	
	}

.jimgMenu ul li {
	float: left;
}

.jimgMenu ul li a {
	text-indent: -1000px;
	padding: 0px;
	background:#FFFFFF none repeat scroll 0%;
	/*border-right: 4px solid #fff;*/
	cursor:pointer;
	display:block;
	overflow:hidden;
	width:96px;
	height: 175px;
}

.jimgMenu ul li#kc_sever a {
	background: url(/photos/komunikacne_centra/kc_sever.jpg) repeat scroll 0%; 
}
.jimgMenu ul li#kc_stred a {
	background: url(/photos/komunikacne_centra/kc_stred.jpg) repeat scroll 0%;
}

.jimgMenu ul li#kc_vychod a {
	background: url(/photos/komunikacne_centra/kc_vychod.jpg) repeat scroll 0%; 
  /*min-width:367px;*/
}

.tunelHolder{
    width: 186px;
    border: 0;
    padding: 0;
    float: left;
    margin: 0 0 30px 0;
}

.tunelImage{
    width: 178px;
    height: 134px;
    padding: 0;
    margin: 8px 0 0 1px;
    background-repeat: no-repeat;
    background-position: 0px;
    border: 1px solid black;
    
}

.tunelHeader{
    width: 186px;
    height: 25px;
    border: 0;
    margin: 0;
    padding: 7px 0 0 0;
    color: #fff;
    font-size: 1.3em;
    text-align: center;
    overflow: hidden;
}

.tunelPrejazdnost{
     width: 186px;
    height: 30px;
    border: 0;
    margin: 10px 0;
    color: #000;
    font-size: 1.3em;
    text-align: center;
        overflow: hidden;
       
}

.tunelHlasenia{
    width: 176px;
    height: 162px;
    border: 0;
    padding: 0;
    margin: 0;
    color: #000;
    font-size: 1.1em; 
    overflow: hidden;
}

table.objednavky_faktury {
	width:100%;
	margin-left:auto;
	margin-right:auto;
}

table.objednavky_faktury th {
	height:30px;
	background-color:#c7d9eb;
	text-align:center;
	font-weight:bold;
	padding:4px;
	margin:0;
}

table.objednavky_faktury td {
	background-color:#e8eff5;
	padding:4px;
	margin:0;
}

/* iny sposob
.jimgMenu {
	position:relative;
	margin: 0px 0px 0px 50px;
	padding: 0px;
	width:475px;
	height:200px;
	overflow: hidden;
}
.jimgMenu ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	display: block;
	height: 200px;
	position: relative;
	}	
.jimgMenu ul li {
	width: 95px;
	float: left;
	display: block;
	overflow: hidden;
}
.jimgMenu ul li a {
	text-indent: -1000px;
	background:#fff repeat scroll 0%;
	border-right: 2px solid #fff;
	cursor:pointer;
	display:block;
	overflow: hidden;
	height: 200px;
}
.jimgMenu ul li#landscapes a {
	background: url(/photos/komunikacne_centra/landscapes.jpg) repeat scroll 0%; 
}
.jimgMenu ul li#people a {
	background: url(/photos/komunikacne_centra/people.jpg) repeat scroll 0%;
}

.jimgMenu ul li#nature a {
	background: url(/photos/komunikacne_centra/nature.jpg) repeat scroll 0%; 
}
.jimgMenu ul li#abstract a {
	background: url(/photos/komunikacne_centra/abstract.jpg) repeat scroll 0%;
}
.jimgMenu ul li#urban a {
	background: url(/photos/komunikacne_centra/urban.jpg) repeat scroll 0%;
	border-right-style: none;
}
*/

