/* 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;
	-moz-opacity: .98;
  z-index=10000;
}

/* 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;
	
}

/* 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;
	padding-left: 15px;
	padding-right: 15px;
	border-width:1px;
	border-color:#000000;
	border-style:solid;
	background: #ffffff;
	width : 230px;
	
	/*filter: alpha(opacity=85);*/
}

.transMenu.top .items {
	background: #ffffff;
	
}

/* 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;
	left: 0px;
	top: 0px;
	z-index: 1;
	-moz-opacity: .98;
	/*filter: alpha(opacity=85);*/
}

/* 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 {
	width: 3px;
	position: absolute;
	z-index: 3;
	top: 1px;
	-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: 6px;
	height: 3px;
	-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. */
/* each TR.item is one menu item */
.transMenu .item{
	margin: 0px;
	/*border: none;*/
	display: block; /* this is a hack for mac/ie5, whom incorrectly cascades the border properties of the parent table to each row */
	text-decoration: none;
	cursor: pointer;
	cursor: hand;
	width: 200;
	font-family: Trebuchet MS;
	font-weight: bold;
	font-size: 12px;
	line-height: 1.2em;
	
}

.transMenu .item td {
	width: 200;
	color: #003b66;
	background: #ffffff;
	border-top-width:1px;
    border-bottom-width:0px;
    border-left-width:0px;
    border-right-width:0px;
    border-style:solid;
    border-color: #dddddd;
    padding: 5px 0px 5px 8px;
}



#top td{
border:none;	
}

.transMenu .item.hover {
	/*background: #cfd9da;*/
	color: #ff7900;
}

.transMenu .item.hover td {
	/*background: #cfd9da;*/
	color: #ff7900;
}

/* 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: 0px;
}

/* Added classes by Khanh - 050629 */
.transMenu .item#active {
	background: #000000;
	color: #ff7900!important;
	/*-moz-opacity: .6;
	filter: alpha(opacity=60);*/
}

.transMenu .item#active.hover {
	color: #ca1c41;
}


/* For first level menu.*/
#wrap {
	margin: 0px;
	padding: 0px;
}

#menu {
	margin: 0px;
	padding: 0px;
}

#menu td {
	text-align: left;
	
}

#mbttransmenu {
	
}

/*level0 selected*/
a.rootlevel-trans:link, a.rootlevel-trans:visited{
	clear: both;
	margin: 0px 0 0 0;
	display: block;
	white-space: nowrap;
	color: #ffffff;
	padding: 0px 0px 0px 8px;
	text-decoration: none;
}
a.rootlevel-trans:hover {
	/*background: #ffffff;*/
	text-decoration: none;
	/*color: #bb1a3c;*/
}
a.rootlevel-trans{
	color: #ffffff;
	background: #a8a8a8;
	text-align: left;
	font-size: 12px;
	text-align: left;
	font-weight:bold; 
	text-decoration: none;
	font-family: Trebuchet MS; 
}
/*level1 */

td.mainlevel-trans{
	border-top-width:1px;
    border-bottom-width:0px;
    border-left-width:0px;
    border-right-width:0px;
    border-style:solid;
    border-color: #dddddd;
}

td.mainlevel-transtop{
	border-top-width:0px;
    border-bottom-width:0px;
    border-left-width:0px;
    border-right-width:0px;
    border-style:solid;
    border-color: #dddddd;
}

td.mainlevelselected-trans{
	border-top-width:1px;
    border-bottom-width:0px;
    border-left-width:0px;
    border-right-width:0px;
    border-style:solid;
    border-color: #dddddd;
}

td.mainlevelselected-transtop{
	border-top-width:0px;
    border-bottom-width:0px;
    border-left-width:0px;
    border-right-width:0px;
    border-style:solid;
    border-color: #dddddd;
}

a.mainlevel-trans:link, a.mainlevel-trans:visited {
	clear: both;
	margin: 0px 0 0 0;
	display: block;
	white-space: nowrap;
	color: #bbbbbb;
	padding: 0px 0px 0px 8px;
	border: 1px 1px 1px 1px;
	border-color: #000000;
}

a.mainlevel-trans:hover {
	/*background: #ffffff;*/
	text-decoration: none;
	color: #ff7900;
	border: 1px 1px 1px 1px;
	border-color: #000000;
}

a.mainlevel-trans{
	color: #cfd9da;
	background: #ffffff;
	text-align: left;
	font-size: 12px;
	line-height: 2.0em;
	text-align: left;
	font-weight:bold; 
	text-decoration: none;
	border: 1px 1px 1px 1px;
	border-color: #000000;
	font-family: Trebuchet MS; 
}
a.mainlevel2row-trans:link, a.mainlevel2row-trans:visited {
	clear: both;
	margin: 0px 0 0 0;
	display: block;
	white-space: nowrap;
	color: #bbbbbb;
	padding :5px 0px 5px 8px;
	border: 1px 1px 1px 1px;
	border-color: #000000;
}

a.mainlevel2row-trans:hover {
	/*background: #ffffff;*/
	text-decoration: none;
	color: #ff7900;
	border: 1px 1px 1px 1px;
	border-color: #000000;
}

a.mainlevel2row-trans{
	color: #cfd9da;
	background: #ffffff;
	text-align: left;
	font-size: 12px;
	line-height: 1.2em;
	text-align: left;
	font-weight:bold; 
	text-decoration: none;
	border: 1px 1px 1px 1px;
	border-color: #000000;
	padding :5px 0px 5px 8px;
	font-family: Trebuchet MS; 
}
a.mainlevelselected-trans{
	color: #ff7900;
	background: #ffffff;
	text-align: left;
	font-size: 12px;
	line-height: 2.0em;
	text-align: left;
	font-weight:bold; 
	text-decoration: none;
	border: 1px 1px 1px 1px;
	border-color: #000000;
	font-family: Trebuchet MS; 
	padding: 0px 0px 0px 8px;
}

a.mainlevelselected-trans:link, a.mainlevelselected-trans:visited {
	clear: both;
	margin: 0px 0 0 0;
	display: block;
	white-space: nowrap;
	color: #ff7900;
	padding: 0px 0px 0px 8px;
}


a.mainlevelselected2row-trans{
	color: #ff7900;
	background: #ffffff;
	text-align: left;
	font-size: 12px;
	line-height: 1.2em;
	text-align: left;
	font-weight:bold; 
	text-decoration: none;
	border: 1px 1px 1px 1px;
	border-color: #000000;
	font-family: Trebuchet MS; 
	padding :5px 0px 5px 8px;
}

a.mainlevelselected2row-trans:link, a.mainlevelselected2row-trans:visited {
	clear: both;
	margin: 0px 0 0 0;
	display: block;
	white-space: nowrap;
	color: #ff7900;
	padding :5px 0px 5px 8px;
}

a.sublevel-trans:link, a.sublevel-trans:visited {
	clear: both;
	margin: 0px 0 0 0;
	display: block;
	white-space: nowrap;
	color: #555555;
	padding: 7px 0px 2px 0px;
}

a.sublevel-transtop:link, a.sublevel-transtop:visited {
	clear: both;
	margin: 0px 0 0 0;
	display: block;
	white-space: nowrap;
	color: #555555;
	padding: 4px 0px 2px 0px;
}

a.sublevel-trans:hover {
	/*background: #ffffff;*/
	text-decoration: none;
	color: #ff7900;
}

a.sublevel-trans{
	color: #555555;
	background: #f2f2f2;
	text-align: left;
	font-size: 12px;
	line-height: 1.2em;
	font-weight:bold; 
	text-decoration: none;
	font-family: Trebuchet MS; 
	border-top-width:1px;
    border-bottom-width:0px;
    border-left-width:0px;
    border-right-width:0px;
    border-style:solid;
    border-color: #dddddd;
}

a.sublevel-transtop{
	color: #555555;
	background: #f2f2f2;
	text-align: left;
	font-size: 12px;
	line-height: 1.2em;
	font-weight:bold; 
	text-decoration: none;
	font-family: Trebuchet MS; 
	border-top-width:0px;
    border-bottom-width:0px;
    border-left-width:0px;
    border-right-width:0px;
    border-style:solid;
    border-color: #dddddd;
    padding :0px 0px 0px 0px;
	
}

a.sublevel-transtop:hover{
	text-decoration: none;
	color: #ff7900;
}

a.sublevelselected-trans:link, a.sublevelselected-trans:visited {
	clear: both;
	display: block;
	white-space: nowrap;
	color: #ff7900;
	padding: 7px 0px 2px 0px;
}

a.sublevelselected-transtop:link, a.sublevelselected-transtop:visited {
	clear: both;
	display: block;
	white-space: nowrap;
	color: #ff7900;
	padding: 4px 0px 2px 0px;
}

a.sublevelselected-trans:hover {
	text-decoration: none;
	color: #ff7900;
}

a.sublevelselected-trans{
	color: #ff7900;
	background: #f2f2f2;
	text-align: left;
	font-size: 12px;
	line-height: 1.2em;
	text-align: left;
	font-weight:bold; 
	text-decoration: none;
	font-family: Trebuchet MS; 
	border-top-width:1px;
    border-bottom-width:0px;
    border-left-width:0px;
    border-right-width:0px;
    border-style:solid;
    border-color: #dddddd;
    
	
}
a.sublevelselected-transtop{
	color: #ff7900;
	background: #f2f2f2;
	text-align: left;
	font-size: 12px;
	line-height: 1.2em;
	font-weight:bold; 
	text-decoration: none;
	font-family: Trebuchet MS;
	border-top-width:0px;
    border-bottom-width:0px;
    border-left-width:0px;
    border-right-width:0px;
    border-style:solid;
    border-color: #dddddd; 
    
	
}
.sublevel-trans{
	text-align: left;
}
.sublevelselected-trans{
	text-align: left;
}
a.mainlevel_active-trans, a.mainlevel_active-trans:active {
	clear: both;
	width: auto;
	margin: 0;
	display: block;
	white-space: nowrap;
	background: #cccccc;
	border: 1px 1px 1px 1px;
	border-color: #000000;
	
	/*color: #000;*/
}

a.mainlevel_active-trans:hover {
	/*color: #000000;*/
}

/*level0 unselected*/
a.rootlevelunselected-trans:link, a.rootlevelunselected-trans:visited {
	clear: both;
	margin: 0px 0 0 0;
	display: block;
	white-space: nowrap;
	color: #003b66;
	text-decoration: none;
	padding: 0px 0px 0px 8px;
	
}

a.rootlevelunselected-trans{
	
	
	background: #ffffff;
	font-size: 12px;
	text-align: left;
	font-weight:bold; 
	text-decoration: none;
	color: #ffffff;
	font-family: Trebuchet MS; 
	
}

a.rootlevelunselected-trans, a.rootlevelunselected-trans:active {
	clear: both;
	width: auto;
	margin: 0;
	display: block;
	white-space: nowrap;
	background: #efefee;
	color: #ffffff;
	padding: 0px 0px 0px 8px;
}

a.rootlevelunselected-trans:hover {
	color: #ff7900;
	text-decoration: none;
}
.Tablesubsub{
	width:100%;
	background: #f2f2f2;
	font-size: 12px;
	text-align: left;
	line-height: 2.0em;
	padding-left:0px;
	font-weight:bold; 
	vertical-align:top;
}
.whitebg{
	background: #ffffff;
}

.whitebg2{
	background: #ffffff;
	vertical-align:top;
}

.graybg{
	background: #f2f2f2;
	vertical-align:top;
}
#spacerleftselected{
	background: #ff7900;
	width: 5px;
	border-spacing: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border: 0px 0px 0px 0px;
}
#spaceleftsub{
	background: #ffffff;
	width: 5px;
	line-height: 1px;
}
#hrsub{
	background: #ffffff;
	
}
#spacerleft{
	background: #ff7900;
	width: 5px;
	padding: 0px 0px 1px 0px;
}

#spacesubglobal{
	background: #ffffff;
	border-top-width:0px;
    border-bottom-width:0px;
    border-left-width:0px;
    border-right-width:0px;
    border-style:solid;
    border-color: #dddddd;
	
}

#spacesubglobaltable{
	background: #ffffff;
	border-top-width:0px;
    border-bottom-width:0px;
    border-left-width:0px;
    border-right-width:0px;
    border-style:solid;
    border-color: #dddddd;
    margin-bottom: 0px;
    
}

#UnSelectedRoot{
	border-spacing: 0px 0px 0px 0px;
	margin: 0px 0px 1px 0px;
	padding: 0px 0px 0px 0px;
	border: 0px 0px 0px 0px;
	line-height: 1.8;
}

#SelectedRoot{
	border-spacing: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border: 0px 0px 0px 0px;
	line-height: 1.8;
}



/* End added */
