.click-menu {
    width: 243px;
}
.click-menu .box1
{
    background-color: #ffffff;
    color: #cc0000;
    font-weight: bold;
    font-size: 12px;
    font-family: arial,sans-serif;
    padding: 4px 8px;
    cursor:pointer; 
    position: relative;
    text-transform: uppercase;
   /*border-bottom: #669933 thin solid;*/
}
.click-menu .box1-hover {
    background-color: #ffffff;
    color: #cc0000;
    font-weight: bold;
    font-size: 12px;
    font-family: arial,sans-serif;
    padding: 4px 8px;
    cursor:pointer; 
    position: relative;
    text-transform: uppercase;
/*    border-bottom: #669933 thin solid;*/
}
.click-menu .box1-open {
    background-color: #ffffff;
    color: #cc0000;
    font-weight: bold;
    font-size: 12px;
    font-family: arial,sans-serif;
    padding: 4px 8px;
    cursor:pointer; 
    position: relative;
    text-transform: uppercase;
   /* border-bottom: #669933 thin solid; */
}
.click-menu .box1-open-hover {
   background-color: #ffffff;
    color: #cc0000;
    font-weight: bold;
    font-size: 12px;
    font-family: arial,sans-serif;
    padding: 4px 8px;
    cursor:pointer; 
    position: relative;
    text-transform: uppercase;
  /*  border-bottom: #669933 thin solid;*/
}
/* start smiley */
.click-menu .lnk1 {
    background-color: #ffffff;
    color: #cc0000;
    font-weight: bold;
    font-size: 12px;
    font-family: arial,sans-serif;
    padding: 4px 8px;
   /* border-bottom: #669933 thin solid;*/
    cursor: default;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    white-space: nowrap;
}
.click-menu .lnk1 a {
    padding: 0px 0px;
		cursor:pointer; 
    border-width: 0px;
    white-space: nowrap;
}
.click-menu .lnk1-hover {
     background-color: #ffffff;
    color: #cc0000;
    font-weight: bold;
    font-size: 12px;
    font-family: arial,sans-serif;
    padding: 4px 8px;
   /* border-bottom: #669933 thin solid;*/
    cursor: default;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    white-space: nowrap;
}
.click-menu .lnk1-hover a {

    padding: 0px 0px;
		cursor:pointer; 
		cursor:hand; 
    border-width: 0px;
    

    white-space: nowrap;
}
.click-menu .lnk1 a {

    color: #cc0000;
    text-decoration: none;
    white-space: nowrap;
   font-size: 12px;
    font-family: arial,sans-serif;
    font-weight: bold;
}
.click-menu .lnk1 a:hover {

    color: #cc0000;
    text-decoration: none;
    white-space: nowrap;
   font-size: 12px;
    font-family: arial,sans-serif;
    font-weight: bold;
		cursor:pointer; 
		cursor:hand; 
}
/* end smiley */

.click-menu .box1 img, .click-menu .box1-hover img, .click-menu .box1-open img, .click-menu .box1-open-hover img, .click-menu .lnk1 img, .click-menu .lnk1-hover img {
    position: absolute;
    top: 8px;
    right: 6px;
}
.click-menu .section
{
    background-color: #ffffff;
    font-family: arial,sans-serif;
    font-size: 13px;
    line-height: 15px;
    padding: 15 px 15 px 15px 15px;
    display: none;
    margin-left: 10px;
    margin-top: 3px;
}
.click-menu .section a {
    color: #000000;
    text-decoration: none;
    white-space: nowrap;
}
.click-menu .section a:hover
{
    color: #cc0000;
    text-decoration: none;
    white-space: nowrap;
}
.click-menu .box2 {
}
.click-menu .box2-hover {
    background: #ffffff;
}
.click-menu .section .active,
.click-menu .section .active:hover {
    color: #cc0000;
}