/* ================================================================ 
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, sans-serif; width:107px; height:316px; position:relative; font-size:11px; }
.menu ul li a, .menu ul li a:visited {display:block; text-decoration:none; color:#000; width:105px; height:23px; text-align:center; border:0px solid #fff; border-width:0px 0px 0 0;  line-height:20px; font-size:11px;}
.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;}
.subkad{border: 1px solid #cccccc;}
/* specific to non IE browsers */
.menu ul li:hover a {color:#fff; background:#cccccc;}
.menu ul li:hover ul {display:block; position:absolute; top:0; left:105px;background:#e5e1da; border: 1px solid #cccccc}
.menu ul li:hover ul li a.hide {
	padding: 3px 8px 4px 8px;
    font: 11px tahoma;
    color: #000000;
    font-weight: bold;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
    z-index: 500;
    display:block;
    background:#e5e1da;
    height:10px;
    text-align: left;}
.menu ul li:hover ul li:hover a.hide {width:100px;}
.menu ul li:hover ul li ul {display: none;}
.menu ul li:hover ul li a { 
	padding: 3px 8px 4px 8px;
    font: 11px tahoma;
    color: #000000;
    font-weight: bold;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
    z-index: 500;
    display:block;
    background:#e5e1da;
    height:10px;
    text-align: left; width:110px;
    min-width:100px;
    max-width:200px;}
.menu ul li:hover ul li a:hover {background:#fff; color:#000;}
.menu ul li:hover ul li:hover ul {display:block; position:absolute; left:100px; top:0; color:#000;}
.menu ul li:hover ul li:hover ul li a {display:block; width:100px; background:#e5e1da; color:#000;}
.menu ul li:hover ul li:hover ul li a:hover {background:#fff; color:#000;}

