/* 
    Document   : 200909
    Created on : 15-09-2009, 08:11:29
    Author     : Nguyen Anh Tuan
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

ul.objMenu{
    
}
ul.objMenu li a{
    font-size: 12px;
    color: white;
    text-decoration: none;
    cursor: pointer;
}
ul.objMenu li a:hover{
    font-size: 12px;
    color: white;
    text-decoration: none;
}
ul.objMenu li{
    float: left;
    list-style-type: none;
    padding: 2px 10px 0 10px;
    background: transparent url(../images/objMenu.jpg) repeat-x scroll 0 0;
    height: 20px;
    cursor: pointer;
}
ul.objMenu li.corner{
    background: transparent url(../images/objMenu_corner.jpg) no-repeat scroll 0 0;
    width: 21px;
    height:20px;
}
ul.objMenu li.corner_active{
    background: transparent url(../images/objMenu_corner_active.jpg) no-repeat scroll 0 0;
    width: 21px;
    height:20px;
}
ul.objMenu li.corner_right_active{
    background: transparent url(../images/objMenu_right_active.jpg) no-repeat scroll 0 0;
    width: 21px;
    height:22px;
    padding:0;
    margin: 0;
}
ul.objMenu li.corner_left_active{
    background: transparent url(../images/objMenu_left_active.jpg) no-repeat scroll 0 0;
    width: 21px;
    height:22px;
    padding:0;
    margin: 0;
}
ul.objMenu li.corner_normal{
    background: transparent url(../images/objMenu_normal.jpg) no-repeat scroll 0 0;
    width: 21px;
    height:22px;
    padding:0;
    margin: 0;
}

ul.objMenu li.hover,
ul.objMenu li.default{
    background: transparent url(../images/objMenu_active.jpg) repeat-x scroll 0 0;
}

.objMenuItem{
    color: white;
    font-size: 12px;
}
.loginform{
    display:none;
    z-index: 999999;
    position: absolute;
    right: 20%;
    top: 34%;
    background: white;
    width: 306px;
    height: 180px;
    border: 2px solid #c1c1c1;
}

#create_login_frm td{
    color: black;
}

.catroot div{
    color: white;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    font-size: 14px;
    padding-top: 7px;
}

.catsub{
    color: #FF0000;
    text-decoration: underline;
    text-transform: uppercase;
    font-size: 14px;
    padding-top: 10px;
    text-align: center;
}

.catitem a{
    color: black;
    font-size: 13px;
    line-height: 1.6em;
}









