 #nav {
	float:right;
	list-style-type: none;
	list-style-image: none;
	z-index: 2;
	position: relative;
	top: 55px;
	line-height: 20px;
	left: auto;
	right: 20px;
	bottom: auto;
	margin: 4px;
	padding: 0px;
 }
 
 #nav ul{
	list-style-type: none;
	list-style-image: none;
	z-index: 3;
}
 
 #nav a {
	display:block;
	width:auto;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	font-variant: normal;
	padding-right: 8px;
	padding-left: 8px;

 }
 
 #nav a:link {
	 color:#E1FEE8; 
	 text-decoration:none;
 }

 /* 菜单条文字颜色 */
 #nav a:visited {
	 color:#E1FEE8;
	 text-decoration:none;
 }
 
 #nav a:hover {
	color:#FFCC00;
	background:#006633;
	text-decoration: none;
 } 
 
 /* 菜单条背景 */
 #nav li {
	float:left;
	width:auto;
 }
 
 #nav li ul{
	line-height:20px;
	list-style-type:none;
	text-align:left;
	left:-999em;
	width:240px;
	position:absolute;
	border: 1px solid #aaaaaa;

 }

 /* 菜单条目背景颜色 */
 #nav li ul li{
	float:left;
	background:#F7F7F7;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #aaaaaa;
	border-right-color: #aaaaaa;
	border-bottom-color: #aaaaaa;
	border-left-color: #aaaaaa;
	width: 240px;
 }
 
 #nav li ul a{
	display:block;
	width:auto;
	text-align:left;
	padding-left:10px;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;


 }
 
 /* 菜单条目文字颜色 */
 #nav li ul a:link {
	 color:#000000;
	 text-decoration:none;
 }
 
 #nav li ul a:visited {
	 color:#000000;
	 text-decoration:none;
 }
 
 /* 菜单条目选择颜色 */
 #nav li ul a:hover {
	color:#000000;
	text-decoration:none;
	font-weight:normal;
	background:#FFCC00;

 }
 
 #nav li:hover ul{left:auto;}
 
 #nav li.sfhover ul{
	 left:auto; 
	 margin:0; 
	 padding:0;
 }

 #crumbsBar{
 	 padding: 1px;
 }
 
 #crumbsBar ul{
	 display: inline;
	 padding-left: 0;
	 margin-left: 0; 
 }
 
 #crumbsBar ul li{
	 display: inline;
 }
 
 #crumbsBar ul li a:link{
	 padding-left: .2em;
 }
 
 #crumbsBar ul ul li{
	 background-image: url(arrow.gif);
	 background-repeat: no-repeat;
	 background-position: left;
	 padding-left: 20px;
 }
