@charset "utf-8";

.menu {
	width: 20.1em;
	float: left;
}
/* CSS Document */
.menu ul {
	list-style-type: none;
	margin: 0em;
	padding: 0em;
}
.menu li {
	padding: 0em;
	margin-top: 0em;
	margin-right: 0em;
	margin-bottom: 0em;
	margin-left: 0em;
	background-color: #f2f2f2;
}
.menu a {
	display: block;
	width: 15em;
	_border-bottom: 0px solid #ffffff;
	padding-top: 0.4em;
	padding-bottom: 0.4em;
	padding-left: 1.63em;
	background-repeat: no-repeat;
	background-position: 8px 50%;
	text-decoration: none;
	font-weight: bold;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #dee0e3;
	border-bottom-color: #dee0e3;
	border-left-color: #dee0e3;
	font-size: 1.2em;
}

.menu a:hover {

}
.menu a:link, .navlistBlue a:visited {
	text-decoration: none;
}
.navcontainer a
{
	color: #000000;
	background-image: url(images/menu-bullet.gif);
}
.navcontainer a:hover
{
	color: #FFFFFF;
	background-color: #FF7C00;
	background-image: url(images/menu-bullet-on.gif);
}
.navcontainerTop a
{
	color: #000000;
	background-image: url(images/menu-bullet.gif);
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #dee0e3;
}
.navcontainerTop a:hover
{
	color: #FFFFFF;
	background-color: #FF7C00;
	background-image: url(images/menu-bullet-on.gif);
}
.container .contents .menu .navcontainer .sub-menu {
}
.container .contents .menu .navcontainer .sub-menu a {
	font-size: 1.1em;
	padding-left: 3em;
	color: #000000;
	background-image: url(images/sub-menu-bullet.gif);
	background-position: 2em 50%;
	background-repeat: no-repeat;
	width: 15.1em;
	background-color: #f9fafa;
	font-weight: normal;
}
.container .contents .menu .navcontainer .sub-menu a:hover {
	color: #FFFFFF;
	background-image: url(images/sub-menu-bullet-on.gif);
	background-color: #FE7C00;
}

.menu p {
	display: block;
	width: 15em;
	_border-bottom: 0px solid #ffffff;
	padding-top: 0.4em;
	padding-bottom: 0.4em;
	padding-left: 1.63em;
	background-repeat: no-repeat;
	background-position: 8px 50%;
	text-decoration: none;
	font-weight: bold;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #dee0e3;
	border-bottom-color: #dee0e3;
	border-left-color: #dee0e3;
	font-size: 1.2em;
	margin: 0px;
	padding-right: 0px;
	background-image: url(images/menu-bullet.gif);
}

