@charset "utf-8";

#HomeMenu  ul  {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #143264;
}
#HomeMenu  ul  li  {
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
#HomeMenu  ul  ul  {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 1px;
}
#HomeMenu    ul    li   a  {
	line-height: normal;
	display: none;
}
#HomeMenu  ul  li  ul  li  {
	font-weight: normal;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-bottom: 1px;
}
#HomeMenu    ul    li    ul   li   a  {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	display: block;
	padding-left: 7px;
	padding-right: 7px;
	color: #143264;
}
#HomeMenu ul li ul li a:hover {
	background-color: #FFCC00;
}
#HomeMenu  ul  li  ul  li  a.highlight  {
	font-weight: bold;
	color: #FF0000;
	font-style: italic;
}
#ThemeCorner {
	position: relative;
}
#ThemeCorner #ThemeMerchandise {
	float: right;
	height: 250px;
	margin-left: 320px;
	position: absolute;
	width: 390px;
}


#HomeRICMerchandise {
	text-align: left;
	padding-right: 10px;
}
