﻿/********************************************************/
/**** Left Menu Title Style *****************************/
/********************************************************/
.TitleStyle
{
	font-size:			15px;
	font-weight:		bold;
	text-decoration:	none;
	background-color:	#C4D4E3;
	padding-left:		3px;
	padding-top:		5px;
	padding-bottom:		3px;
	font-family:		新細明體, 細明體;
	color:				#333;
	width:				170px;
}
/*--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+*/

/********************************************************/
/**** Custom Left Menu Selected Item Style **************/
/********************************************************/
.MSStyle, .SelectedUnderlineStyle
{
	background-color:	White;
}
/*--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+*/

/********************************************************/
/**** Left Menu Item Style ******************************/
/********************************************************/
.ItemStyle, .LevelFourthStyle
{
	font-size:			12px;
	font-weight:		bold;
	padding:			3px 0px 5px 3px;
	font-family:		新細明體, 細明體;
	color:				#333; 
	text-decoration:	none;
}	
/*--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+*/

/********************************************************/
/**** Common Share Style for Left Menu Items ************/
/********************************************************/
/*--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+*/

/********************************************************/
.CustomSelectedStyle
{
	background-image:	url(Images/br_Navdetail.gif);
	background-repeat:	repeat-x;
	padding:			3px 0px 3px 7px;		
	z-index:			103;	
}
/*--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+*/

/********************************************************/
.UnderlineStyle, .SelectedUnderlineStyle, .LevelFourthStyle
{
	border-bottom-style:	solid;
	border-bottom-color:	Gray;
	border-bottom-width:	1px;
	padding-bottom:			2px;
}
/*--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+*/

/********************************************************/
.SelectedUnderlineStyle
{
	padding-top:		2px;
}
/*--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+*/

/********************************************************/
.MenuStyle
{	
	border-style:			solid;
	border-color:			#C4D4E3;			
	border-width:			0px;
	width:					170px;
}
/*--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+*/

/********************************************************/
.RightBorderStyle
{
	border-right-style:		solid;
	border-right-color:		Navy;
	border-right-width:		1px;
}
/*--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+*/

/********************************************************/
.ItemStyle:hover
{
	text-decoration:		underline;	
}
/*--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+*/

