
.qandamenu ul{
list-style-type:none;
margin:0px 0px 0px 0px;
}
.qandamenu li{
float:left;
margin:0px 2px 0px 0px;
cursor:pointer;
}
.qandamenu li a {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
color:#000000;
float:left;
border-color:#CCCCCC;
border-width:1px;
border-style:solid;
border-bottom-color:#FFFFFF;
border-bottom-width:0px;
height:19px;
width:104px;
text-align:center;
padding:2px 2px 2px 2px;
text-decoration:none;
}
.qandamenu li a:hover{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
color:#000000;
float:left;
background:url(../images_qanda/listback.jpg) repeat-x top;
border-color:#CCCCCC;
border-width:1px;
border-style:solid;
border-bottom-color:#FFFFFF;
border-bottom-width:0px;
height:19px;
width:104px;
text-align:center;
padding:2px 2px 2px 2px;
text-decoration:none;

}

.qandamenu li .selected{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
color:#000000;
float:left;
/*background:#E9E9E9;*/
background:url(../images_qanda/listback.jpg) repeat-x top;
border-color:#CCCCCC;
border-width:1px;
border-style:solid;
border-bottom-color:#FFFFFF;
border-bottom-width:0px;
height:19px;
width:104px;
text-align:center;
padding:2px 2px 2px 2px;
text-decoration:none;
font-weight:bold;
}
/*.topmenu li .topmenu1 a{
background:url(../images_newindex/loginbutton.jpg) top no-repeat;
font-size:12px;
color:#000000;
float:left;
height:19px;
width:120px;
text-align:center;
padding-top:4px;
text-decoration:none;
font-weight:bold;
}
.topmenu li .topmenu1 a:hover{
background:url(../images_newindex/loginbutton_hover.jpg) top no-repeat;
font-size:12px;
color:#000000;
float:left;
height:19px;
width:120px;
text-align:center;
padding-top:4px;
text-decoration:none;
font-weight:bold;
}*/


.qandamenu1 a{
background:#CCCCCC;
font-size:12px;
color:#000000;
float:left;
text-align:center;
padding-top:50px;
text-decoration:none;
padding:3px 3px 3px 3px;
font-size:12px;
}
.qandamenu1 a:hover{
background
font-size:12px;
color:#990000;
float:left;
height:19px;
width:121px;
text-align:center;
padding-top:50px;
text-decoration:none;
}

.softwarelistback{
background:url(../images_qanda/listback.jpg) top repeat-x;
height:30px;
}






.poplatemenu ul{
list-style-type:none;
margin:0px 0px 0px 0px;
}
.poplatemenu li{
float:left;
margin:0px 4px 0px 0px;
cursor:pointer;
}
.poplatemenu li a {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#000000;
float:left;
border-color:#CCCCCC;
border-width:1px;
border-style:solid;
border-bottom-color:#FFFFFF;
border-bottom-width:0px;
text-align:center;
padding:2px 6px 2px 6px;
text-decoration:none;
}
.poplatemenu li a:hover{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#000000;
float:left;
background:url(../images_qanda/listback.jpg) top repeat-x;
border-color:#CCCCCC;
border-width:1px;
border-style:solid;
border-bottom-color:#FFFFFF;
border-bottom-width:0px;
text-align:center;
padding:2px 6px 2px 6px;
text-decoration:none;
}

.poplatemenu li .selected{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#000000;
float:left;
background:url(../images_qanda/listback.jpg) top repeat-x;
border-color:#CCCCCC;
border-width:1px;
border-style:solid;
border-bottom-color:#FFFFFF;
border-bottom-width:0px;
text-align:center;
padding:2px 6px 2px 6px;
text-decoration:none;
font-weight:bold;
}

/* Question part */

.left_bgstyle{
background:url(../images_qanda/questiontitle_back_left1.jpg) no-repeat top right;
height:31px;
width:14px;
}
.right_bgstyle{
background:url(../images_qanda/questiontitle_back_right1.jpg) no-repeat top left;
height:31px;
width:14px;
}
.background_bgstyle{
background:url(../images_qanda/questiontitle_back1.jpg) repeat-x top;
height:31px;
font-size:14px;
color:#003366;
}
.background_blue{
background:#ecf7ff;
padding-left:6px;
}
.background_blue a{
font-size:11px;
color:#003366;
}
.background_bluestrip{
background:url(../images_qanda/bluestrip.jpg) top repeat-x;
height:39px;
border-color:#ecf7ff;
border-width:1px;
border-style:solid;
color:#003366;
font-weight:bold;
}


/* buttons style*/

.clear { /* generic container (i.e. div) for floating buttons */
    overflow: hidden;
    width: 100%;
}

a.button {
    background: transparent url('../images_qanda/bg_button_a.gif') no-repeat scroll top right;
    color: #444;
    display: block;
    float: left;
    font: normal 12px arial, sans-serif;
    height: 24px;
    margin-right: 6px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
}

a.button span {
    background: transparent url('../images_qanda/bg_button_span.gif') no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 18px;
} 

a.button:active {
    background-position: bottom right;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}

a.button:active span {
    background-position: bottom left;
    padding: 6px 0 4px 18px; /* push text down 1px */
} 
