
/*** ESSENTIAL STYLES ***/
.sf-contener {
	clear: both;
	float:left;
	width:100%;
}
.sf-right {
  /*margin-right: 14px;
  float: right;
  width: 7px;*/
  display:none;
}
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.sf-menu {
	margin: 10px 0 8px;
	border-bottom:1px solid #999;
	/*padding:0 0 12px;*/
	width:100%; /*980 */
}
.sf-menu ul {
	position:		absolute;
	top:			36px;/*-999em;*/
	left:0;
	width:			auto/*10em;  left offset of submenus need to match (see below) */;
	display:none ;
	/*visibility:visible !important*/
}
.sf-menu ul li {
	width:			100%;
}
.sf-menu li:hover{
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}


.sf-menu li:first-child { background: none; }
.sf-menu li,
.sf-menu li.sfHover{
	visibility:		inherit; /* fixes IE7 'sticky bug' */
	background: url("../../../../img/ptm-bg_li_hover.png") no-repeat scroll 0 0 transparent;
}
.sf-menu li:hover ul{display:block; visibility:visible;}
.sf-menu li.sfHoverForce:hover a.sf-with-ul{
   padding:0;
}
.sf-menu li:first-child {padding-left:14px}
#leftMenu .sf-menu li:first-child {padding-left:14px}
.sf-menu li:first-child.sfHover {padding-left:14px}
.sf-menu li {
	float: left;
    height: 37px;
    line-height: 37px;
    position: relative;
	padding-right:14px;
	padding-left:14px;
    /*width: 165px;*/
}
.sf-menu a {
	display:		block;
	position:		relative;
	color:#333;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			36px; /* match top ul list item height */
	z-index:		99;
	width:auto
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			200px; /* match ul width */
	top:			0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			200px; /* match ul width */
	top:			0;
}

/*** DEMO SKIN ***/
.sf-menu {
	float:			left;
	margin-bottom:	0;
}
.sf-menu a {
	display:block;
	margin-right:0;
	padding: 0;
	border: 0;
	text-decoration:none;
	color:#333;
	font-weight:bold;
	font-size:14px;
	text-transform:uppercase;
}

#leftMenu .sf-menu a {
	display:block;
	margin-right:0;
	padding: 0;
	border: 0;
	text-decoration:none;
	color:#333;
	font-weight:bold;
	font-size:12px;
	text-transform:uppercase;
}

.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:#333;
	white-space:nowrap;
}
.sf-menu li li:first-child {
	background: url("../../../../img/ptm-bg_li_submenu_first.png") no-repeat scroll 0 1px transparent !important;
    padding: 8 8px 8px 8px 14px;
}

.sf-menu li li:first-child:hover {
	background: url("../../../../img/ptm-bg_li_submenu_first.png") no-repeat scroll 0 1px transparent !important;
    padding: 8 8px 8px 8px 14px;
}

.sf-menu li li {
	/*
	background: url("../../../../img/bg_li_submenu.png") repeat-y scroll 0 0 transparent !important;
	*/
	background: url("../../../../img/ptm-bg_li_submenu.png") no-repeat scroll 0 0 transparent !important;
    padding: 8px 8px 0 14px;
    width: 206px;
	height:auto;
	line-height:18px;
	padding-bottom:8px;
}

.sf-menu li li:hover {
	background: url("../../../../img/ptm-bg_li_submenu.png") no-repeat scroll 0 0 transparent !important;
    padding: 8px 8px 0 14px;
    width: 206px;
	height:auto;
	line-height:18px;
	padding-bottom:8px;
}

.sf-menu li li a {
	padding:0; 
	white-space: normal;
	text-transform:none;
	font-size:13px;
	font-weight:normal;
}
.sf-menu li li a:hover {
	background: transparent url("../../../../img/ptm-bg_top_menu_li_a.png") no-repeat 1px 1px; 
	height: 27px;
    margin-bottom: -9px;
    margin-left: -7px;
    margin-top: -3px;
    padding-left: 8px;
    padding-top: 3px;
    color: #FFF;
}

.sf-menu li li li {
	background:	rgba(113, 113, 113, 0.9);
}
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	/*
  	background: transparent url(../img/bg_blocktopmenu_li_hover.png) repeat-x 0 0;
  	*/
}

/*
.sf-menu ul li:hover, .sf-menu ul li.sfHover,
.sf-menu ul li a:focus, .sf-menu ul li a:hover, .sf-menu ul li a:active {
	background:		#fff;
	outline:		0;
}
*/
/*** arrows **/
.sf-menu a.sf-with-ul {
	/*padding-right: 	33px;*/
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}

.sf-menu a.sf-with-ul:hover {color: #009095;}
.sf-sub-indicator {
	position:		absolute;
	display:		block;
	right:			10px;
	top:			1.05em; /* IE6 only */
	width:			10px;
	height:			10px;
	text-indent: 	-999em;
	overflow:		hidden;
	/*background:		url('../img/arrows-ffffff.png') no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top: 11px;
	background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
	background-position: -10px -100px; /* arrow hovers for modern browsers*/
}

/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator { background-position:  -10px 0; }
.sf-menu ul a > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
.sf-menu ul a:focus > .sf-sub-indicator,
.sf-menu ul a:hover > .sf-sub-indicator,
.sf-menu ul a:active > .sf-sub-indicator,
.sf-menu ul li:hover > a > .sf-sub-indicator,
.sf-menu ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}

/*** shadows for all but IE6 ***/
.sf-shadow ul {
	/*
	background:	url('../../../../img/shadow.png') no-repeat bottom left;
	*/
	background:	url('../../../../img/ptm-shadow.png') no-repeat bottom left;
	padding: 0 0 15px;
	-moz-border-bottom-left-radius: 17px;
	-moz-border-top-right-radius: 17px;
	-webkit-border-top-right-radius: 17px;
	-webkit-border-bottom-left-radius: 17px;
}
.sf-shadow ul.sf-shadow-off {
	background: transparent;
}
li.sf-search {
  background: inherit;
  float: right;
  line-height: 25px;
}
li.sf-search input {
  -moz-border-radius: 0 5px 5px 0;
  padding: 3px 0;
  padding-left: 20px;
  margin-top: 4px;
  background: #fff url(../img/search.gif) no-repeat left center;
}

/* hack IE7 */
.sf-menu a, .sf-menu a:visited {height:34px !IE;}
.sf-menu a:hover { color: #009095}

/*
.sf-menu li li {
	background:#726f72 !IE;
}
*/






/*
	*************************************
		LEFT MENU
	*************************************
*/

#leftMenu span.arrow-right {
	width: 0; 
	height: 0; 
	border-top: 60px solid transparent;
	border-bottom: 60px solid transparent;
	
	border-left: 60px solid green;
}


#leftMenu {
	margin-bottom: 10px;
	background: url("../../../../img/ptm-bg_title_block.png") no-repeat scroll left top transparent;
	padding-top: 15px;
}

#leftMenu span.title_block {
	padding: 0px 0px 5px 10px;
	font-size: 14px;
	color: #009095;
	display: block;
	font-weight: bold;
}

#leftMenu .sf-contener {
	clear: both;
	float:left;
	width:100%;
}


#leftMenu ul.sf-menu-left {

	margin: 0;
	padding: 0;
	padding-left: 10px;
	list-style:	none;
}



#leftMenu .sf-menu-left li { margin: 0 0px; line-height: 25px; }
#leftMenu .sf-menu-left li span { color: #000; font-size: 12px; font-weight: bold; cursor: pointer; }
#leftMenu .sf-menu-left li span:hover { color: #009095; }
#leftMenu .sf-menu-left li a { color: #000; font-size: 12px; font-weight: bold; text-decoration: none; }
#leftMenu .sf-menu-left li a:hover { color: #009095; }
#leftMenu .sf-menu ul li ul { list-style: none !important; }


#leftMenu .subcats { padding-left: 12px; display: none; }
#leftMenu .subcats li { /*border-bottom: #F36500 1px solid; */}
#leftMenu .subcats li a { color: #000; font-weight: normal !important; text-decoration: none; }
#leftMenu .sfHoverForce .subcats li a { color: #000 !important; font-weight: normal !important; text-decoration: none; }
#leftMenu .sfHoverForce .subcats li a:hover { color: #009095 !important; font-weight: normal !important; text-decoration: none; }
#leftMenu li.sfHoverForce  a { color: #009095 !important; font-weight: bold !important; }
#leftMenu li.sfHoverForce  span { color: #009095 !important; font-weight: bold !important; }
#leftMenu .subcats .sfHoverForce a { color: #009095; font-weight: bold; }

/*
	*************************************
		MENU FOR CONTENT
	*************************************
*/

#nav-content-wrapper .content-menu { list-style: none;}
#nav-content-wrapper .content-menu li.top-cats {
	float: left;
	padding: 0px 9px;
}

#nav-content-wrapper .content-menu li.top-cats a { font-size: 12px; }
#nav-content-wrapper .content-menu li.top-cats a:hover { color: #009095; text-decoration: none; }
#nav-content-wrapper .content-menu li.top-cats.sfHover {
	background: rgb(244, 244, 244) none repeat scroll 0% 0%;
	padding: 8px;
	margin-top: -9px;
	border-top: 1px solid rgb(153, 153, 153);
	border-left: 1px solid rgb(153, 153, 153);
	border-right: 1px solid rgb(153, 153, 153);
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	padding: 9px 8px 9px 8px;
}

#nav-content-wrapper .content-menu ul { list-style: none; }

#nav-content-wrapper .content-menu ul.sub-panel {
	margin-left: -23px;
	margin-top: 8px;
	position: absolute;
}

#nav-content-wrapper .content-menu ul.sub-panel li.sfHover { margin-top: 0px;}
#nav-content-wrapper .content-menu ul.sub-panel li.sfHover a { line-height: 16px;}
#nav-content-wrapper .content-menu ul.sub-panel li.sfHover a:hover { line-height: 16px;}

#nav-content-wrapper .content-menu ul.sub-panel li { width: 385px; }

#nav-content-wrapper .content-menu li li:first-child {
	/*background: url("../../../../img/ptm-bg_li_submenu_first.png") no-repeat scroll 0 1px transparent !important;*/
	background: #f4f4f4;
    padding: 8px 8px 4px 14px;
}


#nav-content-wrapper .content-menu li.sfHover { padding: 7px 8px 9px 14px; /*margin-top: -1px*/ }
#nav-content-wrapper .content-menu li li.sfHover { padding: 4px 8px 4px 14px; }

#nav-content-wrapper .content-menu ul.sub-panel li.sfHover ul { margin-top: 1px;}

#nav-content-wrapper .content-menu ul.sub-panel li.sfHover ul li { line-height: 18px;}

#nav-content-wrapper .content-menu li li:first-child:hover {
	/*background: url("../../../../img/ptm-bg_li_submenu_first.png") no-repeat scroll 0 1px transparent !important;*/
	background: #f4f4f4;
    padding: 9px 8px 5px 14px;
}

#nav-content-wrapper .content-menu li li {
	/*background: url("../../../../img/ptm-bg_li_submenu.png") no-repeat scroll 0 0 transparent !important;*/
	background: #f4f4f4;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
    width: 206px;
	height:auto;
	line-height:18px;
	padding: 4px 8px 4px 14px;
}

#nav-content-wrapper .content-menu li li:hover {
	/*background: url("../../../../img/ptm-bg_li_submenu.png") no-repeat scroll 0 0 transparent !important;*/
	background: #f4f4f4;
	/*
	border-left: 1px solid #999;
	border-right: 1px solid #999;
	*/
    padding: 5px 8px 5px 14px;
	height:auto;
	line-height:16px;
}

#nav-content-wrapper .content-menu a.sub-cat-name { font-weight: bold }

#nav-content-wrapper .content-menu li.sub-cat-cms,
#nav-content-wrapper .content-menu li.sub-cat-cms:first-child,
#nav-content-wrapper .content-menu li.sub-cat-cms:last-child { border: none; background: transparent; width: auto !important; }
#nav-content-wrapper .content-menu li.sub-cat-cms a,
#nav-content-wrapper .content-menu li.sub-cat-cms a:first-child,
#nav-content-wrapper .content-menu li.sub-cat-cms a:last-child,
#nav-content-wrapper .content-menu li.sub-cat-cms a:hover { border: none !important; background: transparent; /*line-height: 15px;*/}


#nav-content-wrapper .content-menu ul li:last-child {
	border-bottom: 1px solid #999;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}

#nav-content-wrapper .content-menu.sf-shadow ul {
	background: none;
	/*
	background: #f4f4f4 !important;
	border-bottom: 1px solid #999;
	padding-top: 0px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	*/
}

