﻿.Menu {
	float:left;
	width:100%;
	margin-top:46px;
	}
.Menu ul {
	margin:0;
	padding:0px 20px 0px 0px;
	list-style:none;
	float:right;	
	}
.Menu li {
	float:left;
	margin:0;
	padding:0;
	}
.Menu li ul
{
    display: none;
}
.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 ul li.selected a span {color:Red;}
.Menu ul li.selected a {background-position:0% -29px;}
.Menu ul li.selected a 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: 37px;
	background: url("../Images/Image/Menu_Bellow.png") repeat-x;
	text-align: right;
}
.Menu_Bellow ul
{
	margin: 0;
	padding: 0;
	list-style: none;
}
.Menu_Bellow ul li
{   
	display:inline-block; 
	display:-moz-inline-stack;
	*display:inline; /* IE */
	zoom:1;/* IE: kill space between horizontal tabs */
	cursor:pointer; /* gecko: due to -moz-inline-stack on anchor */
	padding: 0.5em 0.5em;
	border-left: 1px solid #373737; border-left-color: #FFCC00; 
}

.Menu_Bellow ul li:hover
{
	border-left: 1px solid white;
}
.Menu_Bellow ul li.selected
{
	border-left: 1px solid white;
}
.Menu_Bellow ul li a
{
	color: Black;
    text-decoration: none;
}

.Menu_Bellow ul li ul
{
	display: none;
}
