#navContainer	{
	float: left;
	text-align:center;
	width:100%;
	clear:both;
	border:1px solid red;
}

#nav_10	{
	float: left;
	width: 100%;
	text-align: center;
}
	
#nav_10 ul { /* all lists */
	padding: 0;
	margin: 0 auto;
	list-style: none;
	line-height: 1em;
	width:578px;
}

#nav_10 a {
	display: block;
	width: auto;
	text-decoration:none;
	color:#222D33;
}

#nav_10 li { /* all list items */
	z-index:5;
	float: left;
	width: auto; /* width needed or else Opera goes nuts */
	position:relative;
}

#nav_10 li ul { /* second-level lists */
	position: absolute;
	width: 172px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	z-index:1;
}

#nav_10 li ul li {
	display:block;
	clear:both;
	line-height:1.5em;	
	text-align:left;
	width: 172px;
	font-Size:0.8em;
	font-Weight:bold;
	background-image: url('/images/dropmenu_bg.png');
	background-repeat: repeat-y;
}

#nav_10 li ul li a 	{
	width:158px;
	padding-left:8px;
}

#nav_10 li ul li a:hover 	{
	color:#11779F;
}

#nav_10 li ul li.lastItem	{
	background-image: url('/images/dropmenu_bottom.png');
	background-repeat : no-repeat;
	background-position: top right;
	width:172px;
	height:15px;
	line-height:8px;
}

#nav_10 li:hover ul, #nav_10 li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

/* Fix for dropdown menus in IE 7.0 */
#nav_10 li:hover, #nav_10 li.hover	{
	position:static;
}

#nav_10 a{
	behavior: url('/images/iepngfix.htc'); 
}

#nav_10 a.navHome_10  {
	width:56px;
	height:34px;
	background: url('/images/menu/czech/home_10.gif') top left no-repeat;
}

#nav_10 a.navCorporate_10 {
	width:99px;
	height:34px;
	background: url('/images/menu/czech/corporate_10.gif') top left no-repeat;
}

#nav_10 a.navProducts_10 {
	width:87px;
	height:34px;
	background: url('/images/menu/czech/products_10.gif') top left no-repeat;
}		

#nav_10 a.navCustomerSupport_10 {
	width:79px;
	height:34px;
	background: url('/images/menu/czech/support_over_10.gif') top left no-repeat;
}		

#nav_10 a.navShop_10 {
	width:120px;
	height:34px;
	background: url('/images/menu/czech/store_10.gif') top left no-repeat;
}		

#nav_10 a.navContactUs_10 {
	width:137px;
	height:34px;
	background: url('/images/menu/czech/contact_10.gif') top left no-repeat;
}	
/*ie 7.0 hack by liuping 2008 5 14*/	
*+html #nav_10 a.navHome_10:hover img, *+html #nav_10 a.navCorporate_10:hover img,*+html #nav_10 a.navProducts_10:hover img,
*+html #nav_10 a.navCustomerSupport_10:hover img,*+html #nav_10 a.navShop_10:hover img,*+html #nav_10 a.navContactUs_10:hover img
{ 
     margin-top:-1px;
     height:35px;
    }
/*ie7.0 hack end*/    
* html #nav_10 a.navHome_10:hover img 
{}
#nav_10 a.navHome_10:hover img 
{
    width:56px;
	height:34px;
	background: url('/images/menu/czech/home_over_10.gif') top left no-repeat;	
}

#nav_10 a.navCorporate_10:hover img 
{
    width:99px;
	height:34px;
	background: url('/images/menu/czech/corporate_over_10.gif') top left no-repeat;
}

#nav_10 a.navProducts_10:hover img 
{
    width:87px;
	height:34px;
	background: url('/images/menu/czech/products_over_10.gif') top left no-repeat;
}		

#nav_10 a.navCustomerSupport_10:hover img 
{
    width:79px;
	height:34px;
	background: url('/images/menu/czech/support_over_10.gif') top left no-repeat;
}		

#nav_10 a.navShop_10:hover img 
{
    width:120px;
	height:34px;
	background: url('/images/menu/czech/store_over_10.gif') top left no-repeat;
}		

#nav_10 a.navContactUs_10:hover img 
{
    width:137px;
	height:34px;
	background: url('/images/menu/czech/contact_over_10.gif') top left no-repeat;
}	
/*ie 6.0 hack by liuping 2008 5 14*/	
* html #nav_10 a.navHome_10:hover img, * html #nav_10 a.navCorporate_10:hover img,* html #nav_10 a.navProducts_10:hover img,
* html #nav_10 a.navCustomerSupport_10:hover img,*html #nav_10 a.navShop_10:hover img,* html #nav_10 a.navContactUs_10:hover img
{margin-top:-1px;height:35px;}
/*ie6.0 hack end*/    

#iframeBehindMenu {
	z-index:1;
	position:absolute;
	display:none;
	filter:alpha(opacity:0);
}

#nav_10 img.imgHome_10
{
    width:56px;
	height:35px;  
}

#nav_10 img.imgCorporate_10 {
	width:99px;
	height:35px;	
}

#nav_10 img.imgProducts_10 {
	width:87px;
	height:35px;	
}		

#nav_10 img.imgSupport_10 {
	width:79px;
	height:35px;	
}		

#nav_10 img.imgStore_10 {
	width:120px;
	height:35px;	
}	

#nav_10 img.imgContact_10 {
	width:137px;
	height:35px;	
}