﻿.Menu {
	float:left;
	width:100%;
	margin-top:0px;
	}
.Menu ul {
	margin:0;
	padding:0px 20px 0px 0px;
	list-style:none;
	float:right;	
	}
.Menu li {
	float:left;
	margin:0;
	padding:0;
	}
.Menu a {
	float:left;
	background:url("../Images/Image/Menu_Tab_Left.png") no-repeat left top;
	margin:0;
	padding:0 0 0 10px;
	text-decoration:none;
	height:29px;
	cursor:pointer;
	}
.Menu a span
{
	float: left;	
	background: url("../Images/Image/Menu_Tab_Right.png") no-repeat right top;	
	padding-right: 12px;
	padding-left: 2px;	
	padding-top:8px;
	color: #373737;
	height: 21px;	
}
	
/* Commented Backslash Hack hides rule from IE5-Mac \*/
/* End IE5-Mac hack */
.Menu a:hover span {color:Red;}
.Menu a:hover {background-position:0% -29px;}
.Menu a:hover span {background-position:100% -29px;}

.Menu a:active span {color:Red;}
.Menu a:active {background-position:0% -29px;}
.Menu a:active span {background-position:100% -29px;}

.Menu_Bellow
{
	float: left;
	width: 100%;
	height: 30px;
	background: url("../Images/Image/Menu_Bellow.png") repeat-x;
	padding-top:5px;
}
.subMenuContainer
{
	display:none;
}
.Menu_Bellow a
{
  	float:left;
	background:url("") no-repeat left top;
	margin:0;
	color:#e4112f;
	padding:0 0 0 10px;
	text-decoration:none;
	cursor:pointer;
}
.Menu_Bellow a:hover
{
	color:#ef2e3d;
	font-weight:bold;
}
