﻿.optionmenu {
    width: 178px;
    margin-top: 4px;
}

.optionmenu-pri {
    width: 178px;
    border-bottom: 1px dotted #b5b5b5;
    padding: 9px 4px 5px 10px;
    font-weight:bold; 
    clear: both;
    cursor: pointer;
}

.optionmenu-sec {
    width: 156px;
    border-bottom: 1px dotted #b5b5b5;
    padding: 9px 4px 5px 28px;
    font-weight:normal;
    clear: both;
    cursor: pointer;
}

.optionmenu-tre {
    width: 139px;
    border-bottom: 1px dotted #b5b5b5;
    padding: 9px 4px 5px 46px;
    font-weight:normal;
    clear: both;
    cursor: pointer;
}

.AspNet-Menu-Link { 
    font-family: Verdana; 
    font-size: 11px;
    color:#464646; 
    text-decoration:none;
}
.AspNet-Menu-Link:hover {
    color:#e95b10;
}
