/* -------------------------------
   			MENU 
--------------------------------*/

body { font-family:Arial, Helvetica, sans-serif; font-size: 10px; margin: 6px 0 0 12px; padding: 0px; }

ul	{ padding: 0; margin: 0; font-size: 9px; }
li	{ padding: 4px 0 0 0; margin: 0; font-size: 10px; line-height: 12px; list-style: none; }

#menu_left { background-image: url(../images/_assets/menu_left.gif); background-repeat: no-repeat; }
#menu_right { background-image: url(../images/_assets/logo.gif); background-repeat: no-repeat; }
	

#menu_a	{ position: absolute; top: 14px; left: 12px;  width: 108px; }
#menu_b	{ position: absolute; top: 14px; left: 120px; width: 108px; }
#menu_c	{ position: absolute; top: 14px; left: 228px; width: 108px; }
#menu_d { position: absolute; top: 14px; left: 336px; width: 108px; }

#a_title, #b_title, #c_title, #d_title { font-size: 9px; padding: 0; line-height: 1}

#menu_a a 			{ text-decoration: none; 	  color: #CCC }
#menu_a a:hover 	{ text-decoration: underline; color: #98B000 }

#menu_b a 			{ text-decoration: none; 	  color: #CCC }
#menu_b a:hover 	{ text-decoration: underline; color: #FF3366 }
#menu_b a:active 	{ text-decoration: underline; color: #000  }

#menu_c a 			{ text-decoration: none; 	  color: #CCC }
#menu_c a:hover 	{ text-decoration: underline; color: #1B8099 }
#menu_c a:active 	{ text-decoration: underline; color: #000  }

#menu_d a 			{ text-decoration: none; 	  color: #CCC }
#menu_d a:hover 	{ text-decoration: underline; color: #665247 }
#menu_d a:active 	{ text-decoration: underline; color: #000  }

#menu_a:hover a, #menu_b:hover a, #menu_c:hover a, #menu_d:hover a	{ color: #666; }

#menu_a #a_current_issue a:hover		{ color: #98B000;}
#menu_a #a_subscribe a:hover			{ color: #98B000;}
#menu_a #a_submissions a:hover			{ color: #98B000;}
#menu_a #a_archives a:hover				{ color: #98B000;}

#menu_b #b_most_recent a:hover			{ color: #FF3366;}
#menu_b #b_podcast_vodcast a:hover		{ color: #FF3366;}
#menu_b #b_archives a:hover				{ color: #FF3366;}

#menu_c #c_most_recent a:hover			{ color: #1B8099;}
#menu_c #c_submissions a:hover			{ color: #1B8099;}
#menu_c #c_archives a:hover				{ color: #1B8099;}

#menu_d #d_news_blog a:hover			{ color: #9E938D;}
#menu_d #d_store a:hover				{ color: #9E938D;}
#menu_d #d_about_us a:hover				{ color: #9E938D;}
#menu_d #d_contact a:hover				{ color: #9E938D;}
#menu_d #d_support a:hover				{ color: #9E938D;}

.menu_active_green { text-decoration: none; color: #98B000 }
.menu_active_pink { text-decoration: none; color: #FF3366 }
.menu_active_blue { text-decoration: none; color: #1B8099 }
.menu_active_brown { text-decoration: none; color: #9E938D }

#green_arrow_a	{ position: absolute; top: 31px; left: 80px; }
#green_arrow_b	{ position: absolute; top: 47px; left: 80px; }
#green_arrow_c	{ position: absolute; top: 63px; left: 76px; }
#green_arrow_d	{ position: absolute; top: 79px; left: 56px; }

#pink_arrow_a	{ position: absolute; top: 31px; left: 182px; }
#pink_arrow_b	{ position: absolute; top: 47px; left: 200px; }
#pink_arrow_c	{ position: absolute; top: 63px; left: 164px; }

#blue_arrow_a	{ position: absolute; top: 31px; left: 290px; }
#blue_arrow_b	{ position: absolute; top: 47px; left: 292px; }
#blue_arrow_c	{ position: absolute; top: 63px; left: 272px; }

#brown_arrow_a	{ position: absolute; top: 31px; left: 390px; }
#brown_arrow_b	{ position: absolute; top: 67px; left: 392px; }
#brown_arrow_c	{ position: absolute; top: 63px; left: 384px; }
#brown_arrow_d	{ position: absolute; top: 79px; left: 376px; }
#brown_arrow_e	{ position: absolute; top: 95px; left: 378px; }
