﻿
.icon-menu {
    background-image: URL("../../../Images/WindowsPhone/Dark/appbar.lines.horizontal.4.png");
    background-position: center;
    background-size: 40px 40px;
    background-repeat: no-repeat;
}
.icon-notification {
    background-image: URL("../../../Images/WindowsPhone/Dark/appbar.notification.png");
    background-position: center;
    background-size: 40px 40px;
    background-repeat: no-repeat;
}
.icon-account {
    background-image: URL("../../../Images/WindowsPhone/Dark/appbar.user.png");
    background-position: center;
    background-size: 40px 40px;
    background-repeat: no-repeat;
}
.icon-dashboard {
    background-image: URL("../../../Images/WindowsPhone/Dark/appbar.home.people.png");
    background-position: center;
    background-size: 40px 40px;
    background-repeat: no-repeat;
}
.icon-documents {
    background-image: URL("../../../Images/WindowsPhone/Dark/appbar.page.text.png");
    background-position: center;
    background-size: 40px 40px;
    background-repeat: no-repeat;
}
.icon-applications {
    background-image: URL("../../../Images/WindowsPhone/Dark/appbar.checkmark.pencil.png");
    background-position: center;
    background-size: 40px 40px;
    background-repeat: no-repeat;
}
.icon-programinfo {
    background-image: URL("../../../Images/WindowsPhone/Dark/appbar.information.circle.png");
    background-position: center;
    background-size: 40px 40px;
    background-repeat: no-repeat;
}
.icon-logout {
    background-image: URL("../../../Images/WindowsPhone/Dark/appbar.clear.reflect.horizontal.png");
    background-position: center;
    background-size: 40px 40px;
    background-repeat: no-repeat;
}
.icon-question {
    background-image: URL("../../../Images/WindowsPhone/Light/appbar.question.png");
    background-position: center;
    background-size: 40px 40px;
    background-repeat: no-repeat;
}

.menu-icon-Menu {
    background-image: URL("../../../Images/WindowsPhone/Dark/appbar.lines.horizontal.4.png");
    background-position: center;
    background-size: 25px 25px;
    background-repeat: no-repeat;
}
.menu-icon-Account {
    background-image: URL("../../../Images/WindowsPhone/Dark/appbar.user.tie.png");
    background-position: center;
    background-size: 25px 25px;
    background-repeat: no-repeat;
}
.menu-icon-Dashboard {
    background-image: URL("../../../Images/WindowsPhone/Dark/appbar.home.people.png");
    background-position: center;
    background-size: 25px 25px;
    background-repeat: no-repeat;
}
.menu-icon-Notification {
    background-image: URL("../../../Images/WindowsPhone/Dark/appbar.notification.png");
    background-position: center;
    background-size: 25px 25px;
    background-repeat: no-repeat;
}
#menuList li[menustate='open'] {
    background-image: URL("../../../Images/WindowsPhone/Dark/appbar.chevron.down.png");
    background-position:right top;
    background-repeat:no-repeat;
    background-size: 16px;
}
#menuList li[menustate='closed'] {
    background-image: URL("../../../Images/WindowsPhone/Dark/appbar.chevron.right.png");
    background-position:right top;
    background-repeat:no-repeat;
    background-size: 16px;
}