.ManagerMenu
{
	background-color:transparent;
	cursor:pointer;
	cursor:hand;
}

.ManagerGroup
{
	background-color:#E7E7E7;
	cursor:pointer;
	cursor:hand;
}

.ManagerGroupFooter
{
	cursor:default;
}

.ManagerMenuItem
{
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
	text-align: center;
	cursor: pointer;
	cursor: hand;
	text-decoration: underline;
}

.ManagerMenuItemOver
{
	font-family:Arial;
	font-size:11px;
	font-weight:bold;
	color:#9CCFFF; 
	text-align:center;
	cursor:pointer;
	cursor:hand;
}

.ManagerItem
{
	font-family:Arial;
	font-size:11px;
	color:#0065CE;
	cursor:pointer;
	cursor:hand;
}

.ManagerItemOver
{
	font-family:Arial;
	font-size:11px;
	color:#0D498D; /*#9CCFFF;*/
	cursor:pointer;
	cursor:hand;
}


/*
Menu Store
*/

.StoreMenu
{
	background-color:transparent;
	cursor:pointer;
	cursor:hand;
}

.StoreGroup
{
	background-color:#E7E7E7;
	cursor:pointer;
	cursor:hand;
}

.StoreGroupFooter
{
	cursor:default;
}

.StoreMenuItem
{ 
	font-family: Garamond, Sans-Serif;
	font-size: 1em;
	font-weight: bold;
	/*width:10px;*/
	word-spacing: 2px;
	color: #19376B;
	background-color: transparent; /*#F1F1F1;*/
	vertical-align:middle;
	cursor: pointer;
	cursor: hand;
	text-decoration: none;
	padding-bottom:2px;
	padding-top:1px;
	/*
#19376B
*/
 letter-spacing: 1px; }


.StoreMenuItemOver
{
	font-family: Garamond, Sans-Serif;
	text-decoration: none;
	font-size: 1em;
	font-weight: bold; /*width:180px;*/
	word-spacing: 2px;
	color: white; /*#87A9CF; #446090;*/
	background-color: #87A9CF; /*transparent; #F1F1F1;*/
	cursor: pointer;
	cursor: hand;
	vertical-align: middle;
	padding-bottom: 2px;
	padding-top: 1px;
	letter-spacing: 1px; 
}

.StoreItem
{
	font-family:Arial;
	font-size:9px;
	color:#02079E; /*#0065CE;*/
	cursor:pointer;
	cursor:hand;
	padding-bottom:1px;
	padding-top:1px;
}

.StoreItemOver
{
	font-family:Arial;
	font-size:9px;
	color:#0D498D; /*#9CCFFF;*/
	cursor:pointer;
	cursor:hand;
	padding-bottom:1px;
	padding-top:1px;
}

