@charset "utf-8";
/* CSS Document */
/************* VERT MENU *******************/
#nav {position:relative; z-index:4; margin:0;}

#vertnav{position:relative; z-index:10;}

/* Get rid of the margin, padding and bullets in the unordered lists */
#vmenu {padding:0; margin:0 auto; list-style-type: none; display:table; width:153px; border-top:1px #999999 solid}
#vmenu ul {padding:0; margin:0; list-style-type: none; display:block;}

/* Hide the sub levels */
#vmenu li ul {display:none;}

/* Set up the link size, color and borders */
#vmenu li a, #vmenu li a:visited {	
	display:block; 
	padding:2px 0px 0px 5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#002F69;
	background-color:#fff;
	height:25px;
	line-height:20px;
	text-decoration:none;
	text-indent:0px;
	text-align:left;
	width:148px;
	border-bottom:1px #999999 solid;
	border-right:1px #999999 solid;
	background:url(http://www.chiroeco.com/images/MainSite/menu-arrow.jpg) #FFFFFF center right no-repeat;
}

/* Set up the sub level borders  border:1px solid #CBCED1; */
#vmenu li ul li a, #vmenu li ul li a:visited {border:1px #000000 solid;text-align:left;width:200px; height:100%;padding:3px; margin:0; background: #FFFFFF;}
#vmenu li ul li a:hover{background:#386DAE;}
#vmenu li a.enclose, #vmenu li a.enclose:visited {border-width:1px;}

/* Set up the list items 
#vmenu li {background:#11417c; width:160px;}*/
/* #vmenu li.tc {display:table-cell;} */
#vmenu li.divider{background:#11417c url(http://www.chiroeco.com/images/MainSite/top-menu-divider.jpg) top center no-repeat;}

/* For Non-IE browsers and IE7 */
#vmenu li:hover {position:relative;}
/* Make the hovered list color persist */
#vmenu li:hover > a {background:#386DAE; color:#fff; text-decoration:underline;}
/* For Non-IE and IE7 make the sublevels visible on list hover. This is all it needs */
#vmenu li:hover > ul {display:block; position:absolute;}
/* Position the first sub level beneath the top level liinks */
#vmenu > li:hover > ul {left:120px; top:10px;}

/* get rid of the table */
#vmenu 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 #vmenu li a:hover {position:relative; background:#386DAE; color:#fff;}

/* For accessibility of the top level menu when tabbing */
#vmenu li a:active, #vmenu li a:focus {background:#fff; color:#386DAE;}

/* Set up the pointers for the sub level indication 
#vmenu li.fly {background:#11417c url(http://www.cssplay.co.uk/menus/fly.gif) no-repeat right center;}
#vmenu li.drop {background:#11417c url(http://www.cssplay.co.uk/menus/drop.gif) no-repeat right center;}*/


/* This lot is for IE5.5 and IE6 ONLY and is necessary to make the sublevels appear */
* html #vmenu li ul {visibility:hidden; display:block; position:absolute; top:-11px; left:80px; padding:10px 30px 30px 130px; background:transparent url(transparent.gif);}

/* keep the third level+ hidden when you hover on first level link */
#vmenu li a:hover ul ul{
visibility:hidden;
}
/* keep the fourth level+ hidden when you hover on second level link */
#vmenu li a:hover ul a:hover ul ul{
visibility:hidden;
}
/* keep the fifth level hidden when you hover on third level link */
#vmenu 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 */
#vmenu 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 */
#vmenu li a:hover ul {
visibility:visible; left:-30px; 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 */
#vmenu 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 */
#vmenu li a:hover ul a:hover ul a:hover ul { 
visibility:visible;
}
/* make the fifth level visible when you hover over fourth level link */
#vmenu 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 */
#vmenu li a:hover ul a:hover ul a:hover ul a:hover ul a:hover ul { 
visibility:visible;
}
/* If you can see the pattern in the above IE5.5 and IE6 style then you can add as many sub levels as you like */



/***************** SECOND MENU ********************/
.rcpromo{background:url(http://www.chiroeco.com/images/MainSite/rc-nav.jpg) bottom left #FFFFFF repeat-x; padding:10px 0px 0px 5px; text-align:left; font-weight:bold; min-height:25px; width:145px; list-style-type:none; list-style:outside; border-bottom:1px #999999 solid; border-right:1px #999999 solid;}
.rcpromo a{ color:#002F69; text-decoration:none; font-size:12px;}
.rcpromo a:hover{ color:#002F69; text-decoration:underline}
.rcpromo li{list-style-position:outside; list-style-type:none}


/*********************** Main Menu Sub Tabs *********************/
.rcpromo ul {
	padding:0;
	margin:0;
	list-style-type: none;
	display:block;
}
.rcpromo li ul {
	display:none;
}
.rcpromo li a:hover ul a:hover ul {
	visibility:visible;
	left:202px;
}
.rcpromo li a:hover ul {
	visibility:visible;
	left:-30px;
	top:25px;
	lef\t:-31px;
	to\p:15px;
}
.rcpromo li a:hover ul a:hover ul a:hover ul a:hover ul ul {
	visibility:hidden;
}
.rcpromo li a:hover ul a:hover ul a:hover ul ul {
	visibility:hidden;
}
.rcpromo li a:hover ul a:hover ul ul {
	visibility:hidden;
}
.rcpromo li a:hover ul ul {
	visibility:hidden;
}
* html .rcpromo li ul {
	visibility:hidden;
	display:block;
	position:absolute;
	top:-11px;
	left:80px;
	padding:10px 30px 30px 130px;
	background:transparent url(transparent.gif);
}
.rcpromo > li:hover > ul {

}
.rcpromo li:hover > ul {
	display:block;
	position:absolute;
}
.rcpromo li ul li a, .rcpromo li ul li a:visited {
background:url(http://www.chiroeco.com/images/MainSite/rc-nav.jpg) bottom left #FFFFFF repeat-x; padding:10px 0px 0px 5px; text-align:left; font-weight:bold; min-height:35px; width:200px; list-style-type:none; list-style:outside; border-bottom:1px #999999 solid; border-right:1px #999999 solid;
}