/* ================================================================ 
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.cssmenus.co.uk
Copyright (c) 2009- Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
@import url(http://fonts.googleapis.com/css?family=Raleway);
#flyout {float:left; padding:0; margin:3px 0 0 0; list-style:none; position:relative; width:130px; z-index:1000;}
#flyout ul {padding:0; margin:0; list-style:none; width:130px; height:auto; background: url(trans.gif); position:absolute; left:-9999px; top:0;}
#flyout table {border-collapse:collapse; width:0; height:0; margin:-1px -10px;}

#flyout li {float:left; margin-bottom:1px;}
#flyout li a {display:block; float:left; width:180px; height:24px; background:#912E00; color:#FFFFFF; line-height:24px; font-family: 'Raleway', sans-serif; font-size:11px; text-decoration:none; text-indent:10px;
-webkit-border-radius: 6px 6px 6px 6px;
border-radius: 6px 6px 6px 6px;
}
#flyout li a.fly {background:#262626 url(right-arrow.png) no-repeat right center;}
#screen li a.new1 {
	background-color: #262626;
	background-image: url(images/New.png);
	background-repeat: no-repeat;
	background-position: right top;
}
#flyout li a.mvp {
	background-color: #262626;
	background-image: url(images/mvp-sm.png);
	background-repeat: no-repeat;
	background-position: right top;
}
#flyout li:hover {position:relative;}
#flyout li a:hover {position:relative; background-color:#505050; color:#fff;-webkit-box-shadow: -1px -1px 1px 1px #272727;
box-shadow: -1px -1px 1px 1px #272727;}
#flyout li:hover > a {background-color:#505050; color:#fff;}

#flyout ul li a {background:#383838; border-left: 1px solid #000000;}
#flyout ul li a.fly {background:#383838 url(right-arrow.png) no-repeat right center;}
#flyout ul ul li a {background:#383838;}
#flyout ul ul li a.fly {background:#383838 url(right-arrow.png) no-repeat right center;}
#flyout ul ul ul li a {background:#383838;}
#flyout ul li a.new1 {
	background-color: #383838;
	background-image: url(images/New.png);
	background-repeat: no-repeat;
	background-position: right top;
}
#flyout li a.current,
#flyout ul li a.current,
#flyout ul ul li a.current,
#flyout ul ul ul li a.current {background-color:#505050; color:#fff;-webkit-box-shadow: -1px -1px 1px 1px #272727;
box-shadow: -1px -1px 1px 1px #272727;}

#flyout :hover ul,
#flyout :hover ul :hover ul,
#flyout :hover ul :hover ul :hover ul {left:140px;}

#flyout :hover ul ul,
#flyout :hover ul :hover ul ul {left:-9999px;}

#flyout ul li:hover > a {background-color:#505050; color:#fff;}
#flyout ul ul li:hover > a {background-color:#505050; color:#fff;}
 
