/* NAYC */
#menucolumn ul {
margin: 0;
padding: 0;
list-style-type: none;
}
#menucolumn a {
display: block;
text-decoration: none;
color: #000099;
line-height: 22px;
width:130px;
}
.mr {
display: block;
text-indent: 5px;
border-bottom: 1px solid #E0E0E0;
width: 130px;
}
.opmr {
display: block;
text-indent: 5px;
border-bottom: 1px solid #E0E0E0;
background-color: #E9E9E9;
background-image: url(/images/menuarrow1.gif);
background-repeat: no-repeat;
background-position: right;
width: 130px;
}
.mrc {
display: block;
text-indent: 5px;
border-bottom: 1px solid #E0E0E0;
background-color:#CCCCFF;
font-weight:bold;
width: 130px;
}
.opmrc {
display: block;
text-indent: 5px;
border-bottom: 1px solid #E0E0E0;
background-color:#CCCCFF;
font-weight:bold;
background-image: url(/images/menuarrow1.gif);
background-repeat: no-repeat;
background-position: right;
width: 130px;
}
.smr {
display: block;
text-indent: 15px;
background-color: #E9E9E9;
width: 130px;
}
.opsmr {
display: block;
text-indent: 15px;
background-color: #D5D5D5;
background-image: url(/images/menuarrow3.gif);
background-repeat: no-repeat;
background-position: right;
width: 130px;
}
.smrc {
display: block;
text-indent: 15px;
background-color: #CCCCFF;
font-weight:bold;
width: 130px;
}
.opsmrc {
display: block;
text-indent: 15px;
background-color: #CCCCFF;
font-weight:bold;
background-image: url(/images/menuarrow3.gif);
background-repeat: no-repeat;
background-position: right;
width: 130px;
}
.ssmr {
display: block;
text-indent: 35px;
background-color: #D5D5D5;
width: 190px;
}
.opssmr {
display: block;
font-size: 10px;
text-indent: 35px;
background-color: #999999;
background-image: url(/images/menuarrow3.gif);
background-repeat: no-repeat;
background-position: right;
width: 130px;
}
.ssmrc {
font-size: 10px;
text-indent: 35px;
background-color: #CCCCFF;
font-weight:bold;
width: 130px;
}
.opssmrc {
font-size: 10px;
text-indent: 35px;
background-color: #CCCCFF;
font-weight:bold;
background-image: url(/images/menuarrow3.gif);
background-repeat: no-repeat;
background-position: right;
width: 130px;
}
.mr:hover {
background-color: #9999CC;
color:#FFFFFF;
font-weight:bold;
}
.smr:hover {
background-color: #9999CC;
color:#FFFFFF;
}
.ssmr:hover {
background-color: #9999CC;
color:#FFFFFF;
}
.opmr:hover {
background-color: #9999CC;
color:#FFFFFF;
font-weight:bold;
background-image: url(/images/menuarrow2.gif);
}
.opsmr:hover {
background-color: #9999CC;
color:#FFFFFF;
background-image: url(/images/menuarrow4.gif);
}
.opssmr:hover {
background-color: #9999CC;
color:#FFFFFF;
background-image: url(/images/menuarrow4.gif);
}
.opmrc:hover {
background-color: #9999CC;
color:#FFFFFF;
font-weight:bold;
background-image: url(/images/menuarrow2.gif);
}
.opsmrc:hover {
background-color: #9999CC;
color:#FFFFFF;
background-image: url(/images/menuarrow4.gif);
}
.opssmrc:hover {
background-color: #9999CC;
color:#FFFFFF;
background-image: url(/images/menuarrow4.gif);
}
