﻿.menu
{
	position: absolute;
	background-color: #f9f8f7;
	float: left;
	visibility: hidden;
	border: 1px solid #808080;
	margin-left: -1px;
}

.menuBar {
	background-color: #f2f1ef;
	height: 21px;
	float: left;
}

.shadow
{
	margin: 1px;
}

.divider 
{
	display: block;
	margin: 1px 2px 1px 8px;
	_margin: -2px 2px -2px 8px;
	height: 1px;
	border-width: 0px;
	background-color: #a6a6a6;
}

.menuItemImg 
{
	padding: 3px;
	background: url(../../CMA/img/bg_menu_icon.gif);
}

.menuItemImgOver 
{
	padding: 2px;
	background-color: #b6bdd2;
	border-top: 1px solid #0a246a;
	border-bottom: 1px solid #0a246a;
	border-left: 1px solid #0a246a;
}

.menuBarItem, .menuBarItemOver1, .menuBarItemOver2, .menuItemTxt, .menuItemTxtOver {
	color: #000000;
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 11px;
	cursor: default;
	-moz-user-select: none;
	-khtml-user-select: none;
	user-select: none;
}

.menuItemTxt, .menuItemTxtOver {
	list-style-type: none;
	list-style-position: inside;
	padding: 1px 30px 1px 8px;
	height: 20px;
	line-height: 21px;
	-moz-user-select: none;
	-khtml-user-select: none;
	user-select: none;
	text-decoration: none;
}

.menuItemTxtOver, .menuItemArrowOver {
	color: #000;
	background-color: #c6d6de;
	padding: 0px 29px 0px 8px;
	border-top: 1px solid #1b5c7d;
	border-right: 1px solid #1b5c7d;
	border-bottom: 1px solid #1b5c7d;
}

.menuBarItem, .menuBarItemOver1, .menuBarItemOver2 
{
	float: left;
	padding: 1px 8px 0px;
	height: 18px;
	line-height: 16px;
	border: 1px solid #f2f1ef;
}

.menuBarItemOver1 
{
	color: #000;
	background-color: #c6d6de;
	border: 1px solid #1b5c7d;
}

.menuBarItemOver2 
{
	color: #000;
	background-color: #f9f7f6;
	border: 1px solid #808080;
}
