@charset "utf-8";
/* CSS Document */

#nav-wrap
{
	height: 25px;
	width: 812px;
}
a#nav1
{
	background: url(../images/global/nav1.jpg);
	display: block;
	float: left;
	height: 25px;
	width: 149px;
}
a#nav2
{
	background: url(../images/global/nav2.jpg);
	display: block;
	float: left;
	height: 25px;
	width: 161px;
	
}
a#nav3
{
	background: url(../images/global/nav3.jpg);
	display: block;
	float: left;
	height: 25px;
	width: 135px;
}
a#nav4
{
	background: url(../images/global/nav4.jpg);
	display: block;
	float: left;
	height: 25px;
	width: 151px;
}
a#nav5
{
	background: url(../images/global/nav5.jpg);
	display: block;
	float: left;
	height: 25px;
	width: 100px;
}
a#nav6
{
	background: url(../images/global/nav6.jpg);
	display: block;
	float: left;
	height: 25px;
	width: 116px;
}
ul#nav
{
	list-style: none;
	margin: 0;
	padding: 0;
}
#nav li
{
	float: left;
	list-style: none;
	position: relative;
}
#nav li ul
{
	display: none;
	position: absolute;
	top:0;
}

#nav li ul li a {
	display:block;
	height:16px;
}

#nav li ul li a:hover {
	background-color:#fff;
	color: #438af0;	
}

#nav li:hover ul, #nav li.over ul
{
	_margin-top: 12px;
	background-color: #a6c6f1;
	display: block;
	line-height: 16px;
	margin-left: 0px;
	margin-top: 24px;
	padding: 5px;
	position: absolute;
	width: 100px;
	z-index: 5;
	top: 9px;
}
#nav li ul li
{
	float: none;
}



#nav a
{
	color: #fff;
	font-size: 11px;
	font-weight: bold;
}



#nav-pad
{
	line-height: 18px;
	padding-top: 30px;
	width: 173px;
}
#nav-pad a
{
	color: #0033ff;
	text-decoration: none;
	width: 100px;
}
#nav-pad a:hover
{
	font-weight:normal;
	color:#fff;
}
.pic_img img {
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
.row {
	padding: 10px;
}

