/**
* @author    JoomlaShine.com http://www.joomlashine.com
* @copyright Copyright (C) 2006 - 2010 JoomlaShine.com. All rights reserved.
* @license   GNU/GPL v2 http://www.gnu.org/licenses/gpl-2.0.html
*/
/* ============================== DEFAULT HTML ============================== */
/* =============== DEFAULT HTML - GENERAL STYLES =============== */
html, body {
	line-height: 1.5;
	margin: 0;
	padding: 0;
}
body {
	font-size: 75%;
	font-family: Arial, Helvetica, sans-serif;
}
/* =============== DEFAULT HTML - TEXT STYLES =============== */
p, pre, blockquote, form, dl, ul, ol, fieldset, address {
	margin: 0.35em 0 0.8em 0;
	padding: 0;
}
fieldset {
	padding: .5em;
}
small {
	font-size: .85em;
}
sup {
	font-size: .8em;
	position: relative;
	bottom: 0.3em;
	vertical-align: baseline;
}
sup em {
	color: red;
}
acronym, abbr {
	border-bottom: 1px dashed;
	letter-spacing: 1px;
	cursor: help;
}
pre {
	background: #FFFFD5;
	font-family: "Courier New",Courier,monospace;
	padding: 1em;
	border-left: 5px solid #404040;
}
blockquote {
	font-style: italic;
	min-height: 45px;
	color: #404040;
	padding-left: 60px;
	background: url(../images/icons/icon-text-blockquote.png) no-repeat top left;
}
/* =============== DEFAULT HTML - HEADING STYLES =============== */
h1 {
	font-size: 1.4em;
	color: #000000;
}
h2 {
	font-size: 1.3em;
	color: #000000;
}
h3 {
	font-size: 1.2em;
	color: #CC3333;
}
h4 {
	font-size: 1.1em;
	color: #CC8033;
}
h5, h6 {
	font-size: 1em;
	font-weight: bold;
	color: #333333;
}
h1, h2, h3, h4, h5, h6 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin: 0.8em 0 0.3em 0;
}
/* =============== DEFAULT HTML - LINK STYLES =============== */
a {
	text-decoration: none;
	outline: none;
	color: #009aca;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
a img {
	border: none;
}
/* =============== DEFAULT HTML - LIST STYLES =============== */
ul li {
	margin: 0.3em 0 0.3em 1.6em;
	padding: 0;
}
ol li {
	margin: 0.3em 0 0.3em 2em;
	padding: 0;
}
/* =============== DEFAULT HTML - IMAGES STYLES =============== */
img {
	border: none;
}
/* ============================== LAYOUT ============================== */
/* =============== LAYOUT - GENERAL LAYOUT =============== */
.clearafter:after {
	clear: both;
	display: block;
	content: ".";
	height: 0;
	visibility: hidden;
}
.clearbreak {
	clear: both;
}
div.jsn-modulescontainer2 div.jsn-modulecontainer {
	float: left;
	width: 49.95%;
}
div.jsn-modulescontainer3 div.jsn-modulecontainer {
	float: left;
	width: 33.3%;
}
div.jsn-modulescontainer4 div.jsn-modulecontainer {
	float: left;
	width: 24.975%;
}
div.jsn-modulescontainer5 div.jsn-modulecontainer {
	float: left;
	width: 19.98%;
}
div.jsn-modulescontainer6 div.jsn-modulecontainer {
	float: left;
	width: 16.65%;
}
div.jsn-modulescontainer {
	padding: 0px;
}
div.jsn-modulescontainer div.jsn-modulecontainer_inner {
	padding: 0px;
}
div.jsn-modulescontainer2 #jsn-pos-user1,
div.jsn-modulescontainer2 #jsn-pos-user2,
div.jsn-modulescontainer2 #jsn-pos-user3,
div.jsn-modulescontainer2 #jsn-pos-user4,
div.jsn-modulescontainer2 #jsn-pos-user5,
div.jsn-modulescontainer2 #jsn-pos-user6,
div.jsn-modulescontainer2 #jsn-pos-user7 {
	float: left;
	width: 49.95%;
}
div.jsn-modulescontainer3 #jsn-pos-user5,
div.jsn-modulescontainer3 #jsn-pos-user6,
div.jsn-modulescontainer3 #jsn-pos-user7 {
	float: left;
	width: 33.3%;
}
#jsn-usermodules1 div.jsn-modulecontainer,
#jsn-usermodules2 div.jsn-modulecontainer,
#jsn-usermodules3 div.jsn-modulecontainer {
	float: none;
	width: auto;
}
/* =============== LAYOUT - OVERALL PAGE =============== */
#jsn-master {
	background: repeat-x fixed left top;
}
#jsn-page {
	background-color: none;
	color: #000;
        border: 2px solid #006400;
	width: 960px;
	margin: 0 auto;
}
/* ----- STICKLEFT / STICKRIGHT ----- */
#jsn-pos-stickleft {
	position: fixed;
	left: 0;
	visibility: hidden;
}
#jsn-pos-stickright {
	position: fixed;
	right: 0;
	visibility: hidden;
}
/* =============== LAYOUT - HEADER AREA =============== */
#jsn-header {
	position: relative;
	overflow: hidden;
}
#jsn-logo {
    background: url(../images/backgrunds/bg-usermodules3.png) repeat-x left top transparent;
}
#jsn-pos-logo {
     left: 0px;
     position: absolute;
     top: 0px;
     z-index:999; 
	
}
#jsn-pos-logo h1 {
	display: none;
}
#jsn-pos-top {
	line-height: 0;
}
#jsn-pos-top form {
	margin: 0;
}
#jsn-pos-top div.jsn-modulecontainer {
	float: right;
	margin-left: 10px;
}

/* =============== LAYOUT - MENU AREA =============== */
#jsn-menu {
	background-color: #00CC00;
	color: #f2f2f2;
	position: relative;
	z-index: 89;
}
#jsn-pos-mainmenu {
	float: left;
	margin: 6px 0 0 0px;
        height: 32px;
}
#jsn-pos-toolbar {
	float: right;
}
#jsn-pos-toolbar div.jsn-modulecontainer {
	float: right;
	margin-left: 10px;
}
/* =============== LAYOUT - FEATURED AREA =============== */
#jsn-featured {
	color: #D4D4D4;
	background: url("../images/topmenu.png") no-repeat  center top transparent;
        height: 44px;
       color: #D4D4D4;
       font-size: 16px;
       padding: 10px 0 0 0;
}
#jsn-featured h3.jsn-moduletitle {
	color: #fff;
}
#jsn-pos-promo-left div.jsn-modulecontainer,
#jsn-pos-promo-right div.jsn-modulecontainer {
	padding: 0px;
}
/* =============== LAYOUT - CONTENT TOP AREA =============== */
#jsn-content-top {
	border-bottom: 6px solid #404040;
}
/* =============== LAYOUT - CONTENT AREA =============== */

#jsn-content_inner,
#jsn-content_inner1,
#jsn-content_inner2,
#jsn-content_inner3,
#jsn-content_inner4,
#jsn-content_inner5,
#jsn-content_inner6,
#jsn-content_inner7,
#jsn-maincontent,
#jsn-centercol,
#jsn-pos-innerleft,
#jsn-leftsidecontent {
	position: relative;
}
#jsn-content { 
       background-color: #a1fa65;
       overflow: hidden;
}
div.jsn-hasleft #jsn-content_inner {
	background: #E5E5E5 url(../images/backgrounds/bg-leftside.png) right top repeat-y;
}
div.jsn-hasright #jsn-content_inner2 {
	background: #E5E5E5 url(../images/backgrounds/bg-rightside.png) left top repeat-y;
}
div.jsn-hasinnerleft #jsn-content_inner4 {
	background: url(../images/border.png) right top repeat-y;
}
div.jsn-hasinnerright #jsn-content_inner6 {
	background: url(../images/border.png) left top repeat-y;
}
#jsn-leftsidecontent_inner,
#jsn-rightsidecontent_inner,
#jsn-pos-innerleft_inner,
#jsn-pos-innerright_inner {
	padding: 1px;
}
#jsn-leftsidecontent div.jsn-modulecontainer,
#jsn-rightsidecontent div.jsn-modulecontainer,
#jsn-pos-innerleft div.jsn-modulecontainer,
#jsn-pos-innerright div.jsn-modulecontainer {
	margin: 4px 2px;
}
#jsn-leftsidecontent div[class*=box-].jsn-modulecontainer,
#jsn-rightsidecontent div[class*=box-].jsn-modulecontainer,
#jsn-pos-innerleft div[class*=box-].jsn-modulecontainer,
#jsn-pos-innerright div[class*=box-].jsn-modulecontainer {
	margin: 2px 2px;
}
#jsn-leftside-middle.jsn-positionscontainer2 div.jsn-modulecontainer,
#jsn-rightside-middle.jsn-positionscontainer2 div.jsn-modulecontainer {
	margin-top: 0;
	margin-bottom: 0;
}
#jsn-leftside-middle.jsn-positionscontainer2 div#jsn-left-2,
#jsn-rightside-middle.jsn-positionscontainer2 div#jsn-right {
	float: left;
	width: 49.95%;
}
#jsn-leftside-middle.jsn-positionscontainer2 div#jsn-left,
#jsn-rightside-middle.jsn-positionscontainer2 div#jsn-right-2 {
	float: right;
	width: 49.95%;
}
#jsn-pos-left,
#jsn-pos-right,
#jsn-pos-left-2,
#jsn-pos-right-2 {
	padding: 0;
}
#jsn-centercol_inner {
	padding: 0 1px;
}
#jsn-mainbody {
	padding: 6px;
}
#jsn-pos-breadcrumbs {
	padding: 0.6em 1em;
}
#jsn-pos-breadcrumbs,
#jsn-pos-user-top,
#jsn-mainbody-content,
#jsn-pos-user-bottom,
#jsn-pos-banner,
#jsn-usermodules1,
#jsn-usermodules2 {
	border-bottom: 1px dotted red;
}
#jsn-usermodules1_inner_grid2,
#jsn-usermodules2_inner_grid2 {
	width: 100%;
	background: url(../images/dot.png) repeat-y 50% top;
}
#jsn-pos-banner {
	text-align: center;
	margin: 0 auto;
	padding: 20px 0;
}
/* =============== LAYOUT - CONTENT BOTTOM AREA =============== */
#jsn-content-bottom {
        border-top: 2px solid #006400;
	border-bottom: 2px solid #006400;
	background: #a1fa65 url(../images/backgrunds/bg-usermodules3.png) repeat-x left top;
}
/* =============== LAYOUT - FOOTER AREA =============== */
#jsn-footer {
	background-color: #a1fa65;
	font-size: 0.9em;
	color: #595959;
	border-top: 1px solid #b3b3b3;
	padding: 5px;
}
#jsn-footer a {
	text-decoration: underline;
}
#jsn-footer a:hover {
	text-decoration: none;
}
#jsn-pos-bottom {
	text-align: right;
}
#jsn-footer.jsn-positionscontainer2 div#jsn-pos-footer {
	float: left;
	width: 49.95%;
}
#jsn-footer.jsn-positionscontainer2 div#jsn-pos-bottom {
	float: right;
	width: 49.95%;
}
#jsn-footer div.jsn-modulecontainer_inner {
	padding: 5px 10px;
}
#jsn-copyright {
	text-align: center;
	padding: 5px 0;
}
#jsn-copyright a {
	font-size: 0.8em;
	color: #366999;
}
/* ============================== TYPOGRAPHY ============================== */
/* =============== TYPOGRAPHY - GENERAL TYPOGRAPHY =============== */
.hd {
	display: none;
}
/* ----- PREDEFINED CONTENT ALIGN ----- */
.align-left {
	float: left;
}
.align-right {
	float: right;
}
.margin-right {
	margin-left: 0;
	margin-right: 1em;
}
.margin-left {
	margin-left: 1em;
	margin-right: 0;
}
.align-center {
	margin-left: auto;
	margin-right: auto;
}
.content-center {
	text-align: center;
}
/* =============== TYPOGRAPHY - TEXT STYLES =============== */
.text-box {
	border: 1px solid #e5e5e5;
	padding: .8em;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-moz-box-shadow: 0px 0px 2px #999999;
}
.text-box-highlight {
	padding: .8em;
	border: 1px solid transparent;
}
.text-box-highlight:hover {
	background-color: #f2f2f2;
	border-color: #d9d9d9;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-moz-box-shadow: 0px 0px 2px #999999;
}
.text-highlight {
	padding: .2em .5em;
	background: #FFFFAA;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
.text-highlight.highlight-green {
	color: #fff;
	background: #48691b;
}
.text-highlight.highlight-light {
	color: #000;
	background: #e5e5e5;
}
.text-highlight.highlight-dark {
	color: #fff;
	background: #595959;
}
.text-dropcap:first-letter,
.text-dropcap :first-child:first-letter {
	color: #404040;
	font: 4em/.8em "Times New Roman", Times, serif;
	float: left;
}
.text-size-small {
	font-size: 0.9em;
}
.text-size-medium {
	font-size: 1em;
}
.text-size-large {
	font-size: 1.1em;
}
.text-size-xlarge {
	font-size: 1.2em;
}
.text-size-xxlarge {
	font-size: 1.3em;
}
hr.line-dots {
	background: url(../images/dot.png) repeat-x center left;
	padding: 0.5em 0;
	border: none;
}
hr.line-solid {
	
}
/* ----- ACTION LINK ----- */
.link-action {
	font-weight: bold;
	text-decoration: underline;
}
.link-action:hover {
	background-color: #009aca;
	color: #ffffff;
	text-decoration: none;
}
/* ----- HIGHLIGHT LINK ----- */
.link-highlight {
	color: #595959;
	font-weight: bold;
	display: block;
	padding: 5px;
	border: 1px solid transparent;
}
.link-highlight:hover {
	background-color: #f2f2f2;
	border-color: #d9d9d9;
	color: #000;
	text-decoration: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-moz-box-shadow: 0px 0px 2px #999999;
}
/* =============== TYPOGRAPHY - LIST STYLES =============== */
/* ----- ARROW LIST ----- */
ul.list-arrow {
	list-style: none;
}
ul.list-arrow li{
	margin-left: 0;
	padding-left: 16px;
}
ul.list-arrow.arrow-red li {
	background: url(../images/icons/icons-arrow.png) no-repeat 0 0;
}
ul.list-arrow.arrow-blue li {
	background: url(../images/icons/icons-arrow.png) no-repeat 0 -86px;
}
ul.list-arrow.arrow-green li {
	background: url(../images/icons/icons-arrow.png) no-repeat 0 -172px;
}
/* =============== TYPOGRAPHY - IMAGES STYLES =============== */
img.image-left {
	float: left;
	margin: 0.5em 1em 0.5em 0;
}
img.image-right {
	float: right;
	margin: 0.5em 0.5em 0.5em 1em;
}
img.image-border {
	border: 1px solid #e5e5e5;
	padding: 3px;
}
img.image-margin {
	margin: .5em;
}
/* ============================== MENU ============================== */
/* =============== MENU - MAIN MENU =============== */
/* ----- GENERAL ----- */
ul#base-mainmenu {
	margin: 0;
	padding: 0;
}
ul#base-mainmenu li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	float: left;
	border-right: 1px solid #404040;
}
ul#base-mainmenu li a {
	display: block;
	color: #cfdbe5;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	border-right: 1px solid #000;
	cursor: pointer;
	padding: 6px 1em;
}
ul#base-mainmenu li:hover a,
ul#base-mainmenu li.sfhover a,
ul#base-mainmenu li.active a {
	background-color: #404040;
	color: #fff;
}
ul#base-mainmenu li:hover ul a,
ul#base-mainmenu li.sfhover ul a,
ul#base-mainmenu li.active ul a {
	background-color: transparent;
	color: #D9D9D9;
}
ul#base-mainmenu li a span {
	display: block;
	line-height: 16px;
}
ul#base-mainmenu li a span.separator,
ul#base-mainmenu li a span.jsn-menutitle,
ul#base-mainmenu li a span.jsn-menudescription {
	padding: 0;
	background: none;
}
/* ----- 1st LEVEL ----- */
ul#base-mainmenu ul {
	position: absolute;
	width: 185px;
	left: -999em;
	margin: 0 0 0 -2px;
	padding: 0;
}
ul#base-mainmenu ul li {
	width: 185px;
	border: none;
	position: relative;
}
ul#base-mainmenu ul li a {
	display: block;
	border-left: 1px solid #162c40;
	border-right: none;
	padding: 4px 0 4px 10px;
	font-size: 0.9em;
	font-weight: normal;
	background: none;
}
ul#base-mainmenu ul ul {
	margin-left: 185px;
	top: 0;
}
/* ----- PARENT ITEMS / ADD ARROW TO ITEMS HAVE SUBLEVEL ----- */
div.jsn-modulecontainer ul#base-mainmenu ul li.parent a span,
div.jsn-modulecontainer ul#base-mainmenu ul li.parent li.parent a span,
div.jsn-modulecontainer ul#base-mainmenu ul li.parent li.parent li.parent a span {
	background: url(../images/icons/icons-arrow.png) no-repeat right -343px;
	padding-right: 16px;
}
div.jsn-modulecontainer ul#base-mainmenu ul li.parent a span.separator,
div.jsn-modulecontainer ul#base-mainmenu ul li.parent li.parent a span.separator,
div.jsn-modulecontainer ul#base-mainmenu ul li.parent li.parent li.parent a span.separator,
div.jsn-modulecontainer ul#base-mainmenu ul li.parent a span.jsn-menutitle,
div.jsn-modulecontainer ul#base-mainmenu ul li.parent li.parent a span.jsn-menutitle,
div.jsn-modulecontainer ul#base-mainmenu ul li.parent li.parent li.parent a span.jsn-menutitle,
div.jsn-modulecontainer ul#base-mainmenu ul li.parent a span.jsn-menudescription,
div.jsn-modulecontainer ul#base-mainmenu ul li.parent li.parent a span.jsn-menudescription,
div.jsn-modulecontainer ul#base-mainmenu ul li.parent li.parent li.parent a span.jsn-menudescription {
	background: none;
	padding-right: 0;
}
/* ----- CLEAR PARENT ITEMS / REMOVE ARROW FROM ITEMS DON'T HAVE SUBLEVEL ----- */
div.jsn-modulecontainer ul#base-mainmenu ul li.parent ul a span,
div.jsn-modulecontainer ul#base-mainmenu ul li.parent li.parent ul a span,
div.jsn-modulecontainer ul#base-mainmenu ul li.parent li.parent li.parent ul a span {
	background: none;
	padding-right: 10px;
}
/* ----- ACTIVE STATE / MAKE ACTIVE ITEM BOLD ----- */
ul#base-mainmenu li.active a,
ul#base-mainmenu li.active li.active a,
ul#base-mainmenu li.active li.active li.active a {
	font-weight: bold;
	color: #fff;
}
/* ----- CLEAR ACTIVE STATE / MAKE NON-ACTIVE ITEM NORMAL ----- */
ul#base-mainmenu li.active ul a,
ul#base-mainmenu li.active li.active ul a,
ul#base-mainmenu li.active li.active li.active ul a {
	color: #D9D9D9;
	font-weight: normal;
}
/* ----- CURRENT STATE ----- */
ul#base-mainmenu li.active ul a.current,
ul#base-mainmenu li.active li.active ul a.current,
ul#base-mainmenu li.active li.active li.active ul a.current {
	color: #fff;
	font-weight: bold;
}
/* ----- HOVER STATE ----- */
ul#base-mainmenu li a:hover {
	text-decoration: none;
	color: #fff !important;
}
ul#base-mainmenu ul li:hover a,
ul#base-mainmenu ul li:hover li:hover a,
ul#base-mainmenu ul li:hover li:hover li:hover a,
ul#base-mainmenu ul li.sfhover a,
ul#base-mainmenu ul li.sfhover li.sfhover a,
ul#base-mainmenu ul li.sfhover li.sfhover li.sfhover a {
	color: #fff;
}
/* ----- CLEAR HOVER STATE / MAKE UN-HOVER ITEM BACK TO NORMAL COLOR ----- */
ul#base-mainmenu ul li:hover ul a,
ul#base-mainmenu ul li:hover li:hover ul a,
ul#base-mainmenu ul li:hover li:hover li:hover ul a,
ul#base-mainmenu ul li.sfhover ul a,
ul#base-mainmenu ul li.sfhover li.sfhover ul a,
ul#base-mainmenu ul li.sfhover li.sfhover li.sfhover ul a {
	color: #D9D9D9;
}
/* ----- ROLLOVER STATE / DISPLAY SUB-MENU OF SELECTED MENU ITEM ----- */
ul#base-mainmenu li:hover ul,
ul#base-mainmenu li:hover ul li:hover ul,
ul#base-mainmenu li:hover ul li:hover ul li:hover ul,
ul#base-mainmenu li.sfhover ul,
ul#base-mainmenu li.sfhover ul li.sfhover ul,
ul#base-mainmenu li.sfhover ul li.sfhover ul li.sfhover ul {
	left: auto;
	right: auto;
}
/* ----- CLEAR ROLLOVER STATE / HIDE SUB-MENU OF NON-SELECTED MENU ITEM ----- */
ul#base-mainmenu li:hover ul ul,
ul#base-mainmenu li:hover ul li:hover ul ul,
ul#base-mainmenu li:hover ul li:hover ul li:hover ul ul,
ul#base-mainmenu li.sfhover ul ul,
ul#base-mainmenu li.sfhover ul li.sfhover ul ul,
ul#base-mainmenu li.sfhover ul li.sfhover ul li.sfhover ul ul {
	left: -999em;
}
ul#base-mainmenu,
ul#base-mainmenu li li {
	clear: both;
}
/* =============== MENU - TREE MENU =============== */
/* ----- GENERAL ----- */
ul.menu-treemenu {
	border-top: 1px dotted #b3b3b3;
}
ul.menu-treemenu,
ul.menu-treemenu ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
ul.menu-treemenu li {
	padding: 0;
	margin: 0;
}
ul.menu-treemenu li a {
	display: block;
	border-bottom: 1px dotted #b3b3b3;
	color: #404040;
	text-decoration: none;
	background: url(../images/icons/icons-base.png) left -339px no-repeat;
	padding: 3px 0 3px 17px;
	cursor: pointer;
}
/* ---------- 1st LEVEL ---------- */
ul.menu-treemenu ul li {
	margin-left: 1em;
}
ul.menu-treemenu ul li a {
	border-bottom: none;
}
ul.menu-treemenu li a:hover {
	color: #000000;
	text-decoration: none;
	background-color: #EFEFEF;
}
/* ----- CURRENT STATE ----- */
ul.menu-treemenu li a.current {
	font-weight: bold;
	background: url(../images/icons/icons-arrow.png) no-repeat 0 5px;
}
ul.menu-treemenu li a.current span {
	color: #000;
}
div.box-grey ul.menu-treemenu li a.current span {
	color: #FFF;
}
/* ---------- MODULE BOX APPLY ---------- */
div.box-grey ul.menu-treemenu li a {
	color: #d9d9d9;
}
div.box-grey ul.menu-treemenu li a:hover,
div.box-grey ul.menu-treemenu li.active a.current {
	background-color: #404040;
	color: #FFF;
}
div.box-yellow ul.menu-treemenu li a:hover,
div.box-yellow ul.menu-treemenu li.active a.current {
	background-color: #f5f5d4;
}
div.box-green ul.menu-treemenu li a:hover,
div.box-green ul.menu-treemenu li.active a.current {
	background-color: #e2f5d4;
}
div.box-blue ul.menu-treemenu li a:hover,
div.box-blue ul.menu-treemenu li.active a.current {
	background-color: #d4eaf5;
}
/* =============== MENU - DIV MENU =============== */
ul.menu-divmenu {
	margin: 0;
	padding: 0;
	list-style: none;
}
ul.menu-divmenu li {
	display: inline;
	margin: 0;
	padding: 0 0.8em;
	border-right: 1px solid #B3B3B3;
}
ul.menu-divmenu li a {
	display: inline-block;
	color: #000;
}
ul.menu-divmenu li.last {
	border-right: none;
}
ul.menu-divmenu li a:hover {
	text-decoration: underline;
}
/* ============================== MODULE STYLES ============================== */
div.jsn-middle div.jsn-modulecontent {
	padding-top: 0px;
}
h3.jsn-moduletitle {
	margin: 0;
	color: blue;
	font-size: 16px;
        text-shadow: 1px 1px #fff;
}
h3.jsn-moduletitle span.jsn-moduleicon {
	display: block;
	line-height: 16px;
}
/* ----- RICH MENU STYLE ----- */
.jsn-menutitle,
.jsn-menudescription {
	display: block;
}
.jsn-menudescription {
	font-weight: normal;
	font-size: 0.9em;
	color: #B8B8B8;
	background: none !Important;
}
/* =============== MODULE STYLES - MODULE BOXES =============== */
div[class*=box-].jsn-modulecontainer div.jsn-top {
	height: 15px;
	margin-left: 15px;
}
div[class*=box-].jsn-modulecontainer div.jsn-top_inner {
	height: 15px;
	width: 15px;
	margin-left: -15px;
}
div[class*=box-].jsn-modulecontainer div.jsn-middle {
	padding: 0 15px 0 0;
	margin-left: 15px;
}
div[class*=box-].jsn-modulecontainer div.jsn-middle_inner {
	padding-left: 10px;
	margin-left: -15px;
	padding-bottom: 1px;
}
div[class*=box-].jsn-modulecontainer div.jsn-bottom {
	height: 22px;
	margin-left: 15px;
}
div[class*=box-].jsn-modulecontainer div.jsn-bottom_inner {
	height: 22px;
	width: 15px;
	margin-left: -15px;
}
/* ----- MODULE BOX BLUE ----- */
div.box-blue div.jsn-top {
	background: url(../images/module-styles/module-box-blue.png) right top no-repeat;
}
div.box-blue div.jsn-top_inner {
	background: url(../images/module-styles/module-box-blue.png) left top no-repeat;
}
div.box-blue div.jsn-middle {
	background: url(../images/module-styles/module-box-blue_m.png) right top repeat-y;
}
div.box-blue div.jsn-middle_inner {
	background: url(../images/module-styles/module-box-blue_m.png) left top repeat-y;
}
div.box-blue div.jsn-bottom {
	background: url(../images/module-styles/module-box-blue.png) right bottom no-repeat;
}
div.box-blue div.jsn-bottom_inner {
	background: url(../images/module-styles/module-box-blue.png) left bottom no-repeat;
}
/* ----- MODULE BOX GREEN ----- */
div.box-green div.jsn-top {
	background: url(../images/module-styles/module-box-green.png) right top no-repeat;
}
div.box-green div.jsn-top_inner {
	background: url(../images/module-styles/module-box-green.png) left top no-repeat;
}
div.box-green div.jsn-middle {
	background: url(../images/module-styles/module-box-green_m.png) right top repeat-y;
}
div.box-green div.jsn-middle_inner {
	background: url(../images/module-styles/module-box-green_m.png) left top repeat-y;
}
div.box-green div.jsn-bottom {
	background: url(../images/module-styles/module-box-green.png) right bottom no-repeat;
}
div.box-green div.jsn-bottom_inner {
	background: url(../images/module-styles/module-box-green.png) left bottom no-repeat;
}
/* ----- MODULE BOX GREEN1 ----- */
div.box-green1 div.jsn-top {
	background: url(../images/module-styles/module-box-green1.png) right top no-repeat;
}
div.box-green1 div.jsn-top_inner {
	background: url(../images/module-styles/module-box-green1.png) left top no-repeat;
}
div.box-green1 div.jsn-middle {
	background: url(../images/module-styles/module-box-green1_m.png) right top repeat-y;
}
div.box-green1 div.jsn-middle_inner {
	background: url(../images/module-styles/module-box-green1_m.png) left top repeat-y;
}
div.box-green1 div.jsn-bottom {
	background: url(../images/module-styles/module-box-green1.png) right bottom no-repeat;
}
div.box-green1 div.jsn-bottom_inner {
	background: url(../images/module-styles/module-box-green1.png) left bottom no-repeat;
}
/* ----- MODULE BOX YELLOW ----- */
div.box-yellow div.jsn-top {
	background: url(../images/module-styles/module-box-yellow.png) right top no-repeat;
}
div.box-yellow div.jsn-top_inner {
	background: url(../images/module-styles/module-box-yellow.png) left top no-repeat;
}
div.box-yellow div.jsn-middle {
	background: url(../images/module-styles/module-box-yellow_m.png) right top repeat-y;
}
div.box-yellow div.jsn-middle_inner {
	background: url(../images/module-styles/module-box-yellow_m.png) left top repeat-y;
}
div.box-yellow div.jsn-bottom {
	background: url(../images/module-styles/module-box-yellow.png) right bottom no-repeat;
}
div.box-yellow div.jsn-bottom_inner {
	background: url(../images/module-styles/module-box-yellow.png) left bottom no-repeat;
}
/* ----- MODULE BOX GREY ----- */
div.box-grey div.jsn-top {
	background: url(../images/module-styles/module-box-grey.png) right top no-repeat;
}
div.box-grey div.jsn-top_inner {
	background: url(../images/module-styles/module-box-grey.png) left top no-repeat;
}
div.box-grey div.jsn-middle {
	background: url(../images/module-styles/module-box-grey_m.png) right top repeat-y;
}
div.box-grey div.jsn-middle_inner {
	background: url(../images/module-styles/module-box-grey_m.png) left top repeat-y;
}
div.box-grey div.jsn-bottom {
	background: url(../images/module-styles/module-box-grey.png) right bottom no-repeat;
}
div.box-grey div.jsn-bottom_inner {
	background: url(../images/module-styles/module-box-grey.png) left bottom no-repeat;
}
/* ----- CUSTOM BOX STYLE IN SPECIFIC POSITION ----- */
#jsn-featured div[class*=box-].jsn-modulecontainer,
#jsn-featured div[class*=box-].jsn-modulecontainer h3.jsn-moduletitle {
	color: #000;
}
div.box-grey,
#jsn-featured div.box-grey {
	color: #d4d4d4;
}
div.box-grey h3.jsn-moduletitle,
#jsn-featured div.box-grey h3.jsn-moduletitle {
	color: #FFF;
}
div.icon-user h3 {
    background: url("../images/user.png") no-repeat scroll 12px 2px transparent;
    padding: 2px 0 2px 30px;
}
div.icon-users h3 {
    background: url("../images/users.png") no-repeat scroll 12px 2px transparent;
    padding: 2px 0 2px 30px;
}
div.icon-cart h3 {
    background: url("../images/cart.png") no-repeat scroll 12px 2px transparent;
    padding: 2px 0 2px 30px;
}
div.icon-house h3 {
    background: url("../images/house.png") no-repeat scroll 12px 2px transparent;
    padding: 2px 0 2px 30px;
}
div.icon-browser h3 {
    background: url("../images/browser.png") no-repeat scroll 12px 2px transparent;
    padding: 2px 0 2px 30px;
}
div.icon-display h3 {
    background: url("../images/display.png") no-repeat scroll 12px 2px transparent;
    padding: 2px 0 2px 30px;
}
div.icon-key h3 {
    background: url("../images/key.png") no-repeat scroll 12px 2px transparent;
    padding: 2px 0 2px 30px;
}
div.icon-money h3 {
    background: url("../images/money.png") no-repeat scroll 12px 2px transparent;
    padding: 2px 0 2px 30px;
}
div.icon-person h3 {
    background: url("../images/person.gif") no-repeat scroll 12px 2px transparent;
    padding: 2px 0 2px 30px;
}
div.icon-download h3 {
    background: url("../images/download.png") no-repeat scroll 12px 2px transparent;
    padding: 2px 0 2px 30px;
}
div.icon-globe h3 {
    background: url("../images/globe.png") no-repeat scroll 12px 2px transparent;
    padding: 2px 0 2px 30px;
}
div.icon-info h3 {
    background: url("../images/info.png") no-repeat scroll 2px 2px transparent;
    padding: 2px 0 2px 22px;
}
div.icon-krut h3 {
    background: url("../images/krut.png") no-repeat scroll 12px 2px transparent;
    padding: 2px 0 2px 30px;
}

/* ============================== JOOMLA! DEFAULT EXTENSIONS ============================== */
/* =============== JOOMLA! EXTENSIONS - GENERAL =============== */
/* ----- HEADING ----- */
.contentheading,
.componentheading {
	font-size: 20px;
	margin-top: 0;
	font-weight: bold;
        color:blue;
        text-shadow: 1px 1px #FAF0E6;
        text-align:center;
}
table.contentpaneopen {
	width: 100%;
}
/* ----- FORM ----- */
.jsn-formbuttons {
	text-align: center;
	padding-top: .45em;
}
table.paramlist td {
	padding: .3em;
}
table.paramlist td.paramlist_key {
	width: 150px;
}
/* ----- TOOLTIPS ----- */
.tool-tip {
	float: left;
	background: #ffc;
	border: 1px solid #D4D5AA;
	padding: 5px;
	max-width: 200px;
}
.tool-title {
	padding: 0;
	margin: 0;
	font-size: 100%;
	font-weight: bold;
	margin-top: -15px;
	padding-top: 15px;
	padding-bottom: 5px;
	background: url(../../system/images/selector-arrow.png) no-repeat;
}
.tool-text {
	font-size: 100%;
	margin: 0;
}
/* ----- POP-UP / PRINT WINDOWS ----- */
body.contentpane {
	color: #000000;
	background: #FFFFFF;
}
body.contentpane div.com-content {
	padding: 1em;
}
/* =============== JOOMLA! EXTENSIONS - COM_CONTENT =============== */
/* ----- ARTICLE METADATA ----- */
.jsn-article-metadata {
	margin: 0.3em 0;
}
/* ----- ARTICLE TOOLBAR ----- */
.jsn-article-toolbar {
	margin-bottom: .6em;
	background-color: #f4f4f4;
	position: relative;
	min-height: 28px;
}
/* ----- ARTICLE INFO ----- */
.jsn-article-info {
	padding: 0.3em 0.6em;
}
.author,
.createdate {
	padding-left: 22px;
	margin: 5px 0;
	color: #595959;
	font-size: 0.9em;
}
.author {
	background: url(../images/pakchonglogo.png) no-repeat 0 0;
}
.createdate {
	background: url(../images/icons/icons-base.png) no-repeat 0 -86px;
}
.modifydate {
	margin: 1em 0;
	text-align: right;
	color: #999999;
	font-style: italic;
}
/* ----- 3 BUTTON PDF, PRINT, EMAIL CONTAINER ----- */
ul.jsn-article-tools {
	float: right;
	margin: 0;
	padding: 6px;
	list-style: none;
}
ul.jsn-article-tools li {
	margin: 0 0 0 10px;
	float: left;
}
ul.jsn-article-tools li a {
	float: left;
	display: block;
	height: 16px;
	width: 16px;
	background: url(../images/icons/icons-base.png) left top no-repeat;
}
ul.jsn-article-tools li a.jsn-article-print-button {
	background-position: 0 -430px;
}
ul.jsn-article-tools li a.jsn-article-email-button {
	background-position: 0 -516px;
}
ul.jsn-article-tools li a.jsn-article-pdf-button {
	background-position: 0 -602px;
}
ul.jsn-article-tools li a:hover {
	text-decoration: none;
}
/* ----- READ MORE ----- */
a.readon {
	padding: 3px 6px;
	color: #404040;
	border: 1px solid #e5e5e5;
	background: #F4F4F4;
}
a.readon:hover {
	background-color: #e5e5e5;
	text-decoration: none;
}
/* ----- TABLE OF CONTENT ----- */
table.contenttoc {
	margin: 0 0 1em 1em;
	border: 1px solid #D9D9D9;
	background: #f2f2f2;
	float: right;
}
table.contenttoc th {
	padding: .4em;
	background: url(../images/grey_dot.png) bottom repeat-x;
	font-weight: bold;
	text-align: center;
}
table.contenttoc td {
	padding: .25em .6em;
}
/* PAGE LINK IN TOC */
a.toclink {
	font-size: .9em;
}
/* PAGE NUMBER SHOWING "PAGE 1 OF ..." UNDER TOC */
div.pagenavcounter {
	color: #595959;
	margin: .5em 0;
	font-size: .9em;
	font-weight: bold;
}
/* PAGE NAVIGATION */
div.pagenavbar div {
	color: #999999;
	font-weight: bold;
	font-size: .9em;
}
/* ----- SECTION / CATEGORY BLOG LAYOUT ----- */
/* SEPARATOR BETWEEN ARTICLES */
span.article_separator {
	display: block;
	height: 0.2em;
}
/* ARTICLE COLUMN CONTAINER */
.jsn-articlecols {
	float: left;
}
.jsn-articlecols .jsn-article {
	padding: 0px;
}
/* "MORE ARTICLES..." PANEL HEADING TEXT */
div.blog_more {
	background-color:#F4F4F4;
	border: 1px solid #e5e5e5;
	padding: 0.2em 1em;
	margin: 0 0 1em 0;
}
/* PAGE PAGINATION */
ul.jsn-pagination {
	list-style-type: none;
	text-transform: uppercase;
}
ul.jsn-pagination li {
	display: inline;
	margin: 0;
}
ul.jsn-pagination li a,
ul.jsn-pagination li span {
	font-weight: bold;
	padding: 3px 8px;
	border: 1px solid #CCC;
	background-color: #EAEAEA;
	color: #999;
}
ul.jsn-pagination li a:hover {
	color: #000;
	text-decoration: none;
}
ul.jsn-pagination li.navigation-page span {
	border: none;
	padding: 4px 9px;
	color: #fff;
}
ul.jsn-pagination,
p.jsn-pageinfo {
	text-align: center;
	margin: 0 0 10px;
	font-size: 0.9em;
}
/* BLOG PAGES NAV LINK */
a.pagenav {
	text-transform: uppercase;
}
/* ----- CATEGORY LIST LAYOUT ----- */
/* DESCRIPTION IN CONTENT TABLE AND COMPONENT PAGE */
.contentdescription {
	padding: .5em 0;
}
/* TABLE IN CATEGORY TABLE PAGE */
.sectiontableheader {
	padding: 5px 8px;
	font-weight: bold;
	font-size: 1.1em;
	color: #FFFFFF;
}
.sectiontableheader img {
	margin: 0;
	padding: 0 0 12px 0;
}
.sectiontableheader a {
	color: #ffffff;
	text-decoration: underline;
}
.sectiontableheader a:hover {
	text-decoration: none;
}
/* TABLE FILTER */
.jsn-infofilter {
	padding: 0.6em 0;
	text-align: right;
}
.jsn-titlefilter {
	float: left;
}
.archived-article-list .jsn-infofilter {
	text-align: left;
}
/* TABLE'S ROW 1 */
tr.sectiontableentry1 td {
	padding: 5px 8px;
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
}
/* TABLE'S ROW 2 */
tr.sectiontableentry2 td {
	padding: 5px 8px;
}
/* ----- SECTION LAYOUT ----- */
/* LINKS IN SECTION TABLE PAGE */
a.category {
	font-weight: bold;
}
/* =============== JOOMLA! EXTENSIONS - COM_CONTACT =============== */
/* ----- STANDARD CONTACT LAYOUT - CONTACT FORM INPUT BOXES ----- */
input#contact_name,
input#contact_email,
input#contact_subject,
#contact_text {
	display: block;
}
/* =============== JOOMLA! EXTENSIONS - COM_POOL =============== */
/* ----- POOL RESULT FOR EACH ANSWER ----- */
table.pollstableborder tr.sectiontableentry0 td {
	background-color: #f2f2f2;
	padding: .5em .8em;
}
table.pollstableborder tr.sectiontableentry1 td {
	background: none;
	padding: .5em .8em;
}
/* =============== JOOMLA! EXTENSIONS - COM_SEARCH =============== */
/* ----- CHILD ELEMENTS ----- */
.jsn-search-keyword,
.jsn-search-option,
.jsn-search-ordering,
.jsn-search-category,
.searchintro {
	margin: 1em 0;
}
/* ----- KEYWORD GIGHLIGHT IN SEARCH RESULT ----- */
span.highlight {
	padding: .2em;
	background: #FFFFAA;
}
/* =============== JOOMLA! EXTENSIONS - COM_USER =============== */
/* ----- USER FORM LAYOUT ----- */
table .paramlist_key {
	width: 130px;
}
/* =============== JOOMLA! EXTENSIONS - SYSTEM MESSAGES =============== */
/* ----- SYSTEM STANDARD MESSAGES ----- */
#system-message {
	margin-bottom: 20px;
}
#system-message dd.message ul {
	text-indent: 0;
	padding-left: 40px;
	background: #c3d2e5 url(../../system/images/notice-info.png) 4px center no-repeat;
}
#system-message ul li {
	margin-left: 0;
}
/* ----- SYSTEM ERROR MESSAGES ----- */
#system-message dd.error ul {
	background: #e6c0c0 url(../../system/images/notice-alert.png) 4px center no-repeat;
}
/* ----- SYSTEM NOTICE MESSAGES ----- */
#system-message dd.notice ul {
	border-top: 3px solid #f0dc7e;
	border-bottom: 3px solid #f0dc7e;
	color: #cc0000;
	background: #efe7b8 url(../../system/images/notice-note.png) 4px center no-repeat;
}
/* =============== JOOMLA! EXTENSIONS - MOD_BREADCRUMB =============== */
span.breadcrumbs {
	font-size: 0.9em;
	display: block;
}
span.breadcrumbs a,
span.breadcrumbs span {
	color: #404040;
	background: url(../images/icons/icons-arrow.png) no-repeat right -258px;
	padding-right: 18px;
	text-decoration: none;
}
span.breadcrumbs a:hover {
	text-decoration: underline;
}
span.breadcrumbs span.current {
	color: #404040;
	font-weight: bold;
	background: none;
}
/* =============== JOOMLA! EXTENSIONS - MOD_LOGIN =============== */
#form-login fieldset.input {
	border: none;
	padding: 0;
}
#form-login div.button-wrapper {
	text-align: center;
	margin-top: 0.5em;
}
#form-login #form-login-username,
#form-login #form-login-password,
#form-login #form-login-remember {
	margin: 0 0 6px 0;
}
/* =============== JOOMLA! EXTENSIONS - MOD_POOL =============== */
/* ----- POLL'S TABLE ----- */
table.poll td,
table[class*=box-].jsn-modulecontainer td {
	text-align: left;
}
table.pollstableborder {
	margin: .5em 0;
	text-align: left;
}
table.pollstableborder td {
	text-align: left;
	font-size: .9em;
	padding: 3px 2px;
	border: none;
}
/* =============== JOOMLA! EXTENSIONS - MODULE SEARCH =============== */
#jsn-pos-top div.search {
	float: right;
}
#jsn-pos-top div.search input#mod_search_searchword {
	background: url(../images/icons/icons-base.png) no-repeat 5px -170px;
	padding: 2px 0 2px 25px;
	border: 1px solid #284D73;
}
/* =============== JOOMLA! EXTENSIONS - MODULE NEWSFLASH =============== */
#jsn-master .jsn-mod-newsflash.jsn-horizontal-container .jsn-article {
	padding: 0 1em;
}

/** @SUCKERFISH **/

/* Mainlevel */
ul.menu-suckerfish {
	z-index: 1;
	float: left;
	margin: 0;
	background: none;
	padding: 0;
	list-style: none;
}

ul.menu-suckerfish li {
	float: left;
	display: inline;
	background: none;
	margin: 0;
	padding: 0;
}

ul.menu-suckerfish a:link,
ul.menu-suckerfish a:visited {
	display: block;
	margin: 0;
	padding: 3px 1.5em;
	color: #ffffff;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
}

ul.menu-suckerfish a:hover {
	
        color:red;
}

ul.menu-suckerfish li.active a {
	
        color:blue;
}


/* Sublevel */
ul.menu-suckerfish ul {
	position: absolute;
	left: -999em;
	z-index: 2;
	margin: 0;
	padding: 0;
	list-style: none;
}

/* Other containers */
ul.menu-suckerfish ul ul {
	margin: -26px 0 0 184px;
	z-index: 3;
}

/* Items */
ul.menu-suckerfish ul li {
	position: relative;
	width: 185px;
	margin: 0;
	background: none;
	padding: 0;
}

ul.menu-suckerfish ul a:link,
ul.menu-suckerfish ul a:visited {
	display: block;
	border-top: 1px solid #366999;
	border-right: none;
	border-bottom: 1px solid #162c40;
	border-left: 1px solid #162c40;
	background: #284d73 none;
	color: #cfdbe5;
	padding: 4px 10px;
	font-size: 0.9em;
	font-weight: normal;
	text-decoration: none;
	height: 1%;
}

ul.menu-suckerfish ul a:hover,
ul.menu-suckerfish ul li.parent a:hover,
ul.menu-suckerfish ul li.parent li.parent a:hover {
	border-top: 1px solid #1f3d59;
	background-color: #1f3d59;
	color: #ffffff;
}

/* Active */
ul.menu-suckerfish ul li.active a,
ul.menu-suckerfish ul li.active li.active a,
ul.menu-suckerfish ul li.active li.active li.active a {
	font-weight: bold;
	color: #ffffff;
}

/* Clear active */
ul.menu-suckerfish ul li.active li a,
ul.menu-suckerfish ul li.active li.active li a {
	font-weight: normal;
	color: #cfdbe5;
}

/* Children expanded */
ul.menu-suckerfish ul li.parent a,
ul.menu-suckerfish ul li.parent li.parent a {
	background: #284d73 url("../images/suckerfish-expand.png") no-repeat 95% center;
	padding-right: 10px;
}

/* Clear children expanded */
ul.menu-suckerfish ul li.parent li a,
ul.menu-suckerfish ul li.parent li.parent li a {
	background-image: none;
}


/* Rollover actions */
ul.menu-suckerfish li:hover ul,
ul.menu-suckerfish li.hover ul,
ul.menu-suckerfish li:hover ul li:hover ul,
ul.menu-suckerfish li.hover ul li.hover ul,
ul.menu-suckerfish li:hover ul li:hover ul li:hover ul,
ul.menu-suckerfish li.hover ul li.hover ul li.hover ul {
	left: auto;
}

ul.menu-suckerfish li:hover ul ul,
ul.menu-suckerfish li.hover ul ul,
ul.menu-suckerfish li:hover ul li:hover ul ul,
ul.menu-suckerfish li.hover ul li.hover ul ul,
ul.menu-suckerfish li:hover ul li:hover ul li:hover ul ul,
ul.menu-suckerfish li.hover ul li.hover ul li.hover ul ul {
	left: -999em;
}

ul.menu-suckerfish,
ul.menu-suckerfish li li {
	clear: left;
}


/** @BULLET TREE **/

/* main level */
ul.menu-bullettree,
ul.menu-bullettree ul {
	background: none;
	list-style: none;
	padding: 0;
	margin: 0;
}

ul.menu-bullettree li {
	background: none;
	padding: 0;
	margin: 0;
}

ul.menu-bullettree {
	border-top: 1px dotted #a00d97;
}

ul.menu-bullettree ul li {
	margin-left: 1em;
}

ul.menu-bullettree a:link, ul.menu-bullettree a:visited {
	display: block;
	background: transparent url(../images/elephant.gif) no-repeat 1px 5px;
	border-bottom: 1px dotted #a00d97;
	padding: 3px 5px 3px 20px;
	color: #00008B;
        font-size: 14px;
	text-decoration: none !important;
}

ul.menu-bullettree a:hover {
	background-color: #FF69B4;
	color: #000000;
        font-weight: bold;
        font-size:15px;
}

/* For dark background */
div.box-grey ul.menu-bullettree a:link,
div.box-grey ul.menu-bullettree a:visited {
	color: #d9d9d9;
}

div.box-grey ul.menu-bullettree a:hover {
	background-color: #404040;
	color: #d9d9d9;
}

/* Sublevel items */
ul.menu-bullettree ul a:link,
ul.menu-bullettree ul a:visited {
	background-image: url(../images/mush.gif);
	border-bottom: none;
}

ul.menu-bullettree ul ul a:link,
ul.menu-bullettree ul ul a:visited {
	background-image: url(../images/bullettree-level2.png);
}

ul.menu-bullettree ul ul ul a:link,
ul.menu-bullettree ul ul ul a:visited {
	background-image: url(../images/bullettree-level3.png);
}

/* Current item */
ul.menu-bullettree a.current {
	background-image: url(../images/dot.gif) !important;
	font-weight: bold;
	color: #FF0000;
}

ul.menu-bullettree li.current a:hover {
	color: #000000;
}

div.box-grey ul.menu-bullettree li.current a {
	color: #ffffff;
}

div.box-grey ul.menu-bullettree li.current a:hover {
	color: #ffffff;
}

ul.menu-bullettree li.current li a {
	font-weight: normal;
}

ul.menu-bullettree li.current li a:hover {
	color: #000000;
}


/** @DIV BAR **/

ul.menu-divbar {
	margin: 0;
	padding: 0;
	list-style: none;
}

ul.menu-divbar li {
	display: inline;
	margin: 0;
	border-left: 1px solid #B3B3B3;
	background: none;
	padding: 0 0.8em;
}

ul.menu-divbar li.first {
	border-left: none !important;
}

ul.menu-divbar a:link,
ul.menu-divbar a:visited {
	text-decoration: none !important;
}

ul.menu-divbar a:hover {
	text-decoration: underline !important;
}


/** @ICON MENU **/

ul.menu-icon {
	margin: 0;
	padding: 0;
	list-style: none;
}

ul.menu-icon li {
	display: inline;
	margin: 0;
	background: none;
	padding: 0 0 0 12px;
}

ul.menu-icon a:link,
ul.menu-icon a:visited {
	background: transparent url(../images/dot.png) no-repeat left top;
	padding-left: 20px;
	text-decoration: none !important;
	color: #000000;
}

ul.menu-icon a:hover {
	text-decoration: underline !important;
}