/**
 * CSS file for Struts Menu.
 * See http://struts-menu.sourceforge.net/ for more CSS examples.
 */
#menuList {
    border-bottom: 1px solid #CCCCFF;
    margin: 10px;
    padding-bottom: 19px;
    padding-left: 10px;
}

#menuList a:link, #menuList a:visited	{
    background: url('../images/tablebg.gif');
    border: 1px solid #CCCCFF;
    color: #666666;
    float: left;
    font-size: small;
    font-weight: normal;
    line-height: 14px;
    margin-right: 8px;
    padding: 2px 10px 2px 10px;
    text-decoration: none;
}

#menuList a:link.active, #menuList a:visited.active	{
    background: #ffffff;
    border-bottom: 1px solid #ffffff;
    color: #000000;
}

#menuList a:hover	{
    color: #ff0000;
}

#menuList li.selected a {
    background: url('../images/box-top.gif');!important;
    background: #ffffff !important;
    border-bottom: 1px solid #ffffff !important;
    color: #000000 !important;
    font-weight: bold !important;
}

#menuList li.selected ul.submenu {
    display: inline;
    left: 10px;
    position: absolute;
    top: 35px;
}

#menuList li.selected ul.submenu a {
    background: #ffffff;
    border: none;
    border-left: 1px solid #cccccc;
    color: #999999 !important;
    font-size: .98em;
    font-weight: bold;
    line-height: 12px;
    margin-right: 4px;
    padding: 2px 10px 2px 10px;
    text-decoration: none;
}

#menuList li.selected ul.submenu a.selected {
    background: transparent;
    color: #000 !important;
}

#menuList ul a:hover, #menuList ul.submenu a:hover {
    color: #ff0000 !important;
}

#menuList ul, #menuList li	{
    display: inline;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#menuList ul.submenu {
    display: none;
    width: 80%;
}


/*display properties for category tab*/
#categoryList {
    border-bottom: 1px solid #104E8B;
    margin: 10px;
    padding-bottom: 19px;
    padding-left: 10px;
}

#categoryList a:link, #categoryList a:visited	{
    border: 1px solid #104E8B;
    color: #666666;
    float: left;
    font-size: small;
    font-weight: normal;
    line-height: 14px;
    margin-right: 8px;
    padding: 2px 10px 2px 10px;
    text-decoration: none;
}

#categoryList a:link.active, #categoryList a:visited.active	{
    border-bottom: 1px solid #ffffff;
    color: #000000;
}

#categoryList li.selected a {
    background: #fff !important;
    border-bottom: 1px solid #ffffff !important;
    color: #000000 !important;
    font-weight: bold !important;
}

#categoryList ul, #categoryList li	{
    display: inline;
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.menu-icon{
   background: url('../images/icon/arrow_dn.gif') no-repeat 0px -2px;!important;
   padding:0px 0px 2px 15px;
 }
