#page #menu #mainMenu
{
	list-style-type: none;
	margin: 40px 0 0 30px;
	padding: 0;
}

#page #menu #mainMenu li
{
	display: inline;
}

#page #menu #mainMenu li a
{
	border: none;
	color: #666;
	font-size: 13px;
	font-weight: 700;
	margin: 0 10px 0 0;
	padding: 0;
	text-decoration: none;
}

#page #menu #mainMenu li a:hover, a:active,
#page #menu #mainMenu li .current
{
	color: #F62;
	font-size: 13px;
	font-weight: 700;
	margin: 0 10px 0 0;
	padding: 0;
	text-decoration: none;
}

#page #menu #subMenu
{
	list-style-type: none;
	margin: 0 0 0 30px;
	padding: 0;
}

#page #menu #subMenu li
{
	display: inline;
}

#page #menu #subMenu li a
{
	border: none;
	color: #666;
	font-size: 11px;
	font-weight: 400;
	margin: 0 10px 0 0;
	padding: 0;
	text-decoration: none;
}

#page #menu #subMenu li a:hover, a:active,
#page #menu #subMenu li .current
{
	color: #F62;
	font-size: 11px;
	font-weight: 400;
	margin: 0 10px 0 0;
	padding: 0;
	text-decoration: none;
}

#page #content .bodytext a
{
	border-bottom: 1px dotted #999;
	color: #999;
	margin: 0;
	padding: 0;
	text-decoration: none;
}

#page #content .bodytext a:hover, a:active
{
	border-bottom: 1px dotted #F62;
	color: #F62;
}

#page #tag a
{
	background-image: url("../media/tagTitle1.png");
	background-repeat: no-repeat;
	border: none;
	display: block;
	height: 150px;
	position: absolute;
	width: 50px;
}

#page #tag a:hover
{
	background-image: url("../media/tagTitle2.png");
	background-repeat: no-repeat;
}
