/* common styling */
#header .menu {z-index:500;font-family: arial, sans-serif; width:690px; height:50px; position:relative; font-size:1em; font-weight:bold;z-index:100;}
#header .menu ul li a, .menu ul li a:visited {display:block; text-decoration:none; color:#000000;width:132px; height:35px; 
text-align:center; color:#000000; border:1px solid #00B2EE;  background-image: url("http://travelshop.kz/images/menufon.jpg");opacity:0.9; 
line-height:15px; font-size:0.9em; overflow:hidden;}
#header .menu ul {padding:0; margin:0; list-style: none;}
#header .menu ul li {float:left; position:relative;}
#header .menu ul li ul {display: none;}

/* specific to non IE browsers */
#header .menu ul li:hover a {color:#000000; background:#00B2EE;}
#header .menu ul li:hover ul {display:block; position:absolute; top:36px; left:0; width:132px;line-height:15px;}
#header .menu ul li:hover ul li a.hide { background-image: url("http://travelshop.kz/images/menufon.jpg"); color:#000000;line-height:15px;}
#header .menu ul li:hover ul li:hover a.hide {background:#00B2EE; color:#000000;line-height:15px;}
#header .menu ul li:hover ul li ul {display: none;}
#header .menu ul li:hover ul li a {display:block;  background-image: url("http://travelshop.kz/images/menufon.jpg"); color:#000000;line-height:15px;}
#header .menu ul li:hover ul li a:hover {background:#00B2EE; color:#000000;line-height:15px;}
#header .menu ul li:hover ul li:hover ul {display:block; position:absolute; left:133px; top:0;line-height:15px;}
#header .menu ul li:hover ul li:hover ul.left {left:-221px;}


