﻿/*Style Sheet for UBC Medicine's left navigation bar*/

/*********************************************************/
/* Global styles for Accordion menu */
.itemCssClassSelected {
	font-weight: bold;
	color: #000000;
}

.itemCssClass {
	margin: 0;
	padding: 0;
	/*font-size: 12px;*/
	border: none;
	line-height: 14px;
	color: #696969;
}

.headerCssClassSelected {
	color: #000000;
	font-weight: bold;
	tex-decoration: underline;
}

/*********************************************************/
/*Test to add more space between the levels of the menu*/
/*#leftCol table tr td table tr td table {
        margin: 5px 0 5px 0;
	padding: 0px 0 0px 0;
}*/

/*********************************************************/
/*The following applies overall styles to all the tables inside the leftCol div and cascades down.*/
#leftCol table tr td {
	margin: 0;
	padding: 0;
	font-size: 11px;
	border: none;
	line-height: 14px;
/*	width: 210px;*/
}
/*Sets all links in the left nav to light grey by default. Overriden later by 'selected' styles and classes*/
#leftCol table tr td a {
	color: #696969;
}

/*********************************************************/
/*Level 1 selected items set to bold and black font color*/
/*#leftCol .leftMenuLevel1 .selected {
	font-weight: bold;
	color: #000000;
}*/

/*********************************************************/
/*Level 2 menu items*/
#leftCol table tr td table tr td table tr td {
	padding-left: 0px;
	padding-right: 0;
	/*text-transform: uppercase;*/ /* changed as per Miro's request Aug 5, 2005 - DC */
	/*background-color: #0F0;*/ /*debugging*/
}

/*Level2 opened menu applied a border at top and bottom of Level2 menu set*/
.wrapperLeftMenuLevel2 {
	border-top: dashed 1px #cccccc;
	border-bottom: dashed 1px #cccccc;
}
/*Level2 anchor items are set as block so they can get a background image of the grey*/
#leftCol table tr td table tr td table tr td a {
	/*display: block;*/
	/*background: transparent url(../images/greyListArrow.png) top left no-repeat;*/
	/*padding-left: 17px;*/
	/*padding-left: 15px;*/
}
/*applies a special font and different coloured arrow to the selected Level2 menu item*/
/*#leftCol table tr td table tr td table tr td a.selected {
	color: #800000;
	background: transparent url(../images/redListArrow.png) top left no-repeat;
	font-weight: bold;
}*/

/*********************************************************/
/*Level 3 menu items*/
#leftCol table tr td table tr td table tr td table tr td {
	/*background-color: #800000;*/
	font-size: 10px;
	text-transform: none;
}
/*Removes the arrows from Level3 menus*/
#leftCol table tr td table tr td table tr td table tr td a {
	/*background: transparent url(../images/greyRoundBullet.png) top left no-repeat;*/
	/*background-image: none;*/
	/*display: block;*/ /*redundant, but decided to include for sake of readability for future css editors*/
	/*padding-left: 15px;*/ /**/
}
/*#leftCol table tr td table tr td table tr td table tr td a.selected {
	font-weight: bold;
	background-image: none;
}*/

/*********************************************************/
/*Level 4 menu items*/
#leftCol table tr td table tr td table tr td table tr td table tr td {
}
#leftCol table tr td table tr td table tr td table tr td table tr td a {
	/*display: block;*/
	font-size: 9px;
	/*padding-left: 24px;*/
	/*padding-left: 12px;*/
	/*background: transparent url(../images/greyRoundBullet.png) top left no-repeat;*/
}
/*#leftCol table tr td table tr td table tr td table tr td table tr td a.selected {
	font-weight: bold;
	background: transparent url(../images/redRoundBullet.png) top left no-repeat;
}*/


/*********************************************************/
/* LEVEL 5 menu items FIVE FIVE FIVE 555555555 */
#leftCol table tr td table tr td table tr td table tr td table tr td table tr td a {
	background-image: none;
}


