.subMenuHide	{		z-index: 5;		display: none;	}.subMenuShow	{		position: absolute;		z-index: 5;		display: block;		width:660px;		height: 35px;		text-align: center;	}.subMenuShow a:link, .subMenuShow a:visited, .subMenuShow a:active, .subMenuShow a:hover	{		font-family: Verdana, Helvetica, Arial;		font-size: 11px;		color: #3a081d;		text-decoration: underline;		padding-right: 10px;	}.subMenuShow a:hover	{		font-family: Verdana, Helvetica, Arial;		font-size: 11px;		text-decoration: none;		color: #f01310;		padding-right: 10px;	}#menu .tab_selected_left	{		display: block;		float: left;		height: 45px;		width: 18px;		background-image: url('../interface/tab_left.gif');		background-repeat: no-repeat;		background-position: bottom left; 	}#menu .tab_selected_center	{		display: block;		float: left;		background-image: url('../interface/tab_center.gif');		background-repeat: repeat-x;		background-position: bottom center; 		height: 45px;		color: #3a081d;	}.tab_selected_center a:link, .tab_selected_center a:visited, .tab_selected_center a:active, .tab_selected_center a:hover	{		color: #3a081d;		text-decoration: none;	}.tab_selected_center a:hover	{		color: #3a081d;		text-decoration: underline;	}	#menu span span	{		display: block;		color: #000000;		padding-top: 20px;		height: 45px;	}#menu .tab_selected_right	{		display: block;		float: left;		background-image: url('../interface/tab_right.gif');		background-repeat: no-repeat;		background-position: bottom right; 		width: 21px;		height: 45px;		margin-right: -21px;	}#menu .tab_unselected_left	{		display: block;		float: left;		height: 45px;	}	#menu .tab_unselected_center	{		display: block;		float: left;		background-image: none;		height: 45px;		color: #3a081d;				padding-right: 5px;		padding-left: 18px;	}.tab_unselected_center a:link, .tab_unselected_center a:visited, .tab_unselected_center a:active, .tab_unselected_center a:hover	{		color: #ffffff;		text-decoration: none;	}.tab_unselected_center a:hover	{		color: #ffffff;		text-decoration: underline;	}#menu .tab_unselected_right	{		display: block;		float: left;		height: 45px;	}