﻿/* Left MenuHW */
/*
.menuBack
{
 color:Navy;
}
*/
.menuItem
{
	font-family: verdana; color:#535353; text-decoration:none; font-size:8pt; font-weight:bold;
	background-image:url(/Design/Themes/ExpertClub/img/button.png);
	padding-top:10px;
	width:145;
	height:46;
	background-repeat:no-repeat;
	text-align:center;
	cursor:pointer;
}
.MenuItemHi
{
	font-family: verdana; color:#0461ac; text-decoration:none; font-size:8pt; font-weight:bold;
	background-image:url(/Design/Themes/ExpertClub/img/selected.png);
	padding-top:2px;
	background-repeat:no-repeat;
	width:145;
	height:46;
	text-align:center;
	cursor:pointer;

}

.MenuItemSel
{
	font-family: verdana; color:#0461ac; text-decoration:none; font-size:8pt; font-weight:bold;
	background-image:url(/Design/Themes/ExpertClub/img/selected.png);
	padding-top:2px;
	background-repeat:no-repeat;
	width:145;
	height:46;
	text-align:center;
	cursor:pointer;	
}


.MenuItemSelHi
{
	font-family: verdana; color:#0461ac; text-decoration:none; font-size:8pt; font-weight:bold;
	background-image:url(/Design/Themes/ExpertClub/img/selected.png);
	padding-top:2px;
	background-repeat:no-repeat;
	width:145;
	height:46;
	text-align:center;
	cursor:pointer;	
	
}

.MenuSub
{
	font-family: verdana; color:#535353; text-decoration:none; font-size:8pt;
	background-color:#FFF;
	padding-left:10px;
	padding-right:10px;
	height:30;
	border-bottom: 1px solid #d1e9f8;
}
.MenuSubHi
{
	font-family: verdana; color:#0461ac; text-decoration:none; font-size:8pt;
	background-color:#FFF;
	padding-left:10px;
	padding-right:10px;
	height:30;
	border-bottom: 1px solid #d1e9f8;
}

.MenuSubSelHi
{
	font-family: verdana; color:#0461ac; text-decoration:none; font-size:8pt;
	background-color:#d1e9f8;
	padding-left:10px;
	padding-right:10px;
	height:30;
	border-bottom: 1px solid #d1e9f8;
}
.MenuSubSel
{
	font-family: verdana; color:#0461ac; text-decoration:none; font-size:8pt;
	background-color:#d1e9f8;
	padding-left:10px;
	padding-right:10px;
	height:30;
	border-bottom: 1px solid #d1e9f8;
}