/* Start of CMSMS style sheet 'chnulleri_menu' */
/* chnulleri_menu */

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


/* Defines the heading above the menu blocks */
#sidebar #navtop h2,
#sidebar #navbottom h2 {
    padding: 10px 0 0 5px;
		margin: 0 0 0.3em 0;
}

/* defines the Background of the top menu block */
#sidebar #navtop {
}

/* defines the Background of the bottom menu block */
#sidebar #navbottom {
    background: #FFAD77 url(images/chnulleri/ventile.jpg) no-repeat; 
}

.menu {width:128px; position:relative; z-index:100;}
/* hack to correct IE5.5 faulty box model */
* html .menu {width:128px; w\idth:128px;}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {padding:0; margin:0; list-style-type:none; width: 123px;}
.menu ul ul {width:128px;}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {float:left;width:128px;position:relative;}
/* style the links for the top level */
/*.menu a, .menu a:visited {display:block;text-decoration:none; color:#000000; width:123px; padding: 0 0 0 5px; background:#FFAD77; line-height:1.5em;}*/
.menu a, .menu a:visited {display:block;text-decoration:none; color:#000000; width:123px; padding: 0 0 0 5px; background:transparent; line-height:1.5em;}
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {width:128px; w\idth:128px;}

/* style the second level background */
  /*.menu ul ul a.drop, .menu ul ul a.drop:visited {background:#FFAD77}*/
/* style the second level hover */
  /*.menu ul ul a.drop:hover{background:#FFAD77;}*/
  /*.menu ul ul :hover > a.drop {background:#FFAD77;}*/

/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {visibility:hidden;position:absolute;height:0;top:0px;left:128px; width:128px;}
/* another hack for IE5.5 */
* html .menu ul ul {top:0px;t\op:px;}

/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table {position:absolute; top:0; left:0; border-collapse:collapse;;}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {background:#FFAD77; color:#000000; height:auto; width:128px;}
/* yet another hack for IE5.5 */
* html .menu ul ul a, * html .menu ul ul a:visited {width:128px;w\idth:128px;}

/* style the top level hover */
.menu a:hover, .menu ul ul a:hover{color:#000000; background:#F2A674;}
.menu :hover > a, .menu ul ul :hover > a {color:#000000; background:#F2A674;}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{visibility:visible; }
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{visibility:hidden;}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ visibility:visible;}


/* marks an active Menu item */
.menuactive {
  font-weight: bold;
}

/* separator */
.menu ul li.separator {
   display:block;
   height: 5px;
   min-height:0em; /* Fixes IE7 bug*/
   color: #000000;
   background-color: #FFAD77;
   width: 128px;
   border:0;
   margin:0;
   padding:0;   
}
/* End of 'chnulleri_menu' */

