﻿/* Menu 
#menu {
	clear: both;	
	margin: 0 auto; 
	padding: 0;
	background: url(images/menu.jpg) repeat-x 0 0;	
	font: bold 12px 宋体,Verdana, Arial, Tahoma, Sans-serif;
	height: 37px;
	width: 780px;	
}
#menu ul {
	float: right;
	list-style: none;
	margin:0; padding: 0;
}
#menu ul li {
	display: inline;
}
#menu ul li a {
	display: block;
	float: left;
	padding: 0 12px;
	color: #FFF;	
	text-decoration: none;
}
#menu ul li.last a {
	padding-right: 20px;	
}
#menu ul li a:hover {
	color: #D4E59F;	
}
#menu ul li#current a {	
	color: #D4E59F;	
}
*/


/* mine */
#menu table
{
	height:100%;
	float:left;
}
#menu td
{
	margin:0px;
}

table.menu
{
	margin-left:15px;
}

/* login */
.menu_left
{
	height:37px;
	float:left;
}
.login
{
	float:right;
	height:37px;
	vertical-align:bottom;
	margin:auto;
	color:#F0F0F0;
}

.login a, .login a:visited
{
	padding: 0 12px;
	text-decoration: none;
	line-height:37px;
	color:#FFFFFF;
}

/* navigation */
table.nav td
{
    padding-right: 28px;
    vertical-align: middle;
}

a.nav, a.nav:link, a.nav:active, a.nav:visited, a.nav:hover
{
    display: block;
    height: 100%;
    width: 100%;
    color: #FFF;    
}

a.nav:hover
{
    color: #D4E59F;
}

a.nav_selected, a.nav_selected:link, a.nav_selected:active, a.nav_selected:visited, a.nav_selected:hover
{
    font-weight: bold;
    color: #D4E59F;
}

div.sublevelwrapper
{
    background: url('_images/bg.gif') repeat-x left top;
	background-color:#2581C0;	/* 2581C0 */
}


a.sublevel, a.sublevel:link, a.sublevel:active, a.sublevel:visited, a.sublevel:hover
{
    padding: 5px;
    display: block;
    height: 100%;
    width: 100%;
    color: #FFF;
}

a.sublevel:hover
{
    color: #D4E59F;
    background-color:#2071A0;
}

a.sublevel_selected, a.sublevel_selected:link, a.sublevel_selected:active, a.sublevel_selected:visited, a.sublevel_selected:hover
{
    font-weight: bold;
    color: #D4E59F;
}
/* end navigation */