/* 
  -----------------------------------
  PopMenu Magic Style Sheet
  by Project Seven Development
  www.projectseven.com
  Menu Type: Horizontal
  Style: Main menu for cfd-online.com
   -----------------------------------
*/
#logo_and_banner {
	margin: 0 0 0 0px;
	padding:0 0 0 0px;
	background: none;
}
#main_menu {
	background: none;
        margin: 0 0 0 0px;
        padding:0 0 0 0px;
}
img {
	vertical-align: middle;
}
#p7PMnav {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0 0 0 3px;
	padding:0;
	list-style-type: none;
	list-style-image: none;
}
#p7PMnav ul {
	margin: 0;
	padding: 0;
	position: absolute;
	left: -9000px;
	z-index: 10000;
	border: 1px solid #394975;
	list-style-type: none;
	list-style-image: none;
}
#p7PMnav li {
	list-style-type: none;
	margin: 0;
	padding: 0;
	background-image:  url(img/mainmenu_button.jpg);
	background-repeat: repeat-x;
	background-color: #000066;
}
#p7PMnav ul li {
	background-image: none;
	background-color: #000066;
}
/* ------ the menu link styles ------ */
#p7PMnav a {
	display: block;
	text-decoration: none;
	padding: 4px 10px;
	color: #EEEE70;
	border-top: 0px solid #495F96;
	border-right: 0px solid #394975;
	border-bottom: 0px solid #394975;
	border-left: 0px solid #495F96;
	line-height:1;
}
#p7PMnav a:hover, #p7PMnav a:active, #p7PMnav a:focus {
	background-color: #DDDDDD;
	border-top: 0px solid #495F96;
	border-right: 0px solid #394975;
	border-bottom: 0px solid #394975;
	border-left: 0px solid #495F96;
	color: #000000;
	letter-spacing: .01px;
}

/* ------ the current page marker style ------ */
#p7PMnav .p7PMmark {
	font-weight: bold;
}
/* ------ the trigger link styles ------- */

/*the normal trigger links */
#p7PMnav ul .p7PMtrg, #p7PMnav ul .p7PMon {
	background-image:  url(img/right_arrow.gif);
	background-repeat:	no-repeat;
	background-position: right center;
}
/* the active trigger link style */
#p7PMnav .p7PMon {
	background-color: #DDDDDD;
	color: #000000;
}

/*the submenu classes */
#p7PMnav .p7PMhide {
	left: -9000px;
	border: 0;
}
#p7PMnav .p7PMshow {
	left: auto;
	z-index: 20000 !important;
}
/* Top level menu width */
#p7PMnav li {
	float: left;
	width: 75px;
}
#p7PMnav ul li {
	float: none;
}
/* 2nd and subsequent Submenu widths */
#p7PMnav ul, #p7PMnav ul li {
	width: 161px;
}
#pmmcrumb {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 0px;
	color: #000099;
}
#pmmcrumb a, #pmmcrumb a:visited {
	font-weight: normal;
	color: #000099;
}
#pmmcrumb a:hover, #pmmcrumb a:active, #pmmcrumb a:focus {
	font-weight: normal;
	color: #000099;
	text-decoration: underline;
}
#pmmcrumb2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin-bottom:0px;
	color: #000099;
}
#pmmcrumb2 a, #pmmcrumb2 a:visited {
	font-weight: normal;
	color: #000099;
}
#pmmcrumb2 a:hover, #pmmcrumb2 a:active, #pmmcrumb2 a:focus {
	font-weight: normal;
	color: #000099;
	text-decoration: underline;
}
#p7PMnav a {
  zoom:expression("100%");
}
#p7PMnav ul li {
  float:expression("left");
  clear:expression("both");
  width:expression("100%");
}
