@CHARSET "ISO-8859-1";

/* Page layout */

.spc1_nlsitemcontainer {
    height:20px;
    /*background-image:url(spcitembg.gif);*/
	/*border:#00FF99 1px solid;*/
}
.spc1_nlsiconcell {width:16px;}
.spc1_nlssubmenucell{width:20px;}
.spc1_nlsitem {
    font-family:verdana;
    font-size:10pt;
    font-weight:bold;
    color: #FF9900;
    padding:2px 5px 2px 5px;
}

.spc1_nlsitemcontainerover {
    height:20px;
    background-image:url(spcitembg.gif);
}
.spc1_nlsiconcellover {width:16px;}
.spc1_nlssubmenucellover{width:20px;text-align:right !important;}
.spc1_nlsitemover {
    font-family:verdana;
    font-size:10pt;
	font-weight:bold;
    color:#FF9900;
    padding:2px 5px 2px 5px;
}



.nls_itemcontainer {
    height:32px;    
}
.nls_iconcell {width:22px;}
.nls_submenucell{width:20px;}

.nls_item {
    font-family:verdana;
    font-weight:bold;
    font-size:16pt;
    color: #FFFF00;
    padding:2px 15px 2px 15px;
	
}

.nls_itemcontainerover {
    height:32px;
    background-color:#484848;
}
.nls_iconcellover {width:22px;}
.nls_submenucellover {width:20px;}
.nls_itemover {
    font-family:verdana;
    font-size:19pt;
    color:#ffffff;
    padding:2px 15px 2px 15px;
}


#page_main_menu {
  position:relative;
  left:0px;
  /*top:-38px; */
}

