/* 
  -----------------------------------
  PopMenu Magic Style Sheet
  by Project Seven Development
  www.projectseven.com
  Menu Type: Horizontal
  Style Theme:0 -Basic Style
  -----------------------------------
*/
#p7PMnav {
	font-family: Geneva, Arial, Helvetica, san-serif;
	font-size: 1.2em;
	width: 925px;
}

#p7PMnav li.firstItem{
	border-left: dashed 1px #999999;
}

#p7PMnav li {
	list-style-type: none;
	margin: 0;
	padding: 0;


	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #999999;
}
#p7PMnav ul {
	margin: 0;
	padding: 0;
	border: 1px solid #CCCCCC;
	position: absolute;
	left: -9000px;
	z-index: 10000;
}
#p7PMnav a {
	display: block;
	text-decoration: none;
	padding: 10px 10px 8px;
	color: #333333;
	line-height:1;
	text-align: center;
}
#p7PMnav a:hover, #p7PMnav a:active, #p7PMnav a:focus {
	color: #333333;
	font-weight: bold;
	background-color: #D9EAD9;
}

/* ------ the current page marker style ------ */
#p7PMnav .p7PMmark {
	color: #fff;
	font-weight: bold;
	background-color: #6CA46D;
	font-size: 1.2em;
}

/* ------ the trigger link styles ------- */

/*the trigger link */
#p7PMnav ul .p7PMtrg, #p7PMnav ul .p7PMon {
	background-image:  url(img/p7PM_dark_east.gif);
	background-repeat:	no-repeat;
	background-position: right center;
	font-weight: bold;
}
/* the active trigger link style */
#p7PMnav .p7PMon {
	color: #006600;
	font-weight: bold;
	background-color: #D9EAD9;
}

/*the submenu classes */

#p7PMnav .p7PMhide {
	left: -9000px;
}
#p7PMnav .p7PMshow {
	left: auto;
	z-index: 20000 !important;
}
/* Top level menu width */
#p7PMnav li {
	float: left;
	width: 120px;
}

#p7PMnav ul li a {
	float: none;
	text-align: left;
	margin-left: 1px;
}

#p7PMnav ul, #p7PMnav ul li {
	width: 172px;
	margin-top: 1px;
	background-color: #F7FBF7;
	background-image: none;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-right-width: 1px;
	border-right-color: #B3D5B3;
	border-bottom-width: 1px;
	border-bottom-color: #B3D5B3;
}
#p7PMnav ul a, #p7PMnav ul li {

	background-color: #D9EAD9;
	background-image: none;
	font-weight: normal;
}
#p7PMnav ul a:hover, #p7PMnav ul li {

	background-color: #F7FBF7;
	background-image: none;
}



#pmmcrumb {
	font-weight: bold;
	margin-bottom: 16px;
	color: #333333;
}
#pmmcrumb a, #pmmcrumb a:visited {
	font-weight: normal;
	color: #535FAC;
}
#pmmcrumb a:hover, #pmmcrumb a:active, #pmmcrumb a:focus {
	font-weight: normal;
	color: #333333;
}


/* Add ons */

#top-navigation-container{
	background-image: url(../images/support/gray_bg.gif);
	background-repeat: repeat-x;
	width: 100%;
	height: 31px;
	background-position: top;
}
#top-navigation-container img {
	float: left;
}




/* BEGIN: Tab Menu */


.basictab {
	font-family: Geneva, Arial, Helvetica, san-serif;
	font-size: 1.3em;
	list-style-type: none;
	text-align: center;
	position: relative;

}

.basictab li {
	display: inline;
	margin: 0;
}

.basictab li a {
	text-decoration: none;
	padding: 3px 10px;
	margin-right: 3px;
	border: 1px solid gray;
	border-bottom: none;
	background-color: #339966;
	color: #FFFFFF;
}

.basictab li a:visited {

}

.basictab li a:hover {
	background-color: #66CC99;
	color: #FFFFFF;
}

.basictab li a:active {

}

.basictab li.selected a { /*selected tab effect*/
	position: relative;
	top: 1px;
	padding-top: 4px;
	background-color: #FFFFFF;
	color: #339966;
	font-weight: bold;
	border-bottom: 1px solid #FFFFFF;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
}

.logStatus {
	font-family: Geneva, Arial, Helvetica, san-serif;
	font-size: 10px;
	margin-top: 2px;
	margin-right: 20px;
	text-align: right;
	width: 100px;
	float: right;
}

.tabSubMenuBox {
	text-align: center;
	z-index: 100;
	width: 800px;
	position: relative;
	top: 30px;
	margin-top: -15px;
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
}
.tabSubMenuBox a {
	font-family: Geneva, Arial, Helvetica, san-serif;
	font-size: 1.3em;
	text-align: center;
	margin-right: 15px;
	margin-left: 15px;
	color: #339966;

}

.tabSubMenuBox a.selected{
  font-weight: bold;	
}

/* END: Tab Menu */



