/*********** [LAST 10 SEARCH MENU CSS] ***************************************************************************************************************************/
#tabsetMenu{table-layout:fixed; font-size:11pt!important; font-size:;}

/*html>body #tabsetMenu{table-layout:fixed;font-size:11pt;}*/

#tabsetMenu td {border-bottom:solid 1px #B6C4CD;height:20px; z-index:-1;}
#tabsetMenu div{position:absolute; width:999px; overflow:hidden;}
#tabsetMenu label{font-family:Verdana, Tahoma;font-size:7pt; letter-spacing:1px;
	            background-image:url(images2/tabs/tabSetDown2.gif); background-repeat:no-repeat; background-position:top left;
	            height:19px; width:86px; text-align:center;
	            border-bottom:solid 1px #B6C4CD;
	            position:relative; line-height:2em; bottom: 0px;}

#tabsetMenu label {float:left;}/* display:table-cell; table/table-cell; -> display:inline <- does not honour the width and height of the div*/
#tabsetMenu label span{position:relative;top:2px;}
#tabsetMenu label.selected span{position:relative;top:2px;}

#tabsetMenu label.selected{position:relative; letter-spacing:1px;
		                 font-family:Verdana,Tahoma;font-size:7pt; text-align:center;
		                 background-image:url(images2/tabs/tabSetUp2.gif); background-repeat:no-repeat; background-position:top left;
		                 z-index:50; line-height:2em;bottom: -1px;border-bottom:solid 1px #E5E5E6;}
		                 
/*Browser compliant css IE6 - expression etc. for hotspot dropdown menu*/
/*#tabsetMenu label.menuHotspot{position:expression('relative');position:absolute;font-family:Verdana;font-size:7pt; background-image:none; border:none;top:expression('16px');margin-left:6px;height:expression('2px'); height:17px; width:8px; z-index:60;}*/

/******************************************************************************************************************************************************************/