/* CSS Document */
html, body {
	font-size:13px;
	font-family:Verdana, sans-serif, Arial, Georgia, Helvetica;
	}


#menu ul, li {
	margin: 0;
	padding: 0;
	list-style: none;
	}
#menu li {
	padding: 5px 10px;
	border: #CCCCCC solid 1px;
	float: left;
	}
#menu .normal a {
	color:#000000;
	line-height:22px;
	padding: 3px 7px 4px 15px;
	text-decoration:underline;
	}
#menu .normal a:hover {
	/*background: #fff url(../images/linkBkg_1.jpg) top center repeat;*/
	text-decoration:none;
	}
#menu .selected a {
	color:#000000;
	/*background: #fff url(../images/linkBkg_1.jpg) top center repeat;*/
	line-height:22px;
	padding: 3px 7px 4px 15px;
	text-decoration:none;
	}
#menu .selected a:hover {
	/*background: #fff url(../images/linkBkg_1.jpg) top center repeat;*/
	text-decoration:none;
	}


#submenu {
	font-size:13px;
	font-family:Verdana, sans-serif, Arial, Georgia, Helvetica;
	position: absolute;
	top: 0px;
	right: 15px;
	z-index:10;
	}
#submenu ul, li {
	margin: 0;
	padding: 0;
	list-style: none;
	}
#submenu li {
	margin: 0 0 3px 0;
	/*border: #CCCCCC solid 1px;*/
	text-align: right;
	}
#submenu .normal a {
	color:#FFFFFF;
	line-height:22px;
	padding: 3px 7px 4px 15px;
	text-decoration:underline;
	}
#submenu .normal a:hover {
	text-decoration:none;
	background: #fff url(../images/linkBkg_1.jpg) top center repeat;
	}
#submenu .selected a {
	color:#FFFFFF;
	line-height:22px;
	padding: 3px 7px 4px 15px;
	text-decoration:none;
	background: #fff url(../images/linkBkg_1.jpg) top center repeat;
	}
#submenu .selected a:hover {
	text-decoration:none;
	background: #fff url(../images/linkBkg_1.jpg) top center repeat;
	}


.c_date
{
	color: #009966;
	font-size: 14px;
}
.c_date a
{
	color: #009966;
	font-size: 14px;
	text-decoration: none;
}
.c_date a:hover
{
	text-decoration: underline;
}

#b_text p
{
	text-indent: 20px;
}

.new_to_men
{
	position:absolute;
	top:0px;
	right:3px;
	width:18px;
	height:18px;
}
