/* CSS Document */
.js_menu{
	padding-right:17px;
	padding-left:17px;
}

.menu_cell {
        height:12px;
}

.first_menu_cell {
	padding-top:9px;
    height:9px;
	width:146px;
	background-image:url(../images/top_menu.jpg);
	background-position:top;
	background-repeat:no-repeat;
}

.last_menu_cell {
	padding-bottom:9px;
    height:9px;
	width:146px;
	background-image:url(../images/bottom_menu.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
}

a.menu_link {
        display:block;
        background:#ffffff;
        text-align:left;
        text-decoration:none;
		vertical-align:middle;
		padding-left:20px;
        font-family:Verdana, Arial, Helvetica, sans-serif;
        font-size:11px;
        font-style:normal;
        color:#878889;
        font-weight:bold;
}

a.menu_link:hover {
        color:#ee3823;
        font-weight:bold;
        font-style:normal;
        text-decoration:none;
}
