/* PopMenu Magic Style Sheet by Project Seven Development www.projectseven.com
Menu Type: Horizontal Style Theme:14 - Bartlett */

#p7PMnav { margin: 0; padding:0; height: 1.75em; }

#p7PMnav li { 
list-style-type: none; 
margin: 0; 
padding: 1; 
background: none transparent;
border-right-width: 0px; }

#p7PMnav ul {
margin: 0;
padding: 0;
position: absolute;
left: -9000px;
z-index: 10000;
border-right: 0;
border-bottom: 0;
border-left: 0;}

/* Line under menu items */

#p7PMnav ul li { border-bottom: 1px solid #CCDEEF; margin-left: 12px;}

#p7PMnav a { 
display: block; 
text-decoration: none; 
background-color: #3B78B5; 
padding: 4px 8px 4px 10px;
color: white;
line-height:1;
font-weight: bold; }

#p7PMnav ul a { padding: 4px 12px 4px 10px; line-height:1; border-left: 6px solid #A2C2E2; }
#p7PMnav ul ul a { padding: 4px 12px 4px 10px; line-height:1;}

/* ------ HOVER COLOUR TEXT ------ */

#p7PMnav a:hover, #p7PMnav a:active, #p7PMnav a:focus, #p7PMnav .p7PMon, #p7PMnav .p7PMon:hover, #p7PMnav ul a:focus, #p7PMnav .p7PMon:active {
color: #FFC;
background-color: #3B78B5;
letter-spacing: 0.01px;
border-right: 0px solid #6699CC; }

/* ------ Drop-down colour change by Richard ------ */
#p7PMnav ul a {background-color: #3B78B5; color:#FFF;}

/* ------ HOVER COLOUR BORDER ------ */

#p7PMnav ul a:hover, #p7PMnav ul a:active, #p7PMnav ul .p7PMon, #p7PMnav ul .p7PMon:hover {
color:#FFC;
border-right: 0;
border-bottom: 0;
border-left: 6px solid #E78F3C;
background-color: #3B78B5; }

/* ------ the current page marker style ------ */
#p7PMnav .p7PMmark, #p7PMnav .p7PMmark:hover { font-weight: bold; }

/* ------ the trigger link styles ------- */

/*the normal trigger link */
#p7PMnav .p7PMtrg, #p7PMnav .p7PMtrg:hover, #p7PMnav .p7PMtrg:active, #p7PMnav .p7PMon {
background-image: /*url(/hulldemo/media/p7PM_light_south.gif);*/none;
background-repeat:	no-repeat;
background-position: 4px 8px; }

/*the submenu classes */
#p7PMnav .p7PMhide { left: -9000px; border: 0; }
#p7PMnav .p7PMshow { left: auto; z-index: 20000 !important; }
#pmmcrumb { font-weight: bold; color: #333333; }
#pmmcrumb a, #pmmcrumb a:visited { font-weight: normal; color: #333333; }
#pmmcrumb a:hover, #pmmcrumb a:active, #pmmcrumb a:focus { font-weight: normal; color: #956870; }

/* Top level menu width */
#p7PMnav li { float: left; width: 8em; }
#p7PMnav ul li { float: none; width: auto; }

/* 2nd and subsequent Submenu widths */
#p7PMnav ul{ width: 12.5em; }

/* The single backslash \ character inside this comment
causes IE5 Mac to ignore the following rule, which allows other
browsers to render top-level menu items to their natural width. */
#p7PMnav li {width: auto;}

