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

#menu { font-family:Arial, Helvetica, sans-serif; color:#FFFFFF; font-size:12px; text-align:left; position:relative; z-index:99999;}

#main_menu	{ background:#59acd6; font-family:inherit; font-size:inherit; text-align:center; padding:10px 0; text-align:inherit;}
#main_menu table { height:30px; }
#main_menu table tr td { width:100px; padding-left:8px; padding:0 8px; border-right:1px dotted #FFFFFF; }
#main_menu table tr td:hover { background-color:#217aa9; repeat; cursor:pointer; }
#main_menu table tr td:last-child { border-right:none; }

#sub_menu { z-index:99999; background:url(../images/bg-menu.png) repeat; font-family:inherit; color:#333; font-size:11px; text-align:inherit; padding:10px 0; border-top:1px dotted #FFFFFF; 
	position:absolute; top:50px; left:0px; right:0px; width:100%; display:none; }
#sub_menu table tr td { width:100px; padding:0 8px; border-right:1px dotted #111; }
#sub_menu table tr td a { text-decoration:none; color:inherit !important; padding:-5px 0; display:block; }
#sub_menu table tr td a:hover { text-decoration:underline; background:#d5d5d5; }
#sub_menu table tr td:last-child { border-right:none; }