﻿.WebMenu
{
	height:40px;
	overflow:hidden;
	position:relative;
}

.WebMenu .MenuItem
{
	margin:0;
	padding:0;
	z-index:10;
	width:110px;
	float:left;
	position:relative;
}

.WebMenu .MenuLinkHolder
{
	top:10px;
	z-index:10;
	width:109px;
	height:20px;
	color:#5C5C5C;
	cursor:pointer;
	font-size:10px;
	position:relative;
	text-align:center;
	font-family:Arial;
	padding:10px 0 0 0;
	border-right:1px dotted #999999;
}

.WebMenu .MenuLinkHolder a:link,
.WebMenu .MenuLinkHolder a:visited
{
	color:#5C5C5C;
	cursor:pointer;
	font-size:10px;
	text-align:center;
	font-family:Arial;
	text-decoration:none;
}

.WebMenu .MenuBgHolder
{
	top:0;
	right:0;
	padding:0;
	width:109px;
	height:10px;
	line-height:0.1;
	position:absolute;
	margin-left:-110px;
	background-color:#5C5C5C;
	border-right:1px solid #ffffff
}