﻿/* CSS Document */
.menu{ width:85px; height:41px; line-height:41px; font-size:12px; font-weight:bold; float:left; text-align:center;}

.menu a:link{
	text-decoration: none;
	color:#FFFFFF;
}
.menu a:visited{
	text-decoration: none;
	color:#FFFFFF;
}
.menu a:hover{
	color:#0E4C91;
}
.menu a:active{
	text-decoration: none;
	color:#0E4C91;
}
.menu1{
	width:85px;
	height:40px;
	line-height:40px;
	font-size:12px;
	font-weight:bold;
	float:left;
	text-align:center;
	background-image: url(/LK_Skin/Images/menu_bg1.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.menu1 a:link{
	text-decoration: none;
	color:#0E4C91;
}
.menu1 a:visited{
	text-decoration: none;
	color:#0E4C91;
}
.menu1 a:hover{
	color:#0E4C91;
}
.menu1 a:active{
	text-decoration: none;
	color:#0E4C91;
}
#nav {
	width:100%;
	padding:0;
	margin:0;
	border:0;	
}
#nav li {
    display:inline;
	list-style:none;
}
#nav a {
    float:left;
    padding:0 0 0 5px;
	margin:0 8px;
	text-decoration:none;
}
#nav a span {
    float:left;
	display:block;
	padding:0 5px 0 2px;
	cursor:pointer;
	color:#FFFFFF;
	font-size:16px;
	font-weight:bold;
	line-height:33px;
}
#nav a:hover {
    background: url("/LK_Skin/images/menubg_left.jpg") no-repeat left top;
}
#nav a:hover span {
	color:#0E4C91;
	background: url("/LK_Skin/images/menubg_right.jpg") no-repeat right top;
}
