/* 
  -----------------------------------
  Top Navigation
  -----------------------------------
*/
.p7MBM01h {
	font-size: 11px;
	color: #333333;
}
.p7MBM01h ul {
	margin: 0px;
	padding: 0px;
}
.p7MBM01h li {
	float: left;
	margin-right: 0px;
	list-style-type: none;
	padding: 0px;
	background-image: url(../images/layout/nav_divide.png);
	background-repeat: no-repeat;
	background-position: right top;
}
.p7MBM01h li.p7MBfirst {
	border-left: 0;
}
.p7MBM01h li.p7MBlast {
	background-image: none;
	background-repeat: no-repeat;
	background-position: right;
}
.p7MBM01h a {
	display: block;
	color: #333333;
	text-decoration: none;
	padding-top: 4px;
	padding-right: 17px;
	padding-bottom: 6px;
	padding-left: 17px;
}
.p7MBM01h a.p7MBfirst {}
.p7MBM01h a.p7MBlast {
	background-image: none;
	background-repeat: no-repeat;
	background-position: right top;
}

.p7MBM01h a:hover {
	color: #FF3300;
}
.p7MBM01h .p7MBmark {
	color: #FF3300;
	cursor: default;
}
.p7MBM01h .p7MBmark:hover {
	color: #FF3300;
}
.p7mb_clearfloat {
	clear: both;
	height: 0;
	line-height: 0.0;
	font-size: 0;
}
/* 
  -----------------------------------
  Left Navigation
  -----------------------------------
*/
.arrowlistmenu{
	width: 200px; /*width of accordion menu*/
}

.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
	color: #8C8C8C;
	margin-bottom: 0px; /*header text is indented 10px*/
	cursor: pointer;
	font-size: 11px;
	padding-top: 7px;
	padding-right: 0;
	padding-bottom: 6px;
	padding-left: 10px;
	margin-top: 0px;
	background-image: url(../images/layout/cat_bg.png);
	background-position: left top;
}

.arrowlistmenu :hover{ 
	color: #FF3300;
}
.menuheader :hover{ 
	color: #FF3300;
}

.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
	background-image: url(../images/layout/cat_bg.png);
}

.arrowlistmenu ul{ /*CSS for UL of each sub menu*/
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-bottom: 0px; /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu ul li{
	padding-bottom: 0px; /*bottom spacing between menu items*/
}

.arrowlistmenu ul li .opensubheader{ /*Open state CSS for sub menu header*/
	color: #FFFFFF;
	display: block;
	padding-left: 19px; /*link text is indented 19px*/
	text-decoration: none;
	border-top: 1px solid #dadada;
	font-size: 11px;
	padding-top: 4px;
	padding-right: 0;
	padding-bottom: 4px;
}

.arrowlistmenu ul li .closedsubheader{ /*Closed state CSS for sub menu header*/
}

.arrowlistmenu ul li a{
	color: #8C8C8C;
	display: block;
	padding-left: 19px; /*link text is indented 19px*/
	text-decoration: none;
	border-top: 1px solid #dadada;
	font-size: 11px;
	padding-top: 4px;
	padding-right: 0;
	padding-bottom: 4px;
}

.arrowlistmenu ul li a:visited{
	color: #8C8C8C;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
	color: #FF3300;
}

.arrowlistmenu ul li a.subexpandable:hover{ /*hover state CSS for sub menu header*/
}

/* 
  -----------------------------------
  Old Static Left Navigation
  -----------------------------------
*/
#navlist {
	padding: 0;
	margin: 0;
	font-size: 11px;
}
#navlist li {
	list-style: none;
	margin: 0;
	background-image: url(../images/layout/cat_bg.png);
	height: 23px;
	padding-top: 7px;
	padding-left: 12px;
	font-size: 11px;
}
#navlist li a {
	text-decoration: none;
}
/* 
  -----------------------------------
  End
  -----------------------------------
*/
