/* CSS Document */

#navlist
{
	color: red;
	background: #6AA3D2;
	padding: 0 1px;
	margin-left: 0;
	width: 13em;
	border-right-width: 0.2em;
	border-bottom-width: 0.2em;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #17a;
	border-bottom-color: #17a;
	font-family: "黑体";
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}

#navlist li
{
list-style: none;
margin: 0;
font-size: 1 em;
}

#navlist a
{
display: block;
text-decoration: none;
margin-bottom: 0.2em;
margin-top: 0.5em;
color: white;
background: #39c;
border-width: 1px;
border-style: solid;
border-color: #5bd #035 #068 #6cf;
border-left: 1em solid #cf3367;
padding: 0.25em 0.5em 0.4em 0.75em;
}

#navlist a#current { border-color: #5bd #035 #068 #cf3367; }

#navlist a
{
width: 99%;
/ 仅仅为 Internet Explorer定义的*/
}

#navlist a
{
voice-family: "\"}\"";
voice-family: inherit;
width: 13.1em;
/* 这是Tantek-hack仅仅用于当Internet-Explorer 6遵行标准代码时*/
}

#navcontainer>#navlist a
{
width: auto;
/* 仅仅当上面使用了 Tantek-hack才需要*/
}

#navlist a:hover, #navlist a#current:hover
{
background: #28b;
border-color: #069 #6cf #5bd #fc0;
padding: 0.4em 0.35em 0.25em 0.9em;
}

#navlist a:active, #navlist a#current:active
{
background: #17a;
border-color: #069 #6cf #5bd white;
padding: 0.4em 0.35em 0.25em 0.9em;
}
