/* ================================================================
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/doors_drop_line.html
Copyright (c) 2005-2009 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any
way to fit your requirements.
=================================================================== */

#navh_limit {height:88px;}

/* the styling */
#navh {
    float:left;
    padding-left:10px;
    width:934px;
    Height:auto;
    background:#cee3ff url("../images/bg.gif") repeat-x bottom;	   /*light blue */
    font: bold 13px Verdana;    /* added */
}

#navh .select, #navh .current {
/*    margin:2.6em 0 0 0; */	/* tab background height */
    margin:1em 0 0 0;	      /* tab background height */
    padding:0;
    list-style:none;
    display:block;
    float:left;
}

#navh .sub {
    margin:0;
    padding:0;
    list-style:none;
}

#navh li {
    display:block;
/*    display: inline; */  /* tried NVZ */
    float:left;
    margin:0;
    padding:0;
    position:relative;
    z-index:100;
}

#navh .current li {
    z-index:50;
}

#navh .select a,
#navh .current a {
    display:block;
 /*   height:2.5em; */	/* tab height */
    height:2.2em;         /* tab height; set to be equal to 'top' property of drop line */
    float:left;
    width:100px;
    background:url("../images/left_both.gif") no-repeat left top;
    padding:0 0 0 9px;
    border-bottom:1px solid #765;
    text-decoration:none;
    font-weight:bold;
/*    line-height:2.4em; */
    line-height:2.2em; 
    white-space:nowrap;
}

/* calculate the required widths of the top level */
#navh .one   a {width:8em;}
#navh .two   a {width:8em;}
#navh .three a {width:8em;}
#navh .four  a {width:8em;}
#navh .five  a {width:8em;}
#navh .six   a {width:8em;}

#navh .select a b,
#navh .current a b {
    height:100%;
    display:block;
    background:url("../images/right_both.gif") no-repeat right top;
    padding:0 15px 0 6px;
    color:#553;
}

#navh .sub {display:none;}

/* for IE5.5 and IE6 only */
#navh table {
    position:absolute;
    border-collapse:collapse;
    left:0; top:0;
    font-size:1em;
}

#navh .select a:hover b {
    color:#000;
    cursor:pointer;
}

#navh .current a {
    background-position:0 -150px;
    border-color:#fff;
}
#navh .current a b {
    background-position:100% -150px;
    color:#000;
}

#navh .sub li a:hover,
#navh .select a:hover .sub li a:hover,
#navh .select li:hover .sub li a:hover {
    border-color:#aba;
/*    background:#d1e1ce; */   /* green-grey */
    background:#cae1ff;		 /* lightsteelblue1 */
    color:#000;
}

#navh .current .sub .current_sub a,
#navh .current .sub a:hover {
    border-color:#aba;
/*    background:#d1e1ce; */   /* green-grey */
    background:#cae1ff;		 /* lightsteelblue1 */
    color:#000;
}

#navh .current .sub,
#navh .select a:hover .sub,
#navh .select li:hover .sub {
    display:block;
    position:absolute;
/*    width:730px; */
    width:924px;
/*    top:2.5em; */
    top:2.2em;		/* drop line position; set to be equal to tab height */
    background:#fff;
    margin-top:1px;
    padding:10px 0 20px 0;
}

* html #navh .current .sub,
* html #navh .select a:hover .sub {
    margin-top:0;
    margin-t\op:1px;
}

#navh .current .sub li a,
#navh .select a:hover .sub li a,
#navh .select li:hover .sub li a {
    display:inline;
    background:#fff;
    border:1px solid #ddd;
    padding:0 10px;
    margin:0 10px 0 0;
    width:auto;
    white-space:nowrap;
/*    font-weight:normal; */
    font-weight:bold;
/*    font-size:0.9em; */
    font-size:1em;
    color: #555555;           /* gray33(Hex3) to match surrounding text */
    text-decoration: none;    /* to remove the underline */
/*    height:2em; */
/*    line-height:1.9em; */
    height:1.9em;
    line-height:1.8em;
}

#navh .select a:hover,
#navh li:hover a {
    background-position:0% -150px;
    border-color:#fff;
}

#navh .select a:hover b,
#navh .select li:hover a b {
    background-position:100% -150px;
    border-color:#fff;
    color:#000;
}

/* calculate the left edge position of each sub level */
#navh .one .sub   {left:0;}
#navh .two .sub   {left:-8em; margin-left:-9px;}
#navh .three .sub {left:-4em; margin-left:-4px;}
* html #navh .three .sub {margin-left:-4px; marg\in-left:-4px;}
#navh .four .sub  {left:-2em; margin-left:-2px;}
* html #navh .four .sub {margin-left:-2px; marg\in-left:-2px;}
#navh .five .sub  {left:-34.6em; margin-left:-2px;}
* html #navh .five .sub {margin-left:-4px; marg\in-left:-4px;}
#navh .six .sub   {left:-4em; margin-left:-4px;}
* html #navh .six .sub {margin-left:-4px; marg\in-left:-4px;}

