/* CSS Document */

/* ================================================================ 
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/simple_vertical_centered.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.
=================================================================== */

/* Add a margin - for this demo only - and a relative position with a high z-index to make it appear over any element below */


#cnavi {position: relative;  z-index:20; top:1px;   margin-left:0px;.margin-left:0px; background-image: url(../images/ctlg-blank-navi.gif); background-position:left; background-repeat:no-repeat; height:22px; width:870px; font-family:"Arial"; font-size:16px; font-weight:bold; padding-top:8px; color:#b7479b;}
*html #cnavi {position:relative; z-index:20;  margin-top:-1px; margin-bottom:0px;margin-left:0px;  }
#cnavi h2 {font-family: "verdana", arial, sans-serif; font-weight:bold; color:#fff;}
#cnavi h3 {font-family: "verdana", arial, sans-serif; font-weight:bold;}
#cnavi a {font-family:"arial"; font-size:16px; font-weight:bold;width:90px; outline:none;background-image: url(../images/lozen.gif);background-position:left; background-repeat:no-repeat;border:0px solid red ;margin-left:3px; .margin-left:3px}



/* Get rid of the margin, padding and bullets in the unordered lists */
#cmenu {padding:0; margin:0 auto; list-style-type:none; display:inline; background:transparent; }

#cmenu ul {padding:0; margin:0; list-style-type: none; display:block;}
*html #cmenu ul {padding:0;  margin:1px; list-style-type: none; display:inline;}
#cmenu ul li {list-style-type:none;}
/* Hide the sub levels */
#cmenu li ul {display:none;}

/* Set up the link size, color and borders */
#cmenu li a, #cmenu li a:visited {display:block; width:142px;  color: #fff; height:21px;  max-height:21px; text-decoration:none; text-align:center;}



/* Set up the sub level borders */

#cmenu li ul li a, #cmenu li ul li a:visited {height:auto; width:136px;.width:136px;  border-top:#fff solid 1px;border-bottom:#ccc 2px solid; background: #ccc; font-size:11px; font-weight:normal;  padding-top:4px; padding-bottom:4px; padding-left:4px; padding-right:2px; text-align:left; color:#838181;  }
#cmenu li a.enclose, #cmenu li a.enclose:visited, #cmenu li a.enclose:hover {border-bottom:#9C3C25 solid 1px;}
#cmenu li ul li a:hover{color: #625f5f}

/* Set up the list items */
#cmenu li {float:left; background: transparent;width:140px; text-align:center} 
#cmenu li.tc {display:table-cell;}

/* For Non-IE browsers and IE7 */
#cmenu li:hover {position:relative;}
/* Make the hovered list color persist */

#cmenu li:hover > a.last { color: #625f5f}
#cmenu li:hover > a {color: #625f5f;}
*HTML #cmenu li:hover > a { color: #625f5f}
*html #cmenu li:hover > a.drop { color: #625f5f}

/*testing roll over*/
#cmenu li a.current  { color:color: #625f5f; }




/* For Non-IE and IE7 make the sublevels visible on list hover. This is all it needs */
#cmenu li:hover > ul {display:block; position:absolute; top:0px; left:80px; /*padding:10px 30px 30px 30px; */background:transparent url(/styles/transparent.gif); width:140px;}
/* Position the first sub level beneath the top level liinks */
#cmenu > li:hover > ul {left:0px; top:20px; }

/* get rid of the table */
#cmenu table {position:absolute; border-collapse:collapse; top:0; left:0; z-index:100; font-size:1em;}

/* For IE5.5 and IE6 give the hovered links a position relative and a change of background and foreground color. This is needed to trigger IE to show the sub levels */
* html #cmenu li a:hover {position:relative;color:#000;border-bottom:#FFFFFF solid 1px; }

/* For accessibility of the top level menu when tabbing */
#cmenu li a:active, #pmenu li a:focus { color:#000;}

/* Set up the pointers for the sub level indication */
#cmenu li.fly {background:#9C3C25 /*url(http://www.cssplay.co.uk/menus/fly.gif) no-repeat right center;*/}
#cpmenu li.drop {background:#9C3C25 /*url(http://www.cssplay.co.uk/menus/drop.gif) no-repeat right center;*/;border-bottom:none;}
*html #cmenu li.drop {background:#9C3C25 ;border-bottom:none; margin-bottom:-3px;}

/* This lot is for IE5.5 and IE6 ONLY and is necessary to make the sublevels appear */

/* change the drop down levels from display:none; to visibility:hidden; */
* html #cmenu li ul {visibility:hidden; display:block; position:absolute; top:-11px; left:80px; padding:10px 30px 30px 30px; background:transparent url(/styles/transparent.gif);}

/* keep the third level+ hidden when you hover on first level link */
#cmenu li a:hover ul ul{
visibility:hidden;
}
/* keep the fourth level+ hidden when you hover on second level link */
#cmenu li a:hover ul a:hover ul ul{
visibility:hidden;
}
/* keep the fifth level hidden when you hover on third level link */
#cmenu li a:hover ul a:hover ul a:hover ul ul{
visibility:hidden;
}
/* keep the sixth level hidden when you hover on fourth level link */
#cmenu li a:hover ul a:hover ul a:hover ul a:hover ul ul {
visibility:hidden;
}

/* make the second level visible when hover on first level link and position it */
#cmenu li a:hover ul {
visibility:visible; left:-31px; top:14px; lef\t:-31px; to\p:15px;
}

/* make the third level visible when you hover over second level link and position it and all further levels */
#cmenu li a:hover ul a:hover ul{ 
visibility:visible; top:-11px; left:80px;
}
/* make the fourth level visible when you hover over third level link */
#cmenu li a:hover ul a:hover ul a:hover ul { 
visibility:visible;
}
/* make the fifth level visible when you hover over fourth level link */
#cmenu li a:hover ul a:hover ul a:hover ul a:hover ul { 
visibility:visible;
}
/* make the sixth level visible when you hover over fifth level link */
#cmenu li a:hover ul a:hover ul a:hover ul a:hover ul a:hover ul { 
visibility:visible;
}
