/* ================================================================
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/simple_vertical.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any
way to fit your requirements.
=================================================================== */

/* Add a margin - for this demo only - and a relative position with a high z-index to make it appear over any element below */
#menu_container {
  height: 40px;
	margin-right: 0px;
	margin-left: auto;
	padding: 0px;
	color: #000000;
	position: absolute;
	z-index:1;
	bottom: 0px;
  padding-left: 115px;
  padding-right: 70px;
  font-size: 100%!important;
  font-weight: bold;
  text-transform: uppercase;
}

/* Get rid of the margin, padding and bullets in the unordered lists */
#pmenu, #pmenu ul {padding:0; margin:0; list-style-type: none;}

/* Set up the link size, color and borders */
#pmenu a, #pmenu a:visited {display:block;width:auto; font-size: 90%; color:#000000; height:40px; line-height:40px; text-decoration:none; float: left; padding: 0 12px ;margin: 0;text-align: center;}


/* Set up the list items */
#pmenu li {float:left; margin:0;}

/* For Non-IE browsers and IE7 */
#pmenu li:hover {position:relative;}
/* Make the hovered list color persist */
#pmenu li:hover > a, #pmenu li a.selected { color:#000000; }
/* Set up the sublevel lists with a position absolute for flyouts and overrun padding. The transparent gif is for IE to work */
#pmenu li ul {display:none;}


/* get rid of the table */
#pmenu table {position:absolute; border-collapse:collapse; top:0; left:0; z-index:100;}

/* For IE5.5 and IE6 give the hovered links a position relative and a change of background and foreground color. This is needed to trigger IE to show the sub levels */
* html #pmenu li a:hover {position:relative;  color:#000000;}
/* For accessibility of the top level menu when tabbing */
#pmenu li a:active, #pmenu li a:focus { color:#000000;}
/*
#pmenu a#uvod {width: 63px;}
#pmenu a.selected#uvod {background: url(../images/btn-uvod.jpg) no-repeat left top}
#pmenu a#penzion {width: 99px;}
#pmenu a#keramika {width: 75px;}
#pmenu a.selected#keramika {background: url(../images/btn-keramika.jpg) no-repeat left top}
#pmenu a.selected#penzion {background: url(../images/btn-penzion.jpg) no-repeat left top}
#pmenu a#vytvarne-dilny {width: 122px;}
#pmenu a.selected#vytvarne-dilny {background: url(../images/btn-vytvarne-dilny.jpg) no-repeat left top}
#pmenu a#obcanske-sdruzeni {width: 150px;}
#pmenu a.selected#obcanske-sdruzeni {background: url(../images/btn-obcanske-sdruzeni.jpg) no-repeat left top}
#pmenu a#o-nas {width: 65px;}
#pmenu a.selected#o-nas {background: url(../images/btn-o-nas.jpg) no-repeat left top}
#pmenu a#novinky {width: 75px;}
#pmenu a.selected#novinky {background: url(../images/btn-novinky.jpg) no-repeat left top}
#pmenu a#kontakty {width: 74px;}
#pmenu a.selected#kontakty {background: url(../images/btn-kontakty.jpg) no-repeat left top}
#pmenu a#vytvarne-kurzy {width: 122px;}
#pmenu a.selected#vytvarne-kurzy {background: url(../images/btn-vytvarne-dilny.jpg) no-repeat left top}
*/

#pmenu a {padding: 0 9px; display: inline-block;}
#pmenu a.selected  {background: url(../images/btn-vytvarne-dilny.jpg) no-repeat left top}
