﻿
.TopMenuItem
{
	font-weight: 500;
	cursor: pointer;
	color:#fff;
	font-family: Arial, Helvetica, sans-serif;
	height: 40px;
	padding: 6px;
	margin: 0px;
	display:block;
	text-decoration:none;
	text-transform:uppercase;
	font-size:11px;
	float:left;
	text-align:center;
	line-height:40px;
	border-right:1px dashed #fff;
	padding:0 15px;
}


.TopMenuItemActive
{
	font-weight: 500;
	cursor: pointer;
	color:#fff;
	font-family: Arial, Helvetica, sans-serif;
	height: 40px;
	padding: 6px;
	margin: 0px;
	display:block;
	text-decoration:none;
	text-transform:uppercase;
	font-size:11px;
	float:left;
	text-align:center;
	line-height:40px;
	border-right:1px dashed #fff;
	padding:0 15px;
}


.TopMenuItemHover
{
	font-weight: 500;
	cursor: pointer;
	color:#fff;
	font-family: Arial, Helvetica, sans-serif;
	height: 40px;
	padding: 6px;
	margin: 0px;
	display:block;
	text-decoration:none;
	text-transform:uppercase;
	font-size:11px;
	float:left;
	text-align:center;
	line-height:40px;
	border-right:1px dashed #fff;
	padding:0 15px;
}

.TopMenuItemActiveHover
{
	font-weight: 500;
	cursor: pointer;
	color:#fff;
	font-family: Arial, Helvetica, sans-serif;
	height: 40px;
	padding: 6px;
	margin: 0px;
	display:block;
	text-decoration:none;
	text-transform:uppercase;
	font-size:11px;
	float:left;
	text-align:center;
	line-height:40px;
	border-right:1px dashed #fff;
	padding:0 15px;
}

.SubMenuItem
{
	font-size:12px;
	color:#fff;
	cursor: pointer;
	padding:5px;
	line-height:14px;
	text-align:left;
	width:10em;
	background-color:#a0bdce;
	border:0 none;
}
.SubMenuItemActive
{
	font-size:12px;
	color:#fff;
	cursor: pointer;
	padding:5px;
	line-height:14px;
	text-align:left;
	width:10em;
	background-color:#a0bdce;
	border:0 none;
}
.SubMenuItemHover
{
	font-size:12px;
	cursor: pointer;
	padding:5px;
	line-height:14px;
	text-align:left;
	width:10em;
	background-color:#fff;
	color:#a0bdce
	border:0 none;
}
.SubMenuItemHoverActive
{
	font-size:12px;
	cursor: pointer;
	padding:5px;
	line-height:14px;
	text-align:left;
	width:10em;
	background-color:#fff;
	color:#a0bdce
	border:0 none;
}
