.menuhlavni {width:100%; height:32px; position:relative; z-index:1000;font-family:arial, sans-serif;background-color: #FFF;margin-bottom: 10px;}
/* hack to correct IE5.5 faulty box model */
* html .menuhlavni {width:100%; w\idth:960px;}
/* remove all the bullets, borders and padding from the default list styling */
.menuhlavni ul {padding:0;margin:0;list-style-type:none;}
.menuhlavni ul ul {width:125px;}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menuhlavni li {float:left;width:90px;position:relative;}
/* style the links for the top level */
.menuhlavni a, .menuhlavni a:visited {display:block;font-size:12px;text-decoration:none; color:#000; width:121px; height:32px; background:#FFF; padding-left:10px; line-height:32px; font-weight:bold;}
/* a hack so that IE5.5 faulty box model is corrected */
* html .menuhlavni a, * html .menuhlavni a:visited {width:120px; w\idth:160px;}

/* style the second level background */
.menuhlavni ul ul a.drop, .menuhlavni ul ul a.drop:visited {background:#FFF;}
/* style the second level hover */
.menuhlavni ul ul a.drop:hover{background:#4c4838;}
.menuhlavni ul ul :hover > a.drop {background:#c9ba65;}
/* hide the sub levels and give them a positon absolute so that they take up no room */
.menuhlavni ul ul {visibility:hidden;position:absolute;height:0;top:30px;left:0; width:129px;}
/* another hack for IE5.5 */
* html .menuhlavni ul ul {top:30px;t\op:31px;}
/* style the table so that it takes no ppart in the layout - required for IE to work */
.menuhlavni table {position:absolute; top:0; left:0; border-collapse:collapse;;}
/* style the second level links */
.menuhlavni ul ul a, .menuhlavni ul ul a:visited {background-color:#FFF; color:#000; height:auto; line-height:1em; padding:5px 10px; width:128px;}
/* yet another hack for IE5.5 */
* html .menuhlavni ul ul a, * html .menuhlavni ul ul a:visited {width:160px;w\idth:128px;}

/* style the top level hover */
.menuhlavni a:hover, .menuhlavni ul ul a:hover{color:#000; background:#999;}
.menuhlavni :hover > a, .menuhlavni ul ul :hover > a {color:#000; background:#999;}

/* make the second level visible when hover on first level list OR link */
.menuhlavni ul li:hover ul,
.menuhlavni ul a:hover ul{visibility:visible; }

.menu {width:100%; height:32px; position:relative; z-index:90;font-family:arial, sans-serif;
	list-style-type: none;
}
/* hack to correct IE5.5 faulty box model */
* html .menu {width:960px; w\idth:960px;
	list-style-type: none;
}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {padding:0;margin:0;list-style-type:none;}
.menu ul ul {width:165px;
	list-style-type: none;
}
/* 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:160px;position:relative;
	list-style-type: none;
}
/* style the links for the top level */
.menu a, .menu a:visited {display:block;font-size:10px;text-decoration:none; color:#fff; width:151px; height:30px; background:#af0909; padding-left:10px; line-height:29px; font-weight:bold;
	list-style-type: none;
}
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {width:160px; w\idth:160px;
	list-style-type: none;
}

/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {background:#d4d8bd url(http://www.cssplay.co.uk/menus/breadcrumbs/grey-arrow.gif) no-repeat 130px center;
	list-style-type: none;
}
/* style the second level hover */
.menu ul ul a.drop:hover{background:#4c4838 url(http://www.cssplay.co.uk/menus/breadcrumbs/blue-arrow.gif) no-repeat 130px center;
	list-style-type: none;
}
.menu ul ul :hover > a.drop {background:#c9ba65 url(http://www.cssplay.co.uk/menus/breadcrumbs/blue-arrow.gif) no-repeat 130px center;
	list-style-type: 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:31px;left:0; width:149px;
	list-style-type: none;
}
/* another hack for IE5.5 */
* html .menu ul ul {top:30px;t\op:31px;
	list-style-type: none;
}

/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table {position:absolute; top:0; left:0; border-collapse:collapse;
	list-style-type: none;
}

/* style the second level links */
.menu ul ul a, .menuhlavni ul ul a:visited {background:#FFF; color:#000; height:auto; line-height:1em; padding:5px 10px; width:128px;
	list-style-type: none;
}
/* yet another hack for IE5.5 */
* html .menu ul ul a, * html .menu ul ul a:visited {width:160px;w\idth:128px;
	list-style-type: none;
}

/* style the top level hover */
.menu a:hover, .menu ul ul a:hover{color:#000; background:#999;
	list-style-type: none;
}
.menu :hover > a, .menu ul ul :hover > a {color:#000; background:#999;
	list-style-type: 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;
	list-style-type: none;
}	