/*****************************************************************
 * 三级联动菜单控件风格
 * 名称：CDThreeClassMenuControl
 ******************************************************************/
/*================================================================*/
/*风格一：下拉框样式，弹出下拉框样式
  three_class_menu_one
=========================================================
*/

.three_class_menu_one 
{
	width:100%;
}
.three_class_menu_one select {
    WIDTH: 156px; 
    HEIGHT: 22px;
}
.three_class_menu_one ul
{
	margin:0px; padding:0px; list-style:none; display: inline;
}
.three_class_menu_one li
{
	padding-top:3px;
    font-size:12px;
    display:block;
    float: left;
    text-align:center;
    line-height:25px;
	padding-left:3px;
	padding-right:3px;
}

.three_class_menu_one ul .flatmenu ul
{
	display: inline;
}

.three_class_menu_one ul .flatmenu li
{
	padding-top:3px;
    font-size:12px;
    display:block;
    float: left;
    text-align:center;
    line-height:25px;
	padding-left:3px;
	padding-right:3px;
	list-style-type:disc;
}

.three_class_menu_one .active
{ 
color:#FF0000;
}

/*================================================================*/
/*风格二：竖排样式，文字链接 
  three_class_menu_two
=========================================================
*/

.three_class_menu_two{ float:left; margin:10px;width:161px; }
.three_class_menu_two ul{margin:0px; padding:0px; list-style:none;}

.three_class_menu_two ul li
{
	font-size: 12px;
	color: #8C8C8C;
	text-decoration: none;
	padding-top:0px;
	padding-bottom:5px;
	padding-left:25px;
	display:block;
}

.three_class_menu_two ul li a,
.three_class_menu_two a:link, 
.three_class_menu_two a:visited 
{
text-decoration:none; 
color:#727476; 
text-align:center;
}
.three_class_menu_two ul li a:hover,
.three_class_menu_two .active
{ 
color:#FF0000;
}

/*================================================================*/
/*风格三：横排罗列样式，图片链接 
  three_class_menu_three
=========================================================
*/

.three_class_menu_three 
{
	width:100%;
}
.three_class_menu_three ul 
{
    display: inline;
    
 }

.three_class_menu_three li {
	padding-top:3px;
    font-size:12px;
    display:block;
    float: left;
    text-align:center;
    line-height:25px;
	padding-left:3px;
	padding-right:3px;
	list-style-type:disc;
}

.three_class_menu_three img{
	width:100px;
    height:40px;
 }
 
.three_class_menu_three li a {
	width:50px;
    color:#666;
    text-decoration:none;
    display:block;
 }
 
.three_class_menu_three a:hover,
.three_class_menu_three li .active
{
	display:block;
	color:#f00;
	width:50px;
}




/*================================================================*/
/*自定义风格；
  three_class_menu_yourname
=========================================================
