@charset "UTF-8";

/********************** Begin: Outer div container with borders ***************/

#pnavOuterContainer {
	display: block;
	width: 178px;
	height: auto;
	color: #666666;
	background-color: #F4F4F4;
	background-image: url("../../../images_css/pnav_title_bg.jpg");
	background-position: top left;
	background-repeat: repeat-x;
	background-attachment: scroll;
	margin-bottom: 15px;
	border: 1px solid #DFDFDF;
}

/********************** End: Outer div container with borders *****************/

.pnavInnerContainer {
	display: block;
	width: 158px;
	height: auto;
	padding-top: 10px;
	padding-bottom: 25px;
	padding-left: 10px;
	padding-right: 10px;
}

.pnavInnerContainer .greenBold {
	display: block;
	width: auto;
	height: auto;
	color: #666666;
	background-color: #F4F4F4;
	text-transform: uppercase;
	font-size: 0.75em;
}

/*************************** Begin: module title Container ********************/

.pnavTitle {
	display: block;
	width: 178px;
	height: auto;
	font-size: 0.9em;
	font-weight: bold;
	text-transform: uppercase;
}

/***************************** End: module title Container ********************/

/*********************** Begin: module Title BgPanel Container ****************/

.pnavbgPanel {
	display: block;
	width: 158px;
	height: auto;
	padding-top: 5px;
	padding-bottom: 2px;
	padding-left: 10px;
	padding-right: 10px;
}

/************************ End: module Title BgPanel Container *****************/

/* Turn off the arrows images */

.pnavInnerContainer div img {
	display: none;
}

/* Style the anchors */

.pnavInnerContainer a:link, .pnavInnerContainer a:visited {
	display: block;
	width: auto;
	height: auto;
	color: #333333;
	background-color: #F4F4F4;
	background-image: url("../../../images_css/link_blue_green_9_arrow.gif");
	background-position: bottom right;
	background-repeat: no-repeat;
	background-attachment: scroll;
	font-size: 0.75em;
	text-decoration: none;
	line-height: 1.2;
	padding-right: 10px;
}

.pnavInnerContainer a:hover, .pnavInnerContainer a:active {
	display: block;
	width: auto;
	height: auto;
	color: #FF0000;
	background-color: #F4F4F4;
	background-image: url("../../../images_css/_link_blue_green_9_arrow.gif");
	background-position: bottom right;
	background-repeat: no-repeat;
	background-attachment: scroll;
	font-size: 0.75em;
	text-decoration: none;
	line-height: 1.2;
	padding-right: 10px;
}

/* Redefine the floated "blue" anchor which can appear at the bottom */

.pnavInnerContainer a.blue:link, .pnavInnerContainer a.blue:visited {
	display: block;
}

.pnavInnerContainer a.blue:hover, .pnavInnerContainer a.blue:active {
	display: block;
}

