/* TransMenu
-------------------------------------------------
Originally developed by Aaron Boodman
http://www.youngpup.net/
--------------------------------------------------
NOTE: TransMenu background and some
configurations are located in the ja-transmenu.js.
-------------------------------------------------*/
			
/* main for sub */
/* 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 {
	margin-top:15px;
	position: absolute;
	overflow: hidden;
	left: -1000px;
	top: -1000px;	
}

/* the master base for the sub items - the culprit :@ */
/* 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 {	
	padding-top:0px!important;
	border:0px;	
	position: absolute;		
	margin:0px;	
	padding-left:4px!important;
}

/* drops inner layer */
/* 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;		
	background-color:#FFFFFF;
	/*
	-moz-opacity: .9;
	filter: alpha(opacity=90);
	opacity: .9;
	-khtml-opacity: 0.9;
	*/	
}

/* drops inner layer */
.transMenu.top .items {
	border-top: none;		
}


/* overall outline of the drop */
/* 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 {
		display:none;
	/*	
		
	background-color:White;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 1;
	/*
	-moz-opacity: .8;
	filter: alpha(opacity=80);
	opacity: .8;
	-khtml-opacity: 0.8;
	*/	
}

/* shadow for drops - right */
/* 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 		{
		display:none;	
	/*
	
	position: absolute;
	z-index: 3;
	top: 3px;
	left:3px;
	/*
	-moz-opacity: .4;
	filter: alpha(opacity=40);
	opacity: .4;
	-khtml-opacity: 0.4;
	*/
}

/* shadow for drops - bottom */
/* 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 {	
		display:none;
	/*
	position: absolute;
	z-index: 1;
	left: 3px;
	height: 2px;
	/*
	-moz-opacity: .4;
	filter: alpha(opacity=40);
	opacity: .4;
	-khtml-opacity: 0.4;
	*/	
}

/* sub items font changed */
/* each TR.item is one menu item */
.transMenu .item {
	
   font-size: 1.4em;
   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;
}

.transMenu .item:hover {
	/* 	color:#FFFFFF; */
}

/* sub items hover */
/* 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 {
	background: #b11116;
	/*color: #FFFFFF;*/
}

/* sub items batman */
/* 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;
	margin-right: 10px;
}

/* sub items seperator */
#burnzMenu {margin: 0px; padding: 0px; border: 0px; outline: 0px; vertical-align:baseline;width:auto; border-collapse: collapse; border-spacing: 0px;font-size:1.0em;}
#burnzMenu td{margin:0px;padding:0px;background:#FFFFFF none!important;}
#burnzMenu tbody tr.item td div { border-left:1px solid #b11116;border-bottom:1px solid #b11116;border-right:1px solid #b11116;padding-top:5px;padding-bottom:5px;padding-left:10px;padding-right:10px;margin:0px;}
#burnzMenu tbody tr.item td:hover { background-color:#b11116!important;color:#FFFFFF;}
/* for sub - sub top color */
#burnzhack{border-top:1px solid #b11116;}

/* ----------------------------------------------------------------
- Added classes by Khanh - 050629
- Style and mark-up improved by Hieu Nguyen & Ha Le Viet - 060718
-------------------------------------------------------------------*/
.transMenu .item#active {		
	/*
	background: #7E9F2A;
	color: #FFFFFF!important;
	
	 -moz-opacity: .6;
	filter: alpha(opacity=60); 
	opacity: .6;
	-khtml-opacity: 0.4;
	*/	
}
.transMenu .item#active:hover{
	color:#FFFFFF;	
}

/* For first level menu.*/
#ja-transmenu {
	height:17px; background:url(../images/app/navBg.gif) repeat-x top left; padding:19px 0 17px 0;	text-align:center;		
}

#ja-transmenu, #ja-transmenu li, #ja-transmenu li a{}

#ja-transmenu li {
	background:url(../images/app/navSprtr.gif) no-repeat center right;list-style-type:none;display:inline;
}

#ja-transmenu li a { 
	height:19px; font-size:1.4em; padding:0 20px; color:#404040; text-decoration:none;
}

#ja-transmenu li a:hover { 
	text-decoration:underline;
}

#ja-transmenu .mainlevel-trans-lastchild{background:none!important;}

/* has child and not selected */
a.havechild-mainlevel-trans {	
	background: url(../ja_transmenu/img/arrow-dwn.gif) 92% 50% no-repeat;
}

/* has child - not selected - hovered */
a.havechild-mainlevel-trans:hover, a.mainlevel-trans:active {	
	background: url(../ja_transmenu/img/arrow-dwn.gif) 92% 50% no-repeat;
}

/* has child - selected */
a.havechild-mainlevel_active-trans {	
	background:url(../ja_transmenu/img/arrow-dwn.gif) 92% 50% no-repeat;
	font-weight:bold; color:#b11116!important;
}

/* has child - selected - hovered */
a.havechild-mainlevel_active-trans:hover , a.havechild-mainlevel_active-trans:active {	
	background: url(../ja_transmenu/img/arrow-dwn.gif) 92% 50% no-repeat;	
	text-decoration:none!important;
	cursor:default;
}

/* non sub items */
a.mainlevel-trans {	
}

/* hover over all except the current and sub */
a.mainlevel-trans:hover, a.mainlevel-trans:active {	
	text-decoration:underline;
}

/* current selected */
a.mainlevel_active-trans {		
	font-weight:bold; color:#b11116!important;
}

/* current hover */
a.mainlevel_active-trans:hover , a.mainlevel_active-trans:active {
	text-decoration:none!important;
	cursor:default;
}
