/* silver3dgradient */

#main
{
	background-image: url("../images/mid-piece.gif");
	margin-top: -5px;
	font-family: "Franklin Gothic Book", "Franklin Gothic", Verdana, Arial, Helvetica, Sans-Serif;
}

#topbar
{
	background: url("../images/top9.gif");
}

.MenuGroup
{
	border: 0px; /* 1px */ /*   border-style:solid;   border-top-color:gray;   border-left-color:gray;   border-right-color:#3F3F3F;   border-bottom-color:#3F3F3F;   */
}

.MenuItem
{
	background-image: url("../images/top9.gif");
	color: #3F3F3F;
	font-family: /*"Tw Cen MT Condensed",*/ "Franklin Gothic Book" , "Franklin Gothic", Arial, Sans-Serif;
	font-size: 10px;
	font-weight: 500;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 10px;
	padding-right: 10px;
	border: 0px; /* 1px */
	border-left-color: #ECECED; /* white */
	border-top-color: #ECECED; /* white */
	border-right-color: #ECECED; /*gray */
	border-bottom-color: #ECECED; /*gray */
	border-style: solid;
	cursor: hand;
}

.MenuItemOver
{
	background-color: #ececed;
	color: #3F3F3F;
	font-family: "Franklin Gothic Book" , "Franklin Gothic", Arial, Sans-Serif;
	font-size: 10px;
	font-weight: 500;
	text-decoration: none;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 10px;
	padding-right: 10px;
	border: 0px;
	border-left-color: white;
	border-top-color: white;
	border-right-color: gray;
	border-bottom-color: gray;
	border-style: solid;
	cursor: hand;
}

.MenuItemDown
{
	background-image: url("../images/top9.gif");
	color: #3F3F3F;
	font-family: "Franklin Gothic Book", "Franklin Gothic", Arial, Sans-Serif;
	font-size: 10px;
	font-weight: 500;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 10px;
	padding-right: 10px;
	border: 1px;
	border-left-color: gray;
	border-top-color: gray;
	border-right-color: white;
	border-bottom-color: white;
	border-style: solid;
	cursor: hand;
}

#midBar 
{
	background-image: url("../images/mid1.gif");
}

.midMenuGroup
{
	border: 0px; /* 1px */ /*   border-style:solid;   border-top-color:gray;   border-left-color:gray;   border-right-color:#3F3F3F;   border-bottom-color:#3F3F3F;   */
}

.midMenuItem
{
	background-image: url("../images/mid1.gif");
	color: #3F3F3F;
	font-family: /*"Tw Cen MT Condensed",*/ "Franklin Gothic Book" , "Franklin Gothic", Arial, Sans-Serif;
	font-size: 10px;
	font-weight: 500;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 10px;
	padding-right: 10px;
	border: 0px; /* 1px */
	border-left-color: #ECECED; /* white */
	border-top-color: #ECECED; /* white */
	border-right-color: #ECECED; /*gray */
	border-bottom-color: #ECECED; /*gray */
	border-style: solid;
	cursor: hand;
}

.midMenuItemOver
{
	background-color: #f5f5f5;
	color: #3F3F3F;
	font-family: "Franklin Gothic Book" , "Franklin Gothic", Arial, Sans-Serif;
	font-size: 10px;
	font-weight: 500;
	text-decoration: none;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 10px;
	padding-right: 10px;
	border: 0px;
	border-left-color: white;
	border-top-color: white;
	border-right-color: gray;
	border-bottom-color: gray;
	border-style: solid;
	cursor: hand;
}

.midMenuItemDown
{
	background-image: url("../images/mid1.gif");
	color: #3F3F3F;
	font-family: "Franklin Gothic Book" , "Franklin Gothic", Arial, Sans-Serif;
	font-size: 10px;
	font-weight: 500;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 10px;
	padding-right: 10px;
	border: 1px;
	border-left-color: gray;
	border-top-color: gray;
	border-right-color: white;
	border-bottom-color: white;
	border-style: solid;
	cursor: hand;
}

a { text-decoration: none !important;}



