<%@ Master Language="C#" AutoEventWireup="true" CodeBehind="Loupan.master.cs" Inherits="Xsfc.Web.Loupan" %>
<%@ Register TagPrefix="ljk" Namespace="ActionlessForm" Assembly="ActionlessForm" %>
<%@ Register src="Controls/Copyright1.ascx" tagname="Copyright" tagprefix="uc1" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "
http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="
http://www.w3.org/1999/xhtml">
<head runat="server">
<title></title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE8" />
<link rel="Shortcut Icon" href="/favicon.ico" />
<link rel="Bookmark" href="/favicon.ico" />
<link rel="Stylesheet" href="/Styles/loupan.css" />
<style type="text/css">
#Menu1
{
float: left;
position: relative;
font-weight: bold;
}
#Menu1 ul
{
list-style: none;
margin: 0;
padding: 0;
width: auto;
position: relative;
width: auto;
float: left;
}
#Menu1 ul li
{
position: relative;
float: left;
}
#Menu1 ul li a
{
text-decoration: none;
border-style: none;
padding-left: 0.15em;
padding-right: 0.15em;
text-decoration: none;
white-space: nowrap;
display: block;
display: block;
line-height: 28px;
margin: 2px 0px 0 0px;
width: 75px;
text-align: center;
}
#Menu1 ul li a:link
{
color: #EA5302;
}
#Menu1 ul li a:visited
{
color: #EA5302;
}
#Menu1 ul li a:hover
{
font-weight: bold;
color: #fff;
background: url(/Images/menu_hover.gif) no-repeat 0px 0px;
}
#Menu1 ul li b
{
overflow: hidden;
background: url(/images/newIcon.gif) no-repeat;
display: block;
height: 18px;
width: 27px;
position: absolute;
left: 70%;
top: -30%;
z-index: 2;
}
</style>
<asp:ContentPlaceHolder ID="headContent" runat="server">
</asp:ContentPlaceHolder>
</head>