/* 
  -----------------------------------
  PopMenu Magic Style Sheet
  by Project Seven Development
  www.projectseven.com
  Menu Type: Horizontal
  Style Theme: 24 - Bluestone
  -----------------------------------
*/

#navBar {
	height: 38px;
	width: 915px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	margin-left: auto;
	margin-right: auto;
}


#brMnav {
	margin: 0;
	padding: 0px;
	width: 100%;
	float: left;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}
#brMnav li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#brMnav ul {
	margin: 0;
	padding:0;
	position: absolute;
	left: -9000px;
	z-index: 10000;
	background-image: url(img/pmbluestone_subs.jpg);
	background-repeat: repeat-x;
	padding-top: 6;
	padding-bottom: 6;
}
#brMnav ul ul {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}
#brMnav a {
	color: #424b68;	
	text-decoration: none;
	display: block;
	height: auto !important;
	background-image: url(img/pmbluestone_rootlink.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding-top: 11px;
	padding-right: 18px;
	padding-bottom: 10px;
	padding-left: 12px;
}

#brMnav .lastlink a {

	color: #424b68;	
	text-decoration: none;
	display: block;
	height: auto !important;
	background-image: none;
	background-repeat: no-repeat;
	background-position: right top;
	padding-top: 11px;
	padding-right: 22px;
	padding-bottom: 10px;
	padding-left: 12px;


}


#brMnav .tradenow a { 
	
	color: #4b84cb;
	font-weight:700;	
	text-decoration: none;
	display: block;
	height: auto !important;
	background-image: url(img/pmbluestone_rootlink.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding-top: 11px;
	padding-right: 12px;
	padding-bottom: 10px;
	padding-left: 12px;
}

#brMnav ul a {
	padding: 4px 12px;
	background-image: none;
	color:#FFFFFF;
	zoom: 1;
	
}
#brMnav ul ul a {
	border-left-width: 0;
}

#brMnav a:hover, #brMnav a:active, #brMnav a:focus {
	color: #FFFFFF;
	border-top-color: #CCC;
	background-image: url(img/hoverBgBrd.gif);
	background-repeat: repeat-x;
}
 
#brMnav .tradenow a:hover {
	color:#FF0000;
	border-top-color: #CCC;
	background-image: url(img/hoverBgBrd.gif);
	background-repeat: repeat-x;
}


#navBar #navWrapper {
}

#brMnav ul a:hover, #brMnav ul a:active, #brMnav ul a:focus {

	color: #CCCCCC;
	background-image:url(img/pmbluestone_subs.jpg);
}

/* ------ the current page marker style ------ */
#brMnav .brMmark {
	color: #424b68;
	font-weight: bold;
}
/* ------ the trigger link styles ------- */

/*the trigger link */
/* the active trigger link style */
#brMnav .brMon {
	
	color: #424b68;
}
#brMnav ul .brMtrg, #brMnav ul .brMon {
	background-image:  url(img/brM_dark_east.gif);
	background-repeat:	no-repeat;
	background-position: right center;
}
#brMnav ul .brMon {
	color: #FFFFFF;
	
}
/*the submenu classes */

#brMnav .brMhide {
	left: -9000px;
	top: 0;
}
#brMnav .brMshow {
	left: auto;
	z-index: 20000 !important;
	top: auto;
}
/* Top level menu width */
#brMnav li {
	float: left;
	width: 148px;
}
/* hide from IE mac \*/
#brMnav li {
	width: auto;
	height: 36px;
}
/* end hiding from IE5 mac */

#brMnav ul li {
	float: none;
}
#brMnav ul, #brMnav ul li {
	width: 140px;
}


#navBar #navWrapper {
	width: 915px;
	margin-left: 3px;
}
