
ul.tabs
{
	display: table;
	margin: 0;
	padding: 0;
	list-style: none;
	position: relative;
}

ul.tabs li
{
	margin: 0;
	padding: 0;
	list-style: none;
	display: table-cell;
	float: left;
	cursor:pointer;
	/**position: relative;**/
}

ul.tabs a
{
	position: relative;
	display: block;
}

ul.tabs li a span:hover
{
	cursor: pointer;
}

/* dropdowns
*************************/
ul.dropdown
{
	margin: 0;
	padding: 0;
	/**position: absolute;**/
	z-index: 999;
	/**top: 100%;**/
	/**width: 250px;**/
	display: none;
	/**left: 0;**/
	clear:both;
	width: 700px; /*firefox/safari*/
	*width: 700px; /*IE7*/
	_width: 700px; /*IE6*/
}

ul.dropdown ul.dropdown
{
	top: 0;
	left: 95%;
}

ul.dropdown li
{
	margin: 0;
	/**padding: 0;**/
	
	float: left;
	position: relative;
	list-style: none;
	display: block;
	
}

ul.dropdown li a
{
	
	color:white;
	display: block;
	text-decoration:none;
	background: url(../images/subnav_background_normal.png) top left repeat-x;
	height:23px;
	padding-top:4px;
	padding-left:10px;
	padding-right:10px;
	float:left;
	
	
}
ul.dropdown li a:hover
{
	background: url(../images/subnav_background_active.png) top left repeat-x;
}

/* menu-specifc
*************************/
#TopNav_1
{
	width:140px;
	height:26px;
	float:left;
	text-indent:-9999px;
	
}
#TopNav_2
{
	width:120px;
	height:26px;
	float:left;
	text-indent:-9999px;

}
#TopNav_3
{
	width:160px;
	height:26px;
	float:left;
	text-indent:-9999px;

}
#TopNav_4
{
	width:150px;
	height:26px;
	float:left;
	text-indent:-9999px;

}
#TopNav_5
{
	width:110px;
	height:26px;
	float:left;
	text-indent:-9999px;

}
#TopNav_6
{
	width:120px;
	height:26px;
	float:left;
	text-indent:-9999px;

}
#TopNav_7
{
	width:140px;
	height:26px;
	float:left;
	text-indent:-9999px;
}

