/* $Id: siteMenu.css,v 1.0 2010/02/12 nep Exp $ */

#accordion { float: left; margin-bottom:15px; width: 232px; }
#accordion ul li{
	padding-left:0px !IMPORTANT;
	border-left: 1px solid rgb(229, 229, 229); 
	border-right: 1px solid rgb(229, 229, 229);
	border-bottom: 1px solid rgb(229, 229, 229); 
	list-style: none;
	background: none;
	margin:0;
}

/* Menu Title */
#accordion h2 {
	margin:25px 0 0 0px;
	padding: 0;
	background: transparent url('http://uq.edu.au/templates/web/images/nav_menu_title.gif') no-repeat scroll 0pt 0pt;
	overflow: hidden; text-indent: -1000px;
	width: 232px;
	height: 33px;
}

/* Menu List */
#accordion ul { margin:0px;padding:0px;text-indent:0px;background-color: #FFFFFF; width:227px; padding: 0;}

/* Non-active items with children */
#accordion ul .collapsed a {
	background:#F3F3F3 url('http://uq.edu.au/templates/web/images/accordion_headerbg_off.gif') repeat-x bottom;
	width:215px;
	color:#3B392A;
	cursor:pointer;
	display:block;
	font-family:Arial,sans-serif;
	font-size:11px;
	font-weight:bold;
	letter-spacing:normal;
	line-height:15px;
	margin:0px;
	padding:8px 0px 8px 10px;
	text-decoration:none;
	text-indent:0;
	text-transform:uppercase;
}
#accordion ul .collapsed {
	padding:0px;
}

/* Non-active items without children */
#accordion ul .leaf a { 
	background: #f4f4f4 url('http://uq.edu.au/templates/web/images/accordion_headerbg_off.gif') repeat-x bottom; 
	width:215px;
	color: rgb(255, 255, 255); 
	display:block; 
	font-weight:bold; 
	margin:0px; 
	padding:8px 0 8px 10px; 
	text-decoration: none;
	color: rgb(59, 57, 42); 
	letter-spacing: normal; 
	font-size: 11px; 
	line-height:15px; 
	text-transform: uppercase; 
	cursor: pointer;  
	text-indent:0;
	font-family: Arial,sans-serif; 
}

/* Children of active items*/
#accordion ul ul .leaf a{ 
	background: none; 
	display:block;
	font-weight:bold;
	margin:0px; 
	padding:none;
	text-decoration: none;
	color: #1e88b5; 
	letter-spacing: normal; 
	font-size: 11px; 
	line-height:14px; 
	text-transform: none; 
	cursor: pointer;  
	font-family: Arial,sans-serif; 
}

#accordion ul ul .leaf a:hover{
	color:#9312aa;
}

/* Active top menu item */
#accordion ul li.active-trail {
	background:#63B00C url(../images/accordion_headerbg_on.gif) bottom repeat-x;
	color:#FFFFFF;
	cursor:pointer;
	display:block;
	font-family:Arial,sans-serif;
	font-size:11px;
	font-weight:bold;
	height:auto;
	letter-spacing:normal;
	line-height:15px;
	margin:0;
	padding:0px 0 0px 10px;
	text-decoration:none;
	text-indent:0;
	text-transform:uppercase;
}
/* Active top menu item text */
#accordion ul li.active-trail a {
	background: transparent url('http://uq.edu.au/templates/web/images/accordion_headerbg_on.gif') repeat-x scroll 0pt 0pt; 
	color: rgb(255, 255, 255); 	
	display:block; 
	font-weight: bold; 
	margin:0px; 
	padding:7px 0px 7px 10px; 
	cursor: pointer;
}

/* Children text */
#accordion ul li.active-trail ul a {
	color: #2662e3; 
	text-indent: 10px;
	font-weight: bold; 
	margin:0px 7px 0px 10px; 
	padding:10px 0px 10px 8px; 
	cursor: pointer;
	background:transparent url('http://uq.edu.au/templates/web/images/menu-arrow.gif') no-repeat scroll 4px 12px;
	display:block;
	font-size:12px; 
	text-decoration:none; 
	height: auto;
	font-family: Arial,Helvetica,"Helvetica Neue","Lucida Grande",Verdana,sans-serif;
}

/* Active Children text */
#accordion ul ul li.active-trail a {
	color: #9312aa; 
	text-indent: 10px;
	font-weight: bold; 
	margin:0px 7px 0px 10px; 
	padding:10px 0px 10px 8px; 
	cursor: pointer;
	background: transparent url('http://uq.edu.au/templates/web/images/menu-arrow.gif') no-repeat scroll 4px 12px;
	display:block;
	font-size:12px; 
	text-decoration:none; 
	height: auto;
	font-family: Arial,Helvetica,"Helvetica Neue","Lucida Grande",Verdana,sans-serif;
}

/* Children box */
#accordion ul ul {
	border-width:0px; 
	list-style: none; 
	margin:0px;
	padding:0px;
	text-indent:10px; 
	background: #FFFFFF url('http://uq.edu.au/templates/web/images/accordion_bg.gif') repeat-x scroll 0pt 0px; 
}

#accordion ul ul li.leaf{
	padding:0px;
}

/* Active Children box */
#accordion ul ul li.active-trail{
	border-width:0px; 
	list-style: none; 
	margin:0px;
	padding:0px;
	text-indent:10px; 
	background: #FFFFFF; 
	border-bottom: 1px solid rgb(229, 229, 229);
	border-left: 1px solid rgb(229, 229, 229); 
	border-right: 1px solid rgb(229, 229, 229);
}

/* First Active Children box */
#accordion ul ul li.active-trail:first-child{
	border-width:0px; 
	list-style: none; 
	margin:0px;
	padding:0px;
	text-indent:10px; 
	background: #FFFFFF url('http://uq.edu.au/templates/web/images/accordion_bg.gif') repeat-x scroll 0pt 0px; 
	border-bottom: 1px solid rgb(229, 229, 229);
	border-left: 1px solid rgb(229, 229, 229); 
	border-right: 1px solid rgb(229, 229, 229);
}


