@charset "ISO-8859-6-I";
/* CSS Document */

#breadcrumbs {
    font:11px Arial, sans-serif;
    color:#111;
    list-style:none;
    padding:0; margin:0;
    background:url(http://www.mpe2013.org/css/breadcrumb-bg.png) repeat-x center;
    border:1px solid #CCC;
    border-radius:0.4em;
    -moz-border-radius:0.4em;
    -webkit-border-radius:0.4em;
    overflow:hidden;
}
#breadcrumbs li {
    float:left;
    background:url(http://www.mpe2013.org/css/breadcrumb-right.png) no-repeat right center;
    padding:0 20px 0 10px;
    height:28px; line-height:28px;
}
#breadcrumbs li:first-child a {
    display:block;
    width:30px;
    text-indent:-9999px;
    background:url(http://www.mpe2013.org/css/breadcrumb-home.png) no-repeat center center;
}
#breadcrumbs a {
    text-decoration:none;
    color:#999;
}
#breadcrumbs a:hover {
    color:#CC6600;
}