﻿@charset "utf-8";

/* 左邊菜單標題 */
.leftMenuTitle
{
    background-image: url(./left_menu_title_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 21px;
	font-size: 13px;
	color: #069;
	width: 220px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: center;
}
/* 左邊菜單 */
.leftMenu
{
    border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #9cbeef;
	border-bottom-color: #9cbeef;
	border-left-color: #9cbeef;
	width: 218px;	
	background-color: #FFF;
}
.leftMenu ul
{
    margin:0; padding:0; list-style:none;
}
.leftMenu li
{
    margin:0; padding:0; list-style:none;
}
/* 第一層選單 */
.leftMenu ul.menu1 li a {
	background-image: url(./left_menu_sub1_item_icon.jpg);
	font-size: 13px;
	height: 18px;
	width: 183px;
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 8px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 30px;
	color: #000;
	display:block;
}
/* 第一層選單mouse放上去時的樣式 */
.leftMenu ul.menu1 li a:hover {
	
}
/*第二層選單*/
.leftMenu ul.menu2  li a 
{
    padding-left: 19px;
	background: #ffffff;
	color: #666;
	width: 173px;

	background-image: url(./left_menu_sub2_item_icon.png);
	background-repeat: no-repeat;
	background-position:15px 8px; 
	padding-top: 8px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 40px;
	white-space:normal;
	word-break:break-all;
	min-height: 15px;
    height: auto !important;
    height: 15px; 


}
/*第二層選單mouse放上去時的樣式*/
.leftMenu ul.menu2  li a:hover {
	color: #F90;
}

