@charset "utf-8";
/*Working copy images/Background propertieds style sheet.
Author: Anya Gerasimchuk
agerasimchuk@unioncentral.com
anyagerasimchuk@hotmail.com
http://www.anyagerasimchuk.com
*/
#flash_shadow {
    background-image: url(/images/shadow_flash.jpg);
    background-position: right bottom;
    background-repeat: no-repeat;
}
.top_nav li {
    background-image: url(/images/active_but_right.gif);
    background-repeat: no-repeat;
    background-position: right bottom;
}
.top_nav a {
    background-image: url(/images/but_long.gif);
}
#active_tab {
    background-image: url(/images/active_but_long.gif);
    background-repeat: no-repeat;
    background-position: left top;
}
#active_right {
    background-image: url(/images/active_but_right.gif);
    background-repeat: no-repeat;
    background-position: right bottom;
}
.but_right {
    background-image: url(/images/but_right.gif);
    background-repeat: no-repeat;
    background-position: right bottom;
}
#right_nav .quick_links a{
    background-position: left center;
    background-repeat: no-repeat;
    background-image: url(/images/btn_quicklinks.gif);
}
.top_nav {
    background-image: url(/images/topnav_back.gif);
    background-repeat: repeat-x;
    background-position: left bottom;
}