.menu {width:144px; }
/*---------------------------*/

.menu {
font-size:10px;
margin:0px 0 0 0px; /* this page only */
}

/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
padding-left:2px;
margin:0;
list-style-type:none;
}
/* style the list items */
.menu li {
border:0;
border-bottom:1px solid #eee;
padding-top:2px; padding-bottom:3px;
}

.menu li li {
border:0;
padding-top:0px; padding-bottom:1px;
}


.menu li.sub {} 

/* style the links */
.menu a, .menu a:visited {
text-decoration:none;
/*height:25px;*/
/*line-height:25px;*/
padding-top:4px;
padding-bottom:4px;
color: #FF6600;
font-weight:normal;
border:0;
}

.menu a:hover {
text-decoration:underline;
color:#468C00;
}


.menu li .last {
border-bottom:0;
}

.menu li li a, .menu li li a:visited { 
 color:#FF9900;
 line-height: normal; 
 font-size:10px; 
 padding:3px;
 font-weight:normal;
}

.menu li li a:hover {
color:#468C00;
}

 
/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu li ul {
border:0;
padding:0px;
padding-left:15px;
/*list-style-image:url(../image/menu_li_li_bg.gif);*/
/* this is for IE to make it interpret the overrrun padding */
}

.menu a b { color:#000; }



/*----------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------*/

#top_menu { display:table; padding:0; margin:0 auto; white-space:nowrap;}
#top_menu div { display:table-cell; margin:0; padding:0;}
#top_menu div a {float:left; font-family:arial; width:193px; height:28px; padding-top:7px; text-align:center; font-size:12px; background-image:url(../image/top_menu_0.jpg); background-position:left top; background-repeat:no-repeat; text-decoration:none; color:#fff; font-weight:normal;}
#top_menu div a:hover, #top_menu li a.current {  background-image:url(../image/top_menu_1.jpg); background-position:left top; background-repeat:no-repeat; text-decoration:none; color:#fff;}

/*----------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------*/
