/* CSS Document */


/*  not selected menu tab  */
td .menubutton
{
	background-image:url(../images/tab_normal.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	width:110px;
	text-align:center;
}

td .menubutton A
{
	font-size:14px;
	color:#000000;
	text-decoration:none;		
}

td .menubutton A:hover
{
	font-size:14px;
	color: #0033FF;
	text-decoration:none;		
}


/*  selected menu tab   */

td .menubutton_active
{
	background-image:url(../images/tab_selected.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	width:110px;
	text-align:center;
}

td .menubutton_active A
{
	font-size:14px;
	color:#FFFFFF;
	text-decoration:none;
}

td .menubutton_active A:hover
{
	font-size:14px;
	color: #FFFF00;
	text-decoration:none;
}



/*  webshop tab     */

td .menubutton_webshop
{
	background-image:url(../images/tab_normal.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	width:110px;
	text-align:center;
}


td .menubutton_webshop A
{
	font-size:14px;
	color: #FFFFFF;
	text-decoration:none;
}

td .menubutton_webshop A:hover
{
	font-size:14px;
	color: #FFFF00;
	text-decoration:none;
}



/*  empty space between tabs  */

td .emptyspace
{
	width:5px;

}