.click-menu {
    width: 175px;
}
.click-menu .box1 a{
float:left;margin:0px auto;
	padding:0px;
    padding: 4px 8px;
    cursor: default;
    position: relative;
    background:url(../images/red-left-anchor.jpg);
    width:175px;
    height:29px;
    background-repeat:no-repeat;
    text-align:left;
    text-decoration:none;
    font-family:Tahoma;
    font-size:12px;
    font-weight:bold;
    color:#b42859;
}
.click-menu .box1-hover a:hover{
float:left;margin:0px auto;
	padding:0px;    
padding: 4px 8px;
    cursor: default;
    position: relative;
    background:url(../images/red-left-hover.jpg);
    width:175px;
    height:29px;
    background-repeat:no-repeat;
    text-align:left;
    text-decoration:none;
    font-family:Tahoma;
    font-size:12px;
    font-weight:bold;
    color:#fff;
}

.click-menu .box1-open a{
float:left;margin:0px auto;
	padding:0px;
    font-weight: bold;
    font-size: 12px;
    font-family: tahoma;
    padding: 4px 8px;
    cursor: default;
    position: relative;
    background:url(../images/red-left-anchor.jpg);
    width:175px;
    height:29px;
    background-repeat:no-repeat;
    text-align:left;
    text-decoration:none;
    color:#b42859;




}
.click-menu .box1-open-hover a:hover{
float:left;    margin:0px auto;
	padding:0px;
    font-weight: bold;
    font-size: 12px;
    font-family: tahoma;
    padding: 4px 8px;
    cursor: default;
    position: relative;
    background:url(../images/red-left-anchor.jpg);
    width:175px;
    height:29px;
    background-repeat:no-repeat;
    text-align:left;
    text-decoration:none;
    color:#b42859;
}
.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;
}
.click-menu .section {
float:left;
margin:0px auto;
	padding:0px;    
background-color: #f6f6f6;
    font-family: arial;
    font-size: 12px;
    line-height: 15px;
    text-align:left;
    padding: 0px 5px 5px 5px;
    border-width: 1px;
    border-color: #e6e7e8;
    border-style: none solid solid solid;
    display: none;
    width:162px;
top:-10px;
}
.click-menu .section a {
    color: #000;
    font-family:Tahoma;
    font-size:10px;
    font-weight:normal;
    text-decoration: none;
    white-space: nowrap;
}
.click-menu .section a:hover {
    color: #b42859;
    font-family:Tahoma;
    font-size:10px;
    font-weight:normal;
    text-decoration: underline;
    white-space: nowrap;
}
.click-menu .box2 {
}
.click-menu .box2-hover {
    
}
.click-menu .section .active,
.click-menu .section .active:hover {
    color: yellow;
}