td.menuNormal{
padding: 3px 10px 5px 10px;
color: #fff;
font-weight: bold;
vertical-align: top;
background:url(../img/new-tab-select.gif) repeat-x !important;
/*background-color:#FF0000;*/
border-bottom:1px solid #fff;
-webkit-border-top-right-radius: 9px;
-moz-border-radius-topright: 9px;
z-index:100000;
cursor:pointer;
text-align:left;
}

td.menuHover{
padding: 3px 10px 5px 10px;
color: #fff;
font-weight: bold;
vertical-align: top;
/*remove the following line for drop-down menu with images*/
background:url(../img/new-tab-select-hover.gif) repeat-x !important;
/*border-bottom:1px solid #fff;*/
-webkit-border-top-right-radius: 9px;
-moz-border-radius-topright: 9px;
z-index:100000;
cursor:pointer;
text-align:left;
}




.subsubmenudata{
	padding: 3px 0px 3px 5px;
	background:url(../img/new-tab-select.gif) repeat-x !important;
	/*background-color:#FF0000;*/
	font-size:11px;
	width:120px;
	display:block;
	//*border: 1px solid #e6e6e6;!important;*/
}


.subsubmenudata:hover{
	padding: 3px 0px 3px 5px;
	background:url(../img/new-tab-select-hover.gif) repeat-x !important;	
	/*background-color:#990000;*/
	font-size:11px;
	width:120px;
	display:block;
	/*border: 1px solid #e6e6e6;!important;*/
}



.subsubmenu {
	display:none;
	
}



div.menuNormal
{

width:500px;
display: none;
position: static;
padding:0px;
z-index:100000;
}


div.menuHover{
padding: 3px 0px 3px 0px;
display: inline;
color: #fff;
cursor:pointer;
position: absolute;
margin:0px 0px 0px -10px;
padding:0px;
z-index:100000;
/*background:#0099FF!important;*/
}

div.menuNormallast
{display: none;
position: static;
padding:0px;
margin:3px 0 1px 0px;
z-index:100000;

}

