﻿
.topMenu
{
	border-left: solid 1px #d3dade;
	border-right: solid 1px #d3dade;
	border-bottom: solid 1px #d3dade;
	border-top: solid 1px #b0b5b9;
	background-repeat: repeat-x;
	background-image: url('/themes/theme1/pics/topMenu_bg.gif');
	background-position: top left;
}
/* Main menu */
.mainMenuTopGroup
{
}

.mainMenuMenuGroup
{
}

.mainMenuItem
{
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #556469;
	text-align: right;
	border-right: solid 1px #d3dade;
	background-repeat: no-repeat;
	background-image: url('/themes/theme1/pics/topMenuCornerArrow.gif');
	background-position: bottom right;
	cursor: pointer;
}

.mainMenuItemHover, .mainMenuItemActive, .mainMenuItemExpanded
{
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #1c95c4;
	text-align: right;
	border-right: solid 1px #d3dade;
	background-repeat: no-repeat;
	background-image: url('/themes/theme1/pics/topMenuCornerArrow_hover.gif');
	background-position: bottom right;
	cursor: pointer;
}

.mainMenuSelectedItem, .mainMenuSelectedItemHover, .mainMenuSelectedItemExpanded
{
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	color: white;
	color: #1c95c4;
	color: #556469;
	text-align: right;
	background-repeat: repeat-x;
	background-image: url('/themes/theme1/pics/topMenu_bg_hover.jpg');
	background-position: top left;
	cursor: pointer;
}
