/* ================================================================ 
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: 0px; padding-right: 0px; margin-top: 0px;}
*:first-child+html .menu {width: 64px;}
.menu ul li a, .menu ul li a:visited {display:block; text-decoration:none; color:#000;}
.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:#fff; font-weight:normal; }
.menu ul li:hover ul {display:block; position:absolute; top:9px; left:-47px; 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 #E8E6D7;}
.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) { 

}