/* *******************************************************************ClickShowHideMenu.css***********************************************************************  */
.click-menu {
    width: 221px;
	text-align:left;
}


img {
	border:0px;
}
#click-menu1 a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;	
}
.click-menu .box1 {
    /*background-image:url("../menu_bg_img.gif");
	background-repeat:no-repeat;*/
	height:21px;
    color: #FFF;
    font-weight: bold;
    font-size: 12px;
    font-family: tahoma;
    padding: 7px 10px;
	margin-bottom:-1px;
    border-width: 0px;
    border-color: #686868; /*  */
    border-style: solid solid solid solid;
    cursor: pointer;
    position: relative;
}
.click-menu .box1-hover {
	/*background-image:url("../menu_bg_over_img.gif");
    background-repeat:no-repeat; */
	height:21px;
    color: #f9f9f9;
    font-weight: bold;
    font-size: 12px;
    font-family: tahoma;
    padding: 7px 10px;
	margin-bottom:-1px;
    border-width: 0px;
    border-color: #002F5D;
    border-style: solid solid solid solid;
    cursor: pointer;
    position: relative;
}
.click-menu .box1-open {
   /* background-image:url("../menu_bg_act.gif");
    background-repeat:no-repeat; */
	height:21px;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 12px;
    font-family: tahoma;
    padding: 7px 10px;
    cursor: pointer;
    position: relative;
	
}
.click-menu .box1-open-hover {
    /*background-image:url("../menu_bg_act.gif");
    background-repeat:no-repeat; */
	height:21px;
    color: #a22f6f;
    font-weight: bold;
    font-size: 12px;
    font-family: tahoma;
    padding: 7px 10px;
    cursor: pointer;
    position: relative;
}
.click-menu .box1 img, .click-menu .box1-hover img, .click-menu .box1-open img, .click-menu .box1-open-hover img {
    position: absolute;
    /*top: 6px;
    right: 6px; */
	top: 0px;
    right: 0px; 
}
.click-menu .section {
    background-color: #faecf7;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    line-height: 15px;
    border-width: 1px;
    border-color: #ebd3fb;
    border-style: solid;
    display: none;
	text-align:left;
	margin-bottom:1px;
	
}

.click-menu .section a, .click-menu .section a:visited {
    color: #a22f6f;
    text-decoration: none;
    white-space: nowrap;
	font-size:11px;
	font-weight:bold;
	font-family:"Courier New", Courier, monospace;
	word-wrap:break-word;
}

.click-menu .section a:hover {
    color: #a22f6f;
    text-decoration: none;
    white-space: nowrap;
	font-family:11px;
}

.click-menu .box2{
	font-size:11px;
	padding:5px 0 5px 40px;
	border-bottom:1px solid #ebd3fb;
}

/*.click-menu .mmbox{
	font-size:11px;
	padding:5px 0px;
	border-bottom:1px dotted #CCCCCC;
	color:#FF0000;
	/*background-color:#990000;
}
*/
span.mmbox {
	color:#a3208d;
}

.click-menu .box2-hover {
	font-family:11px;
    background: #eeeded;
	border-bottom:1px solid #ebd3fb;
	padding:5px 0 5px 40px;
}

.click-menu .section .active,
.click-menu .section .active:hover {
	font-size:12px;
    color: #a22f6f;
}
/* *******************************************************************ClickShowHideMenu.css***********************************************************************  */