#chromemenu a img {
border: none;
}

#chromemenu {
position: relative;
width:985px;
height:47px;
background:#565656 url(../images/menubg.gif) top left repeat-x;
}

.curve1,
.curve2,
.curve3,
.curve4 {
	position: absolute;
	z-index: 2;
	height: 12px;
	width: 12px;
}
.curve1 {
background:  url(tr.png) top right no-repeat;
top: 0;
right: 0;
}

.curve2 {
background:  url(tl.png) top left no-repeat;
top: 0px;
left: 0px;

}


.curve3 {
background:  url(br.png) bottom right no-repeat;
bottom: 0;
right: 0;
}

.curve4 {
background:  url(bl.png) bottom left no-repeat;
bottom: 0;
left: 0;
}

*html .curve1 {
background:  url(tr.png) top right no-repeat;
top: 0px;
right: -1px;
}
*html .curve3 {
background:  url(br.png) bottom right no-repeat;
bottom: -1px;
right: -1px;
}

*html .curve4 {
background:  url(bl.png) bottom left no-repeat;
bottom: -1px;
left: 0px;
}

/* ////////////////////////////////////////////////////////////// centralni kontejner ///////////////////////////////////// */



#centraoval {
position: relative;
float: left;
width:985px;
height: 357px;
}

#centraoval span {
position: absolute;
z-index: 2;
height: 12px;
width: 12px;
}

.curver1 {
background:  url(tr.png) top right no-repeat;
top: 0px;
right: 0px;
}

.curver2 {
background:  url(tl.png) top left no-repeat;
top: 0;
left: 0;
}

.curver3 {
background:  url(br.png) bottom right no-repeat;
bottom: 0;
right: 0;
}

.curver4 {
background:  url(bl.png) bottom left no-repeat;
bottom: 0px;
left: 0px;
}

*html .curver1 {
background:  url(tr.png) top right no-repeat;
top: 0px;
right: -1px;
}
*html .curver3 {
background:  url(br.png) bottom right no-repeat;
bottom: -1px;
right: -1px;
}

*html .curver4 {
background:  url(bl.png) bottom left no-repeat;
bottom: 0px;
left: 0px;
}

/* ///////////////////////////////////////////////////////////////////////// newsoval //////////////////////////////////////////// */


#newsoval {
position: relative;
xfloat: left;
width:985px;
xheight:47px;
xbackground:#FF6600;
}





