html
{
    overflow: auto;     /*IE6 y-scroll bar bug*/
}
body 
{
    margin-left: 0px;
    FONT-FAMILY: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
    WHITE-SPACE: nowrap;
    BACKGROUND-COLOR: #FF6060;
}
#conm
{
   
}
#menu       
{
    margin-top:0px;
    margin-left:0px;
    PADDING-LEFT: 0px;
    FONT-SIZE: 14px;
    TEXT-DECORATION: none;
    color: #212121;
    overflow: hidden;
    padding-bottom: 50px;
}
#menu ul.mu1
{
	margin: 0;
    padding: 0;
}
#menu li {
    margin-bottom: 2px;
}
#menu li.ml1          
{
    margin:0 0 2px 0;
    PADDING-LEFT: 0px;
    TEXT-DECORATION: none;
    /*height: 24px;*/
    line-height: 24px;
    list-style: inside none;
    /*BACKGROUND-COLOR: white;*/
}
#menu ul.mu2
{
    display: none;
    margin: 0;
    padding: 0;

    PADDING-LEFT: 0px;
    TEXT-DECORATION: none;
    line-height: 24px;
    list-style: inside none;
    /*BACKGROUND-COLOR: white;*/
}
#menu ul.mu3
{
    display: none;
    margin: 0;
    padding: 0;

    PADDING-LEFT: 0px;
    TEXT-DECORATION: none;
    line-height: 24px;
    list-style: inside none;
    /*BACKGROUND-COLOR: white;*/
}

#menu a            
{
	position: relative;
    color: #212121;
    PADDING-LEFT: 24px;
    padding-right: 24px;
    noneFocusLine: expression(this.onFocus=this.blur());
    display: block;
    background: #ffffff;
}
#menu .has-child>a>.icon-after {
    display: inline-block;
    position: absolute;
    right: 6px;
    top: 2px;
    width: 20px;
    height: 20px;
    background: url("../img/menu-level1-arrow1.png") no-repeat;
}
#menu .has-child.opened>a>.icon-after {

    background: url("../img/menu-level1-arrow2.png") no-repeat;
}

#menu .has-child.ml2>a>.icon-after {
    background: url("../img/menu-level2-arrow1.png") no-repeat;
}
#menu .has-child.opened.ml2>a>.icon-after {

    background: url("../img/menu-level2-arrow2.png") no-repeat;
}
#menu .ml2.sel>a>.icon-before,
#menu .ml3.sel>a>.icon-before {
    display: inline-block;
    position: absolute;
    left: 22px;
    top: 10px;
    width: 4px;
    height: 4px;
    background: url("../img/white-point.png") no-repeat;
}
#menu a:hover 
{
    color: #FFCB00;
}

/* not use class for ie effecient
#menu a.hover 
{
    color: #be3;
}
*/
/*#menu  a.sel
{
    background: #66ba33;
}*/
#menu li.ml1
{
    /*background: rgba(255,255,255,0.85);*/
    filter: alpha(opacity=85);
}

#menu li.ml1.sel
{
    /*opacity:0.85;*/
}

#menu li.ml1 a:hover
{
    color: #FF6060;
}
#menu li.ml1 a.sel,
#menu li.ml1 a.sel.minus
{
    position: relative;
    color: #FF6060;
    font-weight: bold;
}
#menu li.ml1 a.sel.minus:hover
{
    color: #212121;
}
#menu li.ml1 a.plus.sel:hover
{
    /*color: #abdd2f;*/
    margin:2px 0;
}

#menu li.ml2 a
{
    color:#ffffff;
    background: #ff9f9f;
    background: rgba(255,255,255, 0.4);
    padding-left: 30px;
}
#menu li.ml2 a:hover {
    color: #E04242;
}
#menu li.ml2 a.sel
{
    font-weight: normal;
    color: #FFFFFF;
    background: #FF6060;
}
#menu .ml3.sel>a>.icon-before {
    left: 28px;
}
/*#menu li.ml2.last-tag a*/
/*{*/
	/*background-color:#4ACBD6;*/
    /*color:#8c9ea2;*/
    /*opacity: 0.85;*/
    /*filter: alpha(opacity=85);*/
	/*background-image: url(../img/menu-white.png);*/
/*}*/
/*#menu li.ml2.last-tag a.sel{	*/
	 /*color: #212121;*/
/*}*/

/*#menu li.ml2 a.sel.minus*/
/*{*/
    /*position: relative;*/
    /*background-color: transparent;*/
	/*background-image: none;*/
/*}*/
#menu li.ml3 a
{
    background: #FF8282;
    padding-left: 36px;
}
#menu li.ml3 a:hover
{
    color: #E04242;
}
#menu li.ml3 a.sel
{
    background: #FF6060;
    color: #ffffff;
}

/*#menu ul.mu a{*/
	/*color:#8c9ea2;*/
    /*opacity: 0.85;*/
    /*filter: alpha(opacity=85);*/
/*}*/
div
{
    text-align:left;
    margin: 0 auto;
}
.nd 
{
    display: none !important;
}
/* add here */
a:focus {
    -moz-outline-style:none;
    outline: none;
}
A:visited {
    TEXT-DECORATION: none;
    underline: none;
}
A:hover,ul.mu2 a:hover {
    CURSOR: hand;
    color: #FFCB00;
    TEXT-DECORATION: none;
}
A:link {
    TEXT-DECORATION: none;
    underline: none
}
#borderFixBar{
    display: none;
    position: fixed;
    right: 0;
    top: 0;
    width: 9px;
    height:100%;
    background-color: #FF6060;
}
