/* 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 {
	position:relative;
	left:0px; top:0px;
	z-index:2;
}

.transMenu.top .items {
	border-top:none;
}

/* each TR.item is one menu item */
.transMenu .item {
    color:#336;
    font-size:10px;
    font-family:sans-serif;
    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 a{
	font-family:Arial;
	color:#666666;
	font-weight: normal !important;
	font-size:12px !important;
	/*padding-left:5px;*/
}



.transMenu .item a:hover{
	font-family:Arial;
	color:#FFFFFF;
	font-weight: normal !important;
	font-size:12px !important;
	/*padding-left:5px;*/
}






/*
.transMenu td {
display:none;
}*/
.transMenu .item td {
display:table-cell;
}

.transMenu .item td{
	height:25px !important;
	/*BORDER-Top: #efefef 1px solid;*/
	margin:0px;
	padding:0px;
}

.transMenu .item:hover{
background-color:#3E820E;
color:#FFFFFF;
}

.transMenu td{
height:0px !important;
margin:0px !important;
padding:0px !important;
}

.sublevel,
.sublevel:link,
.sublevel:visited,
.sublevel:hover,
.sublevel:active,
.sublevel:focus{
width:100% !important; 
display:block;
padding-top:4px;
padding-bottom:8px;
padding-left:5px !important;
}

.sublevelImage,
.sublevelImage:link,
.sublevelImage:visited,
.sublevelImage:hover,
.sublevelImage:active,
.sublevelImage:focus{
width:100% !important; 
height:100% !important;
display:block;
vertical-align: middle;
}

.menuSep{
background-color:#cccccc;
}

/* Amjad width of Menu Items */
table.items{
width:110px !important;
}



table.items a,
table.items a:link{
width:125px;
}

/*-------------------------------------------------------------------------------------------------*/
.sublevel,
.sublevel:link,
.sublevel:hover,
.sublevel:active,
.sublevel:focus{
color:#ffffff;
}
/*--------------------------------------------------------------------------------------------------*/

.sublevel:visited {color:#666666;}