

/* this is the clipping region for the menu. it's width and height get set by script, depending on the size of the items table */
.transMenu {
	position:absolute;
	overflow:hidden;
	left:-1000px;
	top:-1000px;
	
	}

/* this is the main container for the menu itself. it's width and height get set by script, depending on the size of the items table */
.transMenu .content {
	position:absolute;
	width:100%
	}

/* this table comprises all menu items. each TR is one item. It is relatively positioned so that the shadow and background transparent divs can be positioned underneath it */
.transMenu .items {
	position:relative;
	left:0px; 
	top:0px;
	z-index:2;
	
	}	

.transMenu.top .items {
	border-top:none;
	}

/* each TR.item is one menu item */
.transMenu .item{
    text-decoration:none;
	/* this is a hack for mac/ie5, whom incorrectly cascades the border properties of the parent table to each row 
	border:none;*/
	cursor:pointer;
	cursor:hand;
	display: block;
	/*background:inherit;
	vertical-align: middle;
	color: inherit;*/
	font-size: 11px;
	font-weight: bold;
	text-align: left;
	/*padding doesn't seem to work too well in IE for some bizzarre reason so using text-indent instead
	padding:1px 15px;*/
	text-indent: 15px;
	width: 100%;
	border:0px solid #fff;
	background-color:#4d0101;
	}
	
.transMenu .item td{
	font-size: 11px;
	/*setting a border above doesn't seem to work in IE so setting it here instead*/
	border-bottom:1px solid #fff;
	/*color: white;*/
	
}
/* set the div width to 100% for Safari & Firefox to extend teh bottom border BUT hide from IE6 (it messes up the first menu.*/
html>body .transMenu .item td {width:100%;}

/* this DIV is the semi-transparent white background of each menu. the -moz-opacity is a proprietary way to get transparency in mozilla, the filter is for IE/windows 5.0+. */
/* we set the background color in script because ie mac does not use it; that browser only uses a semi-transparent white PNG that the spacer gif inside this DIV is replaced by */
.transMenu .background{
	position:absolute;
	/*border: 1px solid gray;*/
	left:1px; top:0px;
	z-index:1;
	-moz-opacity:.9;
	filter:alpha(opacity=90);
	}

/* same concept as .background, but this is the sliver of shadow on the right of the menu. It's left, height, and background are set by script. In IE5/mac, it uses a PNG 
.transMenu .shadowRight {
	position:absolute;
	z-index:3;
	top:3px; width:2px;
	-moz-opacity:.4;
	filter:alpha(opacity=40);
	}*/

/* same concept as .background, but this is the sliver of shadow on the bottom of the menu. It's top, width, and background are set by script. In IE5/mac, it uses a PNG 
.transMenu .shadowBottom {
	position:absolute;
	z-index:1;
	left:3px; height:2px;
	-moz-opacity:.4;
	filter:alpha(opacity=40);
	}*/

/* this is the class that is used when the mouse is over an item. script sets the row to this class when required. */
.transMenu .item.hover {
	color:fff !important;
	background:#2d2d2d;
}







/* this is either the dingbat that indicates there is a submenu, or a spacer gif in it's place. We give it extra margin to create some space between the text and the dingbat */
.transMenu .item img {
	margin-left:10px;
	}



/* Added classes by Khanh - 050629 */
#wrap {
   margin: 0px;
   padding: 0px;
}
#menu {
   margin: 0px;
   padding: 0px;
   display:block;
   width:100%;

}


.transMenu .item#active {
	background: #4d0101;
	color: #fff;
	-moz-opacity: .9;
	filter: alpha(opacity=60);
}
.transMenu .item#active.hover {
	background:#ccc;
	color:black;
	}
	
	
	
	
	
/* ##############################For first level menu.


a.mainlevel-trans:link, a.mainlevel-trans:visited {
	display: block;
	vertical-align: middle;
	font-size: 11px;
	font-weight: bold;
	color: inherit;
	text-align: left;
	padding-top: 5px;
	padding-left: 18px;
	width: 100%;
	text-decoration: none;
}
a.mainlevel-trans:hover {
	text-decoration: none;
	color: #333333;
}
a.mainlevel_active-trans, a.mainlevel_active-trans:visited {
   color:#FF6600;
   line-height: 25px;
   display: block;
   height: 25px;
   width:auto;
   margin: 0px;
   padding: 0px 15px 0px 29px;
	text-decoration: none;
}
a.mainlevel_active-trans:hover {
  color:#3366CC;
}
 End added */
 
 /* Some general Styles common to all the menu items*/
 a.mainlevel-pae:link, a.mainlevel-pae:visited {
	display: block;
	background: url(img/navBG.png) no-repeat;
	width:163px;
	height:25px;
	vertical-align: middle;
	font-size: 11px;
	line-height:25px;
	 _line-height:24px;
	color: #fff;
	font-weight:normal;
	text-align: left;
	text-indent:10px;
	text-decoration: none;
}
a.mainlevel-pae:hover {
    background-position: 0px -25px;
	text-decoration: none;
	color: #fff;
}
a.mainlevel_active-pae, a.mainlevel_active-pae:visited {
   color:#fff;
   width:163px;
   height:25px;
   line-height:25px;
   _line-height:24px;
   background-position: 0px -50px;
   font-weight:normal;
   display: block;
   background: url(img/navBG.png) no-repeat;
   width:auto;
   margin: 0px;
   padding:0;
   text-indent:10px;
  text-decoration: none;
}
a.mainlevel_active-pae:hover {
  background-position: 0px -25px;
  color:#fff; 
}







/* ###############################    CSS code added AW-Actofdesign- July 2007     


let's target each top level menu ID seperately to change the colors by moving the background position!*/

/* --------------------------------  First up, Academics*/
a.mainlevel-pae#menu1:link, a.mainlevel-pae#menu1:visited{
	background-position: -163px 0;
}

a.mainlevel-pae#menu1:hover {
 	background-position: -163px -25px;
}
a.mainlevel_active-pae#menu1, a.mainlevel_active-pae#menu1:visited {
	 background-position: -163px -50px;
}
a.mainlevel_active-pae#menu1:hover {
background-position: -163px -25px;
}

/* -------------------------------  Second up, Community Life*/
a.mainlevel-pae#menu2:link, a.mainlevel-pae#menu2:visited{
	background-position: -327px 0;
}

a.mainlevel-pae#menu2:hover {
 	background-position: -327px -25px;
}
a.mainlevel_active-pae#menu2, a.mainlevel_active-pae#menu2:visited {
	 background-position: -327px -50px;
}
a.mainlevel_active-pae#menu2:hover {
background-position: -327px -25px;
}


/* ----------------------------------  Third up, Job Skills*/
a.mainlevel-pae#menu4:link, a.mainlevel-pae#menu4:visited{
	background-position: -491px 0;
}

a.mainlevel-pae#menu4:hover {
 	background-position: -491px -25px;
}
a.mainlevel_active-pae#menu4, a.mainlevel_active-pae#menu4:visited {
	 background-position: -491px -50px;
}
a.mainlevel_active-pae#menu4:hover {
background-position: -491px -25px;
}

/* ----------------------------------  Fourth up, Corp training*/
a.mainlevel-pae#menu106:link, a.mainlevel-pae#menu106:visited{
	background-position: -655px 0;
}

a.mainlevel-pae#menu106:hover {
 	background-position: -655px -25px;
}
a.mainlevel_active-pae#menu106, a.mainlevel_active-pae#menu106:visited {
	 background-position: -655px -50px;
}
a.mainlevel_active-pae#menu106:hover {
background-position: -655px -25px;
}


/*turn off that wanky child icon arrow.... aaaarrrrrrrgh! this is the quickest way :) */
a.mainlevel-pae img, a.mainlevel_active-pae img{
display:none;
}


/*################################################################################################
Right let's mix up those colors for our three sections! Hover states too!*/

/*--------------------1- ACADEMICS---------------------------*/



#TransMenu0 .item{
background-color:#90670a;
color:#FFF;

}


#TransMenu0 .item.hover{
	color:#000 !important;
	background:#f0bc53;
}


	
/*--------------------2- COMM LIFE---------------------------*/

#TransMenu1 .item{
background-color:#2a5d77;
color:#FFF;
}


#TransMenu1 .item.hover{
	color:#000 !important;
	background:#70abca;
}




/*--------------------3- JOB SKILLS---------------------------*/

#TransMenu2 .item{
background-color:#7e4d5a;
color:#FFF;
}


#TransMenu2 .item.hover{
	color:#000 !important;
	background:#bd8e9a;
}


/*--------------------4- JOB SKILLS---------------------------*/

#TransMenu3 .item{
background-color:#702c05;
color:#FFF;
}


#TransMenu3 .item.hover{
	color:#000 !important;
	background:#c08358;
}

/*################################################################################################*/