﻿.mainMenu
{
	margin-left: 0px;
	width: 170px;
	float: left;
}
.topMenuLinks
{
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	font-size: 1.1em;
	width: 114px;
	height: 22px;
	display: block;
	margin-left: 13px;
	padding-left: 40px;
	padding-top: 7px;
}
.topMenuLinks:hover
{
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: 0 0;
	width: 114px;
	height: 22px;
	display: block;
}
.mainMenuLinks01
{
	margin-top: 12px;
	cursor: pointer;
	text-decoration: none;
}
.mainMenuLinks01:hover
{
	
	background-image: url(../_images/top_menu_over.gif);
	cursor: pointer;
	text-decoration: underline;
}

.mainMenuLinks02
{
	margin-top: 1px;
	cursor: pointer;
	text-decoration: none;
}
.mainMenuLinks02:hover
{
	background-image: url(../_images/top_menu_over.gif);
	cursor: pointer;
	text-decoration: underline;
}

.mainMenuLinks03
{
	margin-top: 1px;
}
.mainMenuLinks03:hover
{
	background-image: url(../_images/top_menu_last_over.gif);
}

.topMenuLoginRegister
{
	text-decoration: none;
	cursor: pointer;
}
.topMenuLoginRegister:hover
{
	text-decoration: underline;
	cursor: pointer;
}