/* +++++++++  mo_nav.css +++++++++ */
/*__________________________________________________________________________________________________
		PRIMARY NAVIGATION
====================================================================================================*/
div#nav { margin-bottom: -1px; padding: 0px 10px 1px; }
div#nav_main { padding-bottom: 12px; background-color: #fff; }
div#primary_nav { height: 32px; overflow: hidden; background: transparent url("http://media.mergeonline.com/designimages/mo_pnavBg.gif") repeat-x 0 0; }

div#primary_nav ul { width: 476px; height: 32px; margin: 0px; padding: 0px; position: relative; overflow: hidden; background: transparent url("http://media.mergeonline.com/designimages/mo_pnav.png") no-repeat 0 0; }
div#primary_nav ul li { margin: 0px; padding: 0px; float: left; z-index: 5; }
div#primary_nav ul li.curr_page { z-index: 10; }

#primary_nav a { height: 32px; padding: 0px; position: absolute; top: 0px; display: inline-block; color: #fff; font-size: 10px; text-decoration: none; background-image: url("http://media.mergeonline.com/designimages/mo_pnav.png"); background-repeat: no-repeat; }

div#primary_nav ul li a span { display: block; text-indent: -9999px; }

/*_________________________________________________________________________________
		PRIMARY NAVIGATION ITEMS
===================================================================================*/
/* Articles */
#pn_item_1 a { width: 87px; left: 0px; background-position: 0px 0px; }
#pn_item_1 a:hover { background-position: 0px -32px; }
#pn_item_1 a:active { background-position: 0px -64px; }

#pn_item_1.curr_page a { width: 88px; left: 0px; background-position: 0px -96px; }
#pn_item_1.curr_page a:hover { background-position: 0px -128px; }
#pn_item_1.curr_page a:active { background-position: 0px -160px; }

/* News */
#pn_item_2 a { width: 77px; left: 88px; background-position: -88px 0px; }
#pn_item_2 a:hover { background-position: -88px -32px; }
#pn_item_2 a:active { background-position: -88px -64px; }

#pn_item_2.curr_page a { width: 79px; left: 87px; background-position: -87px -96px; }
#pn_item_2.curr_page a:hover { background-position: -87px -128px; }
#pn_item_2.curr_page a:active { background-position: -87px -160px; }

/* Products */
#pn_item_3 a { width: 104px; left: 166px; background-position: -166px 0px; }
#pn_item_3 a:hover { background-position: -166px -32px; }
#pn_item_3 a:active { background-position: -166px -64px; }

#pn_item_3.curr_page a { width: 106px; left: 165px; background-position: -165px -96px; }
#pn_item_3.curr_page a:hover { background-position: -165px -128px; }
#pn_item_3.curr_page a:active { background-position: -165px -160px; }

/* Events */
#pn_item_4 a { width: 89px; left: 271px; background-position: -271px 0px; }
#pn_item_4 a:hover { background-position: -271px -32px; }
#pn_item_4 a:active { background-position: -271px -64px; }

#pn_item_4.curr_page a { width: 91px; left: 270px; background-position: -270px -96px; }
#pn_item_4.curr_page a:hover { background-position: -270px -128px; }
#pn_item_4.curr_page a:active { background-position: -270px -160px; }

/* Magazine */
#pn_item_5 a { width: 110px; left: 361px; background-position: -361px 0px; }
#pn_item_5 a:hover { background-position: -361px -32px; }
#pn_item_5 a:active { background-position: -361px -64px; }

#pn_item_5.curr_page a { width: 112px; left: 360px; background-position: -360px -96px; }
#pn_item_5.curr_page a:hover { background-position: -360px -128px; }
#pn_item_5.curr_page a:active { background-position: -360px -160px; }

/*__________________________________________________________________________________________________
		SECONDARY NAVIGATION
====================================================================================================*/
div#secondary_nav { display: none; }
