/* ================================================================ 
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 {font-family:Arial; width:298px; height:250px; position:relative; margin:0; font-size:14px;}
.menu ul li a, .menu ul li a:visited {background: url('http://knayte.com/images/nav_item.jpg') no-repeat;display:block;text-decoration:none;padding:16px 0 0 55px; color:#fff; width:249px; height:33px;text-align:left; line-height:19px; font-weight:bold; font-size:16px; text-transform:uppercase;}
.menu ul {padding:0; margin:0;list-style-type: none;}
.menu ul li {float:left; margin-right:1px; position:relative;padding-bottom: 0px;}
.menu ul li ul {display: none;}


/* specific to non IE browsers */
.menu ul li:hover a {color:#fff; background:url('http://knayte.com/images/nav_item_hover.jpg') no-repeat; font-size: 16px;}
.menu ul li:hover ul {display:block; position:absolute; top:0; left:298px; width:105px;}
.menu ul li:hover ul li a.hide {background:#143D8D; color:#000;}
.menu ul li:hover ul li:hover a.hide {width:150px;}
.menu ul li:hover ul li ul {display: none;}
.menu ul li:hover ul li a {display:block; background:#143D8D; color:#fff; width:275px; height: 20px; font-weight:normal; text-transform:capitalize; font-size:14px; padding:0 0 0 10px; }
.menu ul li:hover ul li a:hover {background:#008265; color:#fff;}




