﻿.MenuGroup
{
	border:groove 1px gray;
	border-right-color:#3F3F3F;
	border-bottom-color:#3F3F3F;
}

.TopMenuItem
{
	background-image: url(img/top_item_bg.jpg);
	color:#3F3F3F;
	font-family:verdana;
	font-size:12px;
	font-weight:bold;
	border: groove 3px gray;
	border-left-color:white;
	border-top-color:white;
	cursor:pointer;
}

.TopMenuItemHover
{
	background-image: url(img/top_item_bg_hover.jpg);
	color:#3F3F3F;
	font-family:verdana;
	font-size:12px;
	font-weight:bold;
	border: groove 3px gray;
	border-left-color:white;
	border-top-color:white;
	cursor:pointer;
}

.TopMenuItemActive
{
	background-image: url(img/top_item_bg_hover.jpg);
	color:#3F3F3F;
	font-family:verdana;
	font-size:12px;
	font-weight:bold;
	border: groove 1px gray;
	border-left-color:gray;
	border-top-color:gray;
	cursor:pointer;
}

.MenuItem
{
	/*background-image: url(img/item_bg.gif);*/
	background-color: #c5c5c5;
	color: #3F3F3F;
	font-family: verdana;
	font-size: 11px;
	font-weight:bolder;
	border: solid 1px gray;
	border-left-color: white;
	border-top-color: white;
	cursor: pointer;
}

.MenuItemHover
{
	/*background-image: url(img/item_bg_hover.gif);*/
	background-color: #dfdfdf;
	color:#3F3F3F;
	font-family:verdana;
	font-size:11px;
	font-weight:bolder;
	border: solid 1px gray;
	border-left-color:white;
	border-top-color:white;
	cursor:pointer;
}

.MenuItemActive
{
	/*background-image: url(img/item_bg_hover.gif);*/
	background-color: #d3d3d3;
	color:#3F3F3F;
	font-family:verdana;
	font-size:11px;
	font-weight:bolder;
	border: solid 1px gray;
	border-left-color:gray;
	border-top-color:gray;
	cursor:pointer;
}


