#menu_hor 							{ width: 214px; text-align: center; margin-top: 80px; }
#menu_hor a 						{ color: #666666; text-decoration: none; font-size: 12px;}
#menu_hor a:hover 			{ color: #666666; text-decoration: underline;}
#menu_hor a.selected		{ color: #666666; font-weight: bold; text-decoration: none;}

#menu_ver 							{ width: 214px; font-family: Verdana,Arial;}

#menu_ver ul 						{ list-style-type:none; margin: 0; padding: 0;}
#menu_ver li 						{ padding: 0; width: 100%; background: url(/images/submenu.jpg) no-repeat; }

#menu_ver li a					{ color: white; font-weight: bold; font-size: 12px; padding-left: 30px; line-height: 20px; text-decoration: none;}
#menu_ver li a:hover		{ text-decoration: underline;}
#menu_ver li a.selected		{ text-decoration: underline;}

ul.sub					{ position: absolute; z-index:10; visibility: hidden; }

#menu_ver ul.selected 			{ list-style-type:none; margin: 0px; padding: 0px; background-color: white;  width: 214px;}
#menu_ver ul.selected li 		{ margin: 0px; padding: 0px; height: 16px; background: url(/images/submenu2.jpg) no-repeat;}

#menu_ver ul.selected a			 { color: white; font-size: 10px; padding-left: 30px; line-height: 16px; text-decoration: none;}
#menu_ver ul.selected a:hover { text-decoration: underline;}
#menu_ver ul.selected a.selected	{ text-decoration: underline;}

