/* 
-----------------------------------
PopMenu Magic Style Sheet
by Project Seven Development
www.projectseven.com
Menu Type: Horizontal
Style Theme:0 -Basic Style
-----------------------------------
*/

#p7PMnav { margin: 0; padding:0; }
#p7PMnav li { list-style-type: none; margin: 0;	padding: 0;}
#p7PMnav ul { margin: 0; padding: 0; position: absolute; left: -9000px;	z-index: 10000;}
#p7PMnav a { display: block; text-decoration: none;	padding: 4px 0 5px 0;line-height:1;}
#p7PMnav a:hover, #p7PMnav a:active, #p7PMnav a:focus {}

/* ------ the current page marker style ------ */
#p7PMnav .p7PMmark { color: #FFF; background:#CCC; }

/* ------ the trigger link styles ------- */

/*the trigger link */
#p7PMnav ul .p7PMtrg, #p7PMnav ul .p7PMon {}

/* the active trigger link style */
#p7PMnav .p7PMon { }

/*the submenu classes */
#p7PMnav .p7PMhide { left: -9000px; }
#p7PMnav .p7PMshow { left: auto; z-index: 20000 !important; margin-left:-110px; }

/* Top level menu width */
#p7PMnav li { float: left;}
#p7PMnav ul li { float: none;}
#p7PMnav ul{ border:1px solid #808080; background:#000000 url(../gfx/pop/ul_bg_black.gif) left top no-repeat; padding-top:10px;}
#p7PMnav ul li {padding:3px 0; background:url(../gfx/pop/li_bg.png) left bottom no-repeat;}
#pmmcrumb {	margin-bottom: 16px;color: #FFF;}
#pmmcrumb a, #pmmcrumb a:visited {font-weight: normal;color: #FFF;}
#pmmcrumb a:hover, #pmmcrumb a:active, #pmmcrumb a:focus {font-weight: normal;color: #FFF;}
