/* 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;
	}

/* 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 {
background: #72a4cd;
position: absolute;
clear: both;
left: 0px; 
top: 0px;
z-index: 2000;
}
    
table.items  td {
color: #000;
font-family: tahoma, helvetica, sans-serif;
font-size: 11px;
font-weight: thin;
padding-left: 12px;
}

tr.item td {
height: 23px;
color: #000;
font-family: verdana;
font-size: 12px;
font-weight: thin;
border-top: thin #fff solid;
border-bottom: thin #fff solid;
border-left: thin #fff solid;
border-right: thin solid #fff;
border-width: 1px;
}

.transMenu.top .items {
top: -1px;
border-top: none;
text-indent: 6px;
background: #72a4cd;
}

.transMenu  .item.hover td {
background: #fff;
color: #953e21!important;
text-indent: 6px;
}	

.transMenu  .item td {
color: #fff;
width: 250px;
font-size: 10;
margin-left: 0px;
padding-left: 0px;
}

/* each TR.item is one menu item */
.transMenu .item {
color: #fff;
font-size: 20px;
font-family: sans-serif;
/* this is a hack for mac/ie5, whom incorrectly cascades the border properties of the parent table to each row */
cursor: pointer;
cursor: hand;
}

/* 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;
	
	}



/* 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;
	}
/********                Modify by DaoA           **********************************/
.anylinkcss{
visibility: hidden;
display:none;
}
DIV#NAVSUITE_TOPmenu {	
	height: 21px;
	padding-bottom: 0px; 
	color: #FFFFFF;
	background: url(mainnav-bg.gif);
}
DIV#NAVSUITE_TOPmenu A:hover {
	background: red; 
	COLOR: #ffffff;
}

body {
	PADDING: 0px;
	PADDING-BOTTOM: 0px; 
	MARGIN: 0px; 
	COLOR: #888888; 
	height: 100%;
}