
body
{
    font-size: 12pt;
    background-color: #000000;
    font-family: 'courier new',Garamond, serif;
    color: #ffffff;
	line-height: 15pt;
}






/* -------------------------- */



#ranka2
{
	
	
}

#ranklogomeny
{
	width:950px;
}

#logo
{
	position:relative;
	float:left;
	padding-right: 12px;
	padding-left: 7px;
}
#rankmenu
{
	position:relative;
	padding:0px;
	margin:0px;
}

.menu
{	
	position:relative;
	z-index:100;
	text-align: center;
	text-decoration:none;
}
	
/* remove all the bullets, borders and padding from the default list styling */
.menu ul
{
	padding:0;
	margin:0;
	list-style-type:none;
	text-decoration:none;
}

.menu ul ul
{
	width:150px;
	text-decoration:none;
}

.undermeny
{
	width:137px;
}


/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li
{
	float:left;
	width:150px;
	position:relative;
	text-decoration:none;
}

/* style the links for the top level */
.menu a, .menu a:visited
{
	display:block;
	font-size:12px;
	text-decoration:none; 
	color:#ffffff; 
	width:125px; 
	height:18px; /* 30px; */
	border:1px solid #fff; 
	border-width:1px; 
	background:#000000; 
	padding-left:10px;
}

/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited
{
	width:150px;
	w\idth:125px;
	text-decoration:none;
}

/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited
{
	background:#000000;
	text-decoration:none;
}

/* style the second level hover */
.menu ul ul a.drop:hover
{
	background:#A0A0A0;
	text-decoration:none;
}

.menu ul ul :hover > a.drop
{
	background:#A0A0A0;
	text-decoration:none;
}


/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul
{
	visibility:hidden;
	position:absolute;
	height:0;
	top:19px; /* 31px; */
	left:0; 
	width:150px;
	text-decoration:none;
}

/* another hack for IE5.5 */
* html .menu ul ul
{
	top:18px; /* 30px; */
	t\op:19px; /* 31px; */
	text-decoration:none;
}



/* style the table so that it takes no part in the layout - required for IE to work */
.menu table 
{
	position:absolute;
	top:0;
	left:0;
}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited
{
	background:#A0A0A0 
	color:#000; 
	height:auto; 
	line-height:1em; 
	padding:5px 3px; 
	width:129px;
	text-decoration:none;
}

/* yet another hack for IE5.5 */

* html .menu ul ul a
{
	width:150px;
	w\idth:115px;
}


/* style the top level hover */
.menu a:hover, .menu ul ul a:hover
{
	color:#fff; 
	background:#A0A0A0;
	text-decoration:none;
}

.menu :hover > a, .menu ul ul :hover > a
{
	color:#fff;
	background:#A0A0A0;
	text-decoration:none;
}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul
{
	visibility:visible;
	text-decoration:none; 
}

/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul
{
	visibility:hidden;
	text-decoration:none;
}

/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul
{ 
	visibility:visible;
	text-decoration:none;
}