html, body {border: none;}

body, #network, #ulbox, #ulbox ul, #ulbox ul *, #ulbox form{
	margin:0px;
	padding:0px;
	border:none;
}

#network {
	float: left;
	height: 35px;
	width: 100%;
	font:10px Arial, Helvetica, sans-serif;
	display:inline;
	overflow:hidden;
	background: url(../images/net_shad.png) repeat-x left bottom;
}
#network a img{
	border:none;
}
#network a{
	color:#ccc;
	text-decoration:none;
}
#network a:hover{
	color:#fff;
}
#netbg{
	float:left;
	width:100%;
	height:27px;
	background:#003265 url(../images/net_bg.gif) no-repeat 115px 0px;
	border-bottom:1px solid #fff;
	display:inline;
	overflow:hidden;
}
#netbg .nkg_logo{
	float:left;
	margin-left:25px;
	width:66px;
	height:27px;
	text-align:center;
	line-height: 11px;
}
#ulbox{
	position:absolute;
	left:119px;
	right:0px;
	top:5px;
	height:20px;
	background:#f0f0f0 url(../images/net_ulbox.gif) repeat-x;
	display:inline;
	overflow:hidden;
	padding-top: 2px;
}
#ulbox ul{
	float:left;
	height:20px;
	background:#001c39 url(../images/net_ul.gif) repeat-x;
	width:333px;
}
#ulbox ul li{
	float:left;
	display:inline;
	list-style:none;
	margin-right:1px;
	background:#e0e0e0 url(../images/net_ul_li.gif);
	text-align:center;
	font-size:11px;
	text-transform:uppercase;
}
#ulbox ul li a{
	float:left;
	height:15px;
	width:110px;
	color:#646464;
	background: url(../images/net_ul_li_corner.gif) no-repeat left top;
	padding-top: 5px;
	display:inline;
	overflow:hidden;
}
#ulbox ul li a:hover{
	color:#888;
}
#ulbox ul li a:hover img{
	margin-top:-20px;
}
#ulbox ul li a img, #ulbox ul li.sel a img{
	margin-top:0px;
}
#ulbox ul li.sel{
	background:#505050 url(../images/net_ul_li_sel.gif);
}
#ulbox ul li.sel a, #ulbox ul li.sel a:hover{
	color:#ededed;
}
#ulbox form{
	float:right;
	margin-right:5px;
	margin-top:2px;
}
#ulbox select{
	float:left;
	height:17px;
	border:1px solid #cdcdcd;
	text-transform:uppercase;
	background:#fff;
	font-size:10px;
	color:#7c7c7c;
	margin: 0px;
	padding: 1px;
	width:175px;
	display:inline;
	overflow:hidden;
}
#ulbox optgroup{
	color:#003265;
	text-transform:uppercase;
	font-weight:bold;
	font-style:normal;
}
#ulbox option{
	color:#7c7c7c;
}
#ulbox input{
	float:left;
	margin-left:2px;
	margin-top:1px;
	background:#c0c0c0;
	color:#e1e1e1;
	text-align:center;
	font-size:13px;
	width:15px;
	height:15px;
}

