.InnerMenu
{
	border:4px solid #e0ddce;
	width:592px;
	height:34px;
	margin-bottom:20px;
}
.InnerMenuElement
{
	float:left;
	text-align:center;
	font-family:Verdana;
	font-weight:normal;
	padding:7px 5px;
*padding:7px 2px;
	border-right:2px solid #e0ddce;
	height:20px;
	font-size:13px;
}
.InnerMenuElementWithGroup1 { *width:97px; } 
.InnerMenu div.InnerMenuElementHover { *width:90px; }
.InnerMenuElementWithGroup2 { *width:66px; } 
.InnerMenuElementWithGroup3 { *width:48px; } 
.InnerMenuElementWithGroup4 { *width:73px; }
.lastInnerMenuElement{ border:none; width:59px; }
.InnerMenuElement a{ color:#663366; }
.InnerMenuElement a:hover{ text-decoration:none; }
.InnerMenuElement:hover a{ color:#ffffff; }
.InnerMenuElement:hover
{
	background:#9a9478;
	border-bottom:1px solid #7b7971;
	height:20px;
}
.InnerMenuPointer
{
	visibility:hidden;
	width:20px;
	height:10px;
	margin:11px auto 0px;
}
.InnerMenuPointer img{ float:left; }
.InnerMenuElement:hover .InnerMenuPointer{ visibility:visible; }

.InnerMenuElementHover a { color:White; }
.InnerMenuElementHover 
{
    background:#9a9478;
	border-bottom:1px solid #7b7971;
	height:20px;
}
.InnerMenuElementHover .InnerMenuPointer{ visibility:visible; }
