﻿
table .grey_normal,.grey_normal_nohover
{
	height:34px;
	background: transparent url(/include/images/menu/grey_body_normal.gif) repeat-x left top;
	overflow:hidden;
	width:100%;
}

table .grey_large,.grey_large_nohover
{
	height:40px;
	background: transparent url(/include/images/menu/grey_body_large.gif) repeat-x left top;
	overflow:hidden;
	width:100%;
}

table .purple_normal,.purple_normal_nohover
{
	height:34px;
	background: transparent url(/include/images/menu/purple_body_normal.gif) repeat-x left top;
	overflow:hidden;
	width:100%;
}

table .purple_large,.purple_large_nohover
{
	height:40px;
	background: transparent url(/include/images/menu/purple_body_large.gif) repeat-x left top;
	overflow:hidden;
	width:100%;
}

table .grey_normal:hover
{
	background: transparent url(/include/images/menu/grey_body_normal.gif) repeat-x left bottom;
}

table .grey_large:hover
{
	background: transparent url(/include/images/menu/grey_body_large.gif) repeat-x left bottom;
}

table .purple_normal:hover
{
	background: transparent url(/include/images/menu/purple_body_normal.gif) repeat-x left bottom;
}

table .purple_large:hover
{
	background: transparent url(/include/images/menu/purple_body_large.gif) repeat-x left bottom;
}

