
.note_category,
.note_category a:link,
.note_category a:visited{
margin:5px;
padding:3px 10px;
font-size:14px;
color:#FFFFFF;
background-color:#75B1FF;
text-align:left;
border-radius:5px 0 0 5px;
}

.note_category a:hover{
color: #FF0000;
}

.note_category_select,
.note_category_select a:link,
.note_category_select a:visited{
margin:5px;
padding:3px 10px;
font-size:14px;
color:#FFFFFF;
background-color:#3084F2;
text-align:left;
border-radius:5px 0 0 5px;
}

