/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/flyoutt.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the assocaited (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
/* common styling */
.menu {position:relative; margin:0; margin:0px 0; float:left; padding-left: 50px; padding-right: 50px; margin-top: 8px; border-right: 1px solid #ccc;}
.menu ul li a, .menu ul li a:visited {display:block; text-decoration:none; color:#111;}
.menu ul {padding:0; margin:0;list-style-type: none;}
.menu ul li {float:left; margin-right:1px; position:relative; }
.menu ul li ul {display: none;}

/* specific to non IE browsers */
.menu ul li:hover a {color:#666; font-weight:normal; }
.menu ul li:hover ul {display:block; position:absolute; top:19px; left:-51px; padding-top: 9px;}
.menu ul li:hover ul li a.hide {background:#333; color:#000;}
.menu ul li:hover ul li:hover a.hide {width:170px;}
.menu ul li:hover ul li ul {display: none;}
.menu ul li:hover ul li a {display:block; background:url(imgs/gtrans.png) repeat; color:#fff; width:155px; padding-top:5px; text-align:center; padding-bottom: 5px;  border-top: 1px solid #fff;}
.menu ul li:hover ul li a:hover {background:#666; color:#fff;}

.borderie {line-height: 19px;}

@media screen and (-webkit-min-device-pixel-ratio:0) { 
.menu {padding-left: 47px; padding-right: 47px;margin-top: 10px;} 
.menu ul li:hover ul li a {width: 149px;}
.menu ul li:hover ul {left: -48px; top:17px;}


}