@charset "utf-8";
/* CSS Document */

/********   styles for menu   *********/
#left_col table.menu{
border:none;
}
#left_col table.menu td, #left_col table.menu td{
border:0;
}
#left_col table.menu td {
padding:5px;
}
#wrapper #left_col .menu th {
font-family:"Lucida Console", "Lucida Sans Unicode";
font-size:16px;
font-variant:small-caps;
color:#8A4945;
border:none;
padding:5px;
}
#left_col table.menu tr.odd {
background:#FBEAD6;

}
.divider {
clear:both;
width:96%;
text-align:center;
border-bottom: dotted #8A4945 1px;
margin-bottom:5px;
margin-top:5px;
}
/******* end styles for menu *********/