
.mainMenuTop	{	display: block;   width: 162px;   height: 23px;		padding-left: 10px;		padding-top: 14px;	font-size: 14px;	font-weight: bold;	 color: #0082aa;	text-decoration: none;	background-image: url('/images/menu-top.png');		background-repeat: no-repeat;	}
.mainMenuMiddle	{	display: block;   width: 162px;   height: 23px;		padding-left: 10px;		padding-top: 7px;	font-size: 14px;	font-weight: bold;	 color: #0082aa;	text-decoration: none;	background-image: url('/images/menu-middle.png');	background-repeat: no-repeat;	}
.mainMenuBottom	{	display: block;   width: 162px;   height: 28px;		padding-left: 10px;		padding-top: 7px;	font-size: 14px;	font-weight: bold;	 color: #0082aa;	text-decoration: none;	background-image: url('/images/menu-bottom.png');	background-repeat: no-repeat;	}

.mainMenuTop:hover		{	background-image: url('/images/menu-top-hover.png'); 		background-repeat: no-repeat;	color: #ffffff;	}
.mainMenuMiddle:hover	{	background-image: url('/images/menu-middle-hover.png'); 	background-repeat: no-repeat;	color: #ffffff;	}
.mainMenuBottom:hover	{	background-image: url('/images/menu-bottom-hover.png'); 	background-repeat: no-repeat;	color: #ffffff;	}

.mainMenuTopActive		{	display: block;	width: 162px;   height: 23px;	padding-left: 10px;		padding-top: 14px;	font-size: 14px;	font-weight: bold;	 color: #ffffff;	background-image: url('/images/menu-top-hover.png');		background-repeat: no-repeat;	}
.mainMenuMiddleActive	{	display: block;	width: 162px;   height: 23px;	padding-left: 10px;		padding-top: 7px;	font-size: 14px;	font-weight: bold;	 color: #ffffff;	background-image: url('/images/menu-middle-hover.png');	background-repeat: no-repeat;	}
.mainMenuBottomActive	{	display: block;	width: 162px;   height: 28px;	padding-left: 10px;		padding-top: 7px;	font-size: 14px;	font-weight: bold;	 color: #ffffff;	background-image: url('/images/menu-bottom-hover.png');	background-repeat: no-repeat;	}