/* MENU TRIDNI.NET */
/* Ondrej Hruska */
/* vypada to tak slozite kvuli hloupe zalibe Internet Exploreru nespravne zobrazovat css styly */

/* ---definice jednotlivych tlacitek----------------------------------------- */
/* stejne pro G, C i T */
.gu, .cu, .tu, .gs, .cs, .ts{
	position:relative;
	display:block;
	border:1px solid black;
	padding:2px;
	padding-left:3px;
	padding-right:3px;
	padding-top:4px;
	color:black;
	text-decoration:none;
	margin-left:1px;
	margin-right:2px;
	bottom:-1px;
	color:#000000;
	-moz-border-radius-topleft:2px;
	-moz-border-radius-topright:2px;
}

/* specifikace pro G,C a T 
a.gu{background:url("../images/design/gp.gif") repeat-x #ccccff; color:#000000;}
a.gu:hover,a.gs{background:url("../images/design/ga.gif") repeat-x #9999ff; color:#000000;}
a.gs{border-bottom:#9999ff solid 1px;}
td.ccell {height:2.1em;background:#9999ff;}

a.cu{background:url("../images/design/cp.gif") repeat-x #BBDDFF;color:#000000;}
a.cu:hover,a.cs{background:url("../images/design/ca.gif") repeat-x #66ccff;color:#000000;}
a.cs{border-bottom:#66ccff solid 1px;}
td.tcell {height:2.1em;background:#66ccff;}

a.tu{background:url("../images/design/tp.gif") repeat-x #dddddd;color:#000000;}
a.tu:hover,a.ts{background:url("../images/design/ta.gif") repeat-x #ffffff;color:#000000;}
a.ts{border-bottom:#ffffff solid 1px;} */

/* definice cerne barvy a rohu*/
a.gu,a.gs,a.cu,a.cs,a.tu,a.ts,a.gu:active,a.gu:link,a.gu:visited,a.gu:hover,a.gu:behavior,a.cu:active,a.cu:link,a.cu:visited,a.cu:hover,a.cu:behavior,a.tu:active,a.tu:link,a.tu:visited,a.tu:hover,a.tu:behavior,a.gs:active,a.gs:link,a.gs:visited,a.gs:hover,a.gs:behavior,a.cs:active,a.cs:link,a.cs:visited,a.cs:hover,a.cs:behavior,a.ts:active,a.ts:link,a.ts:visited,a.ts:hover,a.ts:behavior{color:#000000;}
/* -------------------------------------------------------------------------- */

/* ---vypis menu------------------------------------------------------------- */
/* Quick-Links-CELL */
.qlcell{width:10em; text-align:left;}
/* Head-Right-SPacer-CELL */
.hrspcell {width:10px;}

/* UL ve kterem je menu */
ul.mul {list-style: none; position: relative; margin:0px; padding:0px;}
/* a jeho polozka LI */
ul.mul li {float: left; display: block; position: relative; margin:0px; padding:0px;} 
/* -------------------------------------------------------------------------- */

