/* CSS Document */

/*body { behavior: url("css/resources/csshover3.htc"); }*/
/*
.menu-hover, .jquerycssmenu ul { behavior: url("css/resources/iepngfix.htc"); }
*/

#myjquerymenu {
  width: 775px;
  height: 26px;
  border-bottom: 2px solid #fff;
  padding-top: 18px;
	border-color: #de3b12;
}

.jquerycssmenu ul {
  list-style-type: none;
  position: absotule;
  z-index: 5;
	padding-top: 0;
	padding-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	margin: auto;
	padding-left: 90px;
}

.jquerycssmenu2 ul {
  margin: auto;
  padding: 0 0 0 50px;
  list-style-type: none;
  position: absotule;
  z-index: 5;
	float: none;
}

/*Top level list items*/
.jquerycssmenu ul li {
  position: relative;
  display: inline;
  float: left;
  z-index: 5;
	padding-right: 0;
	margin-right: 20px;
	left: 0;
}

.jquerycssmenu2 ul li {
  position: relative;
  display: inline;
  float: left;
  z-index: 5;
	padding-left: 35px;
	padding-right: 3px;
	margin: auto;
	width: auto;
}

/*Top level menu link items style*/
.jquerycssmenu ul li a {
  font-size: 20px;
  margin:0;
  outline: none;
  margin-right: 9px;
  padding: 0px 0px 0px 9px;
  text-decoration:none;
  color: #fff;
  display: block;
  cursor: pointer;
  background: center no-repeat; /*background of tabs (default state)*/
}

.jquerycssmenu2 ul li a {
  font-size: 14px;
  margin:0;
  outline: none;
  margin-right: 9px;
  padding: 0px 0px 0px 9px;
  text-decoration:none;
  color: #fff;
  display: block;
  background: center no-repeat; /*background of tabs (default state)*/
}

.menu-hover {
  background: center no-repeat url(../images/svet.png);
}
*html .menu-hover {
  background: none;
}
	
/*1st sub level menu*/
.jquerycssmenu ul li ul{
  position: absolute;
  left: 0;
  display: block;
  visibility: hidden;
  border-top: 0px solid black;
  background: url(../images/pixel.png);
	padding-left: 5px;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.jquerycssmenu ul li ul li {
  display: list-item;
  float: none;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.jquerycssmenu ul li ul li ul {
  top: 0;
}

/* !!! Sub level menu links style */ 
.jquerycssmenu ul li ul li a {
  font: bold 13px Arial;
  text-align: left;
  width: 90px; /*width of sub menus*/
  color: #fff;
  padding: 4px 5px;
  margin: 0px 0px 0px 0px;
  border-top-width: 0;
  border-bottom: 0px solid black;
}

.jquerycssmenu ul li ul li a:hover { /*sub menus hover style*/
  background: none;
  color: #fff;
}

/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass {
  position: absolute;
  top: 7px;
  right: 5px;
}

.rightarrowclass {
  position: absolute;
  top: 5px;
  right: 5px;
}
