/* COMMON STYLE
--------------------------------------------------------- */
* {
	margin: 0;
	padding: 0;
}

body {
	color: #ffffff;
	background: #000000;
	font-family: "Lucida Grande", Arial, sans-serif;
	line-height: 1.6;
}

body#bd {
background: #000000;
}

body.contentpane {
	width: auto; /* Printable Page */
	margin: 1em 2em;
	background: #000000;
	color: #000000;
	font-size: 12pt;
	font-family: serif;
	line-height: 140%;
}

body.fs1{
	font-size: 12px;
}

body.fs2{
	font-size: 13px;
}

body.fs3{
	font-size: 14px;
}

body.fs4{
	font-size: 15px;
}

body.fs5{
	font-size: 16px;
}

body.fs6{
	font-size: 17px;
}

/* Normal link */
a {
	color: White;
	text-decoration: underline;
}

a:hover, a:active, a:focus {
		color: White;
	text-decoration: none;
	/*background-color: #0C59A1;*/
}
img{
display: none;
}

/* Title text */
.contentheading, .componentheading, div.moduletable h3,
h1, h2, h3 {
	font-family: Arial, sans-serif;
	letter-spacing: -1px;
	color: #FFFFFF;
	border-bottom: 0px solid #0C59A1;
}

/* Small text */
.small, .smalldark, .createdate, .modifydate, .mosimage_caption,
.back_button, .pagenavcounter, .pagenav, .pagenavbar, a.readon, #ja-pathway {
	font-size: 0.9em;
}

/* Heading */
h1 {
	font-size: 1.7em;
	/*border-bottom: 1px solid #0C59A1;*/
		margin-bottom: 5px;
		color: #FFF000;
}

h2 {
	font-size: 1.5em;
	color: #FFF000;
}

h3 {
	font-size: 1.25em;
	color: #FFF000;
}

h4 {
	font-size: 1em;
	text-transform: uppercase;
	color: #FFF000;
	padding-left: 10px;
	padding-top: 10px;
	display: inline;
}

p {
	margin: 5px 0 15px;
}

ul {
	margin-top: 5px;
	margin-bottom: 15px;
	list-style: none;
}

ul li {
	padding-left: 35px;
	/*background: url(../images/bullet-list.gif) no-repeat 20px 6px;*/
}

ol {
	margin-top: 5px;
	margin-bottom: 15px;
}

ol li {
	margin-left: 35px;
}

th {
	padding: 4px;
	font-weight: bold;
	text-align: left;
}

fieldset {
	border: none;
}

fieldset a {
	font-weight: bold;
}

hr {
	border-top: 1px solid #2F2F2F;
	border-right: 0;
	border-left: 0;
	border-bottom: 0;
	height: 1px;
}

a img {
	border: none;
}

td, div {
	font-size: 1em;
}

/* Code text */
pre, .code {
	padding: 10px 15px;
	margin: 5px 0 15px;
	border-left: 5px solid #F29A3E;
	background: #2F2F2F;
	font: 1em/1.5 "Courier News", monospace;
}

blockquote {
	padding: 15px 40px 15px 60px;
	background: url(../images/quote.gif) 20px 10px no-repeat;
	font: italic 1em/1.5 Georgia, Times, serif;
}

.dropcap {
	float: left;
	padding: 4px 8px 0 0;
	display: block;
	color: #F29A3E;
	font: 50px/40px Georgia, Times, serif;
}

/* Tips, Error, Message, Hightlight*/
.error {
	color: #F29A3E;
	padding-left: 25px;
	background: url(../images/bullet-error.gif) no-repeat top left;
}

.message {
	color: #F29A3E;
	padding-left: 25px;
	background: url(../images/bullet-info.gif) no-repeat top left;
}

.tips {
	color: #F29A3E;
	padding-left: 25px;
	background: url(../images/bullet-tips.gif) no-repeat top left;
}

.highlight {
	background: #F29A3E;
	color: #121212;
	padding: 0 5px;
	font-weight: bold;
}

p.stickynote {
	padding: 20px 80px 10px 20px;
	background: url(../images/sticky-bg.gif) no-repeat top right #2F2F2F;
}

p.pinnote {
	padding: 20px 60px 10px 20px;
	background: url(../images/pin-bg.gif) no-repeat top right #2F2F2F;
}

p.clipnote {
	padding: 20px 60px 10px 20px;
	background: url(../images/clip-bg.gif) no-repeat top right #2F2F2F;
}

.blocknumber {
	position: relative;
	clear: both;
	padding: 5px 15px 10px; 
}

.bignumber {
	float: left;
	font: 30px/normal Arial, sans-serif;
	font-weight: bold;
	color: #F29A3E;
	display: block;
	margin-right: 8px;
	margin-bottom: 5px;
	padding: 0 2px;
}

/* FORM
--------------------------------------------------------- */
form {
	margin: 0;
	padding: 0;
}

input, select {
	font: 11px/normal Tahoma, Arial, sans-serif;
}

select, .inputbox {
	padding: 2px;
}

textarea {
	padding-left: 2px;
}

.button, .button:hover {
	border: 2px solid #2F2F2F;
	padding: 1px 10px!important;
	padding: 1px 5px;
	background: #0C59A1;
	color: #FFFFFF;
}

.button:active, .button:focus {
	border: 2px solid #222222;
}

.inputbox {
	border: 1px solid #3F3F3F;
	background: #2F2F2F;
	color: #FFFFFF;
}

.inputbox:hover, .inputbox:focus {
	border: 1px solid #606060;
}

/* MODULE
--------------------------------------------------------- */
div.moduletable h3 {
	margin: 0 0 5px;
	padding: 0;
	color: #FFF000;
	font-size: 1.4em;
	line-height: normal;
}

div.moduletable {
	padding: 0;
	margin: 0px 0 5px;
	clear: both;
}

div.moduletable-hilite h3 {
	margin: 0 0 5px;
	padding: 0;
	color: #FFF000;
	font-size: 1.4em;
}

div.moduletable-hilite {
	padding: 10px 5px;
	margin: 3px 0 22px;
	border: 0px solid #6395CD;
	background: #000000;
	clear: both;
}

div.moduletable-pin,
div.moduletable-clip,
div.moduletable-task {
	padding: 0 15px 30px;
	margin: 0 0 25px;
	background: url(../images/module-botbg.gif) no-repeat bottom right #2F2F2F;
	clear: both;
	color: Black;
}
div.moduletable-task a{
color: Black;
}
div.moduletable-pin h3,
div.moduletable-clip h3,
div.moduletable-task h3 {
	margin: 0 -15px 5px;
	padding: 25px 0 0;
	color: #FFF000;
	font-size: 1.4em;
	text-indent: 15px;
}

div.moduletable-task h3 {
	padding-top: 30px;
}

div.moduletable-pin h3 {
	background: url(../images/module-pin-topbg.gif) no-repeat top right;
}

div.moduletable-clip h3 {
	background: url(../images/module-clip-topbg.gif) no-repeat top right;
}

div.moduletable-task h3 {
	background: url(../images/module-task-topbg.gif) repeat-x top left;
}

div.moduletable-blank h3 {
	margin: 0 0 5px;
	padding: 0;
	color: #FFFFFF;
	font-size: 1.4em;
	line-height: normal;
	clear: both;
}

div.moduletable-blank {
	padding: 0;
	margin: 3px 0 22px;
	clear: both;
}

/* JOOMLA STYLE
--------------------------------------------------------- */
table.blog {
}

table.blog .article_seperator {
	display: block;
	height: 20px;
	background: url(../images/seperator.gif) repeat-x center;
}

#ja-leftcol .article_seperator, #ja-rightcol .article_seperator {
	display: none;
}

table.contentpane {
	border: none;
	width: 100%;
}

table.contentpaneopen {
	border: none;
}

table.contenttoc {
	margin: 0 0 10px 10px;
	padding: 0;
	width: 35%;
}

table.contenttoc a {
	text-decoration: none;
}

table.contenttoc td {
	padding: 1px 5px 1px 25px;
	background: url(../images/bullet-list.gif) no-repeat 5% 50%;
}

table.contenttoc th {
	padding: 4px;
	background: #2F2F2F;
	color: #FFFFFF;
	text-indent: 5px;
	border: 1px solid #3F3F3F;
}

table.poll {
	padding: 0;
	width: 100%;
	border-collapse: collapse;
}

table.pollstableborder {
	padding: 0;
	width: 100%;
	border: none;
	text-align: left;
}

table.pollstableborder img {
	vertical-align: baseline;
}

table.pollstableborder td {
	padding: 2px!important;
}

table.searchintro {
	padding: 10px 0;
	width: 100%;
}

table.searchintro td {
	padding: 5px!important;
}

table.adminform {
	width: 400px!important; /*Control the Frontend Editor area width*/
}

.adminform .inputbox {
}

.blog_more {
	margin: 10px 0;
}

.blog_more strong {
	margin: 0 0 5px;
	padding-left: 13px;
	display: block;
	color: #606060;
	text-transform: uppercase;
}

td.buttonheading {
	padding: 0 0 0 3px!important;
	text-align: center;
}

.category {
	font-weight: bold;
}

.clr {
	clear: both;
}

.componentheading {
	padding-bottom: 5px;
	margin-bottom: 10px;
	font-size: 1.4em;
	line-height: normal;
	font-weight: bold;
	color: #FFF000;
	background: url(../images/seperator.gif) repeat-x bottom;
}

.contentdescription {
	padding-bottom: 30px;
}

table.blog .contentheading {
	font-size: 1.4em;
	font-weight: bold;
	color: #FFFFFF;
	line-height: normal;
}

.contentheading {
	font-size: 1.2em;
	font-weight: bold;
	letter-spacing: -1px;
	color: #FFF000;
	line-height: normal;
	border-bottom: 0px solid #0C59A1;
}

a.contentpagetitle {
	text-decoration: none!important;
	color: #FFFFFF;
}

a.contentpagetitle:hover,
a.contentpagetitle:active,
a.contentpagetitle:focus {
	text-decoration: none!important;
	color: #FFFFFF;
}

a.readon {
	float: right;
	padding: 1px 5px 1px 20px;
	display: block;
	background: url(../images/bullet-list.gif) no-repeat 5% 55%;
	color: Aqua;
	text-decoration: none;
	border: 1px solid #222222;
}

a.readon:hover, a.readon:active, a.readon:focus {
	color: #FFFFFF;
	/*background: url(../images/bullet-list3.gif) no-repeat 5% 55% #F29A3E;*/
	text-decoration: none!important;
	border: 1px solid #121212;
}

table.contentpaneopen td, table.contentpane td {
}

table.contentpaneopen, table.contentpane, table.blog {
	width: 100%;
}

.createdate {
	padding: 2px 0 15px 18px;
	line-height: 10px;
	font-weight: bold;
	background: url(../images/bullet-date.gif) no-repeat top left;
}

.modifydate {
	color: #7E7E7E;
	height: 15px;
}

.moduletable {
	padding: 0;
}

.mosimage {
	padding: 0;
	margin: 8px 15px 0 0!important;
	margin: 8px 5px 0 0;
}

.mosimage img {
	padding: 0;
	margin: 0!important;
}

.mosimage_caption {
	margin-top: 5px;
	padding: 1px 2px;
	color: #7E7E7E;
}

.pagenav,
.pagenav_prev,
.pagenav_next,
.pagenavbar {
	padding: 0 2px;
}

a.pagenav,
.pagenav_prev a,
.pagenav_next a,
.pagenavbar a {
	text-decoration: none;
}

a.pagenav:hover, a.pagenav:active, a.pagenav:focus,
.pagenav_prev a:hover, .pagenav_prev a:active, .pagenav_prev a:focus,
.pagenav_next a:hover, .pagenav_next a:active, .pagenav_next a:focus,
.pagenavbar a:hover, .pagenavbar a:active, .pagenavbar a:focus {
	text-decoration: none;
}

.pagenavbar {
	padding-left: 14px;
	background: url(../images/pages.gif) no-repeat center left;
}

.pagenavcounter {
	padding: 8px 14px 0 14px;
	background: url(../images/pages.gif) no-repeat 0 11px;
}

.sectiontableheader {
	padding: 3px 5px;
	border: 1px solid #222222;
	background: #2F2F2F;
	color: #FFFFFF;
	font-weight: bold;
}

tr.sectiontableentry1 td {
	padding: 5px;
	background: url(../images/seperator.gif) repeat-x bottom;
}

tr.sectiontableentry2 td {
	padding: 5px;
	background: url(../images/seperator.gif) repeat-x bottom;
}

.small {
}

.smalldark {
	text-align: left;
}

div.syndicate div {
	text-align: center;
}

.pollstableborder tr.sectiontableentry1 td,
.pollstableborder tr.sectiontableentry2 td {
	background: none;
}

/* MAIN LAYOUT DIVS
--------------------------------------------------------- */
#ja-headerwrap,
#ja-mainnavwrap,
#ja-topslwrap,
#ja-botslwrap,
#ja-containerwrap,
#ja-footerwrap {
	text-align: center;
	width: 100%;
	clear: both;
}

#ja-header,
#ja-mainnav,
#ja-topsl,
#ja-botsl,
#ja-container,
#ja-container-fl,
#ja-container-fr,
#ja-container-f,
#ja-footer {
	margin: 0 auto;
	width: 770px;
	text-align: left;
}

.wide #ja-header,
.wide #ja-mainnav,
.wide #ja-topsl,
.wide #ja-botsl,
.wide #ja-container,
.wide #ja-container-fl,
.wide #ja-container-fr,
.wide #ja-container-f,
.wide #ja-footer {
	width: 950px;
}

.auto #ja-header,
.auto #ja-mainnav,
.auto #ja-topsl,
.auto #ja-botsl,
.auto #ja-container,
.auto #ja-container-fl,
.auto #ja-container-fr,
.auto #ja-container-f,
.auto #ja-footer {
	width: 95%;
}

#ja-containerwrap{
	background: top #000000;
	color: #ffffff;
	padding: 10px 0 15px;
}

#ja-container, #ja-container-fr {
	background: #000000 20% 0;
}

#ja-container-f {
	background: none;
}

#ja-container-fl {
	background: #000000 77.5% 0;
}

#ja-container-fl #ja-content {
	background: none;
	padding-left: 0;
}

#ja-container-f #ja-content {
	background: none;
	padding: 0;
}

#ja-contentwrap {
}

#ja-content {
	padding: 0 2em;
	clear: both;
	display: block;
}

/* HEADER
--------------------------------------------------------- */
#ja-headerwrap {
	/*background: url(../images/header-bg.gif) repeat-x top #222222;*/
	background-color: Black;
}

#ja-header {
	clear: both;
	text-align: left;
	line-height: normal;
	height: 60px;
	position: relative;
}

#ja-header h1 {
	font-size: 1.5em;
	position: absolute;
	top: 0;
	left: 0;
}

#ja-header h1 a {
	text-decoration: none;
	color: #FFFFFF;
}

#ja-header h1 img {
	float: left;
}

#ja-usertoolswrap {
	position: absolute;
	top: 0px;
	right: 0px;
	height: 30px;
	padding: 0;
}

#ja-usertools {
	padding: 0;
	float: left;
	display: block;
	font-size: 11px;
	height: 30px;
	background: #181818;
	border: 1px solid #2F2F2F;
}

#ja-usertools span {
	float: left;
	margin: 0 10px 0 5px;
	display: block;
}

#ja-usertools img {
	padding: 10px 2px;
}

#ja-usertools a {
}

#ja-usertools a:hover, #ja-usertools a:active, #ja-usertools a:focus {
}

#ja-search {
	float: left;
	display: block;
	margin: 5px 5px 5px 10px;
}

#ja-search div.search {
	padding-left: 18px;
	background: url(../images/default/icon-search.gif) no-repeat center left;
}

#ja-search .inputbox {
	border: none!important;
	width: 100px;
	color: #CCCCCC;
	background: #2F2F2F;
	padding-left: 5px;
}

#ja-usertools .inputbox:hover,
#ja-usertools .inputbox:focus {
}

/* MAIN NAVIGATION
--------------------------------------------------------- */
#ja-mainnavwrap {
	/*background: url(../images/mainnav-bg.gif) repeat-x top #F29A3E;*/
	clear: both;
}

#ja-mainnav {
	font-size: 1em;
	line-height: normal;
}

/* Default Joomla! Menu */
a.mainlevel {
	padding: 3px;
	display: block;
	width: 93%;
	color: #ffffff;
	text-decoration: none;
	background: url(../images/seperator.gif) repeat-x bottom;
}

a.mainlevel:hover,
a.mainlevel:active,
a.mainlevel:focus {
	background: url(../images/seperator.gif) repeat-x bottom #181818;
	color: #ffffff;
	text-decoration: none;
}

a.mainlevel#active_menu {
	background: url(../images/seperator.gif) repeat-x bottom #2F2F2F;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}

a.sublevel {
	padding: 2px 4px 2px 18px;
	display: block;
	background: url(../images/bullet-list.gif) no-repeat 2% 50%;
	text-decoration: none;
}

a.sublevel:hover,
a.sublevel:active,
a.sublevel:focus {
	text-decoration: none;
	background: url(../images/bullet-list.gif) no-repeat 2% 50%;
}

#active_menu {
	background: url(../images/bullet-list.gif) no-repeat 2% 50%;
	color: #606060;
}

#ja-rightcol a.mainlevel {
	border: none;
	color: Aqua;
}
/*End: Default Joomla! Menu  */

/* SPOTLIGHT
--------------------------------------------------------- */
.ja-box-full, .ja-box-left, .ja-box-center, .ja-box-right {
	float: left;
	overflow: hidden;
}

.ja-box-left div.moduletable {
	padding-right: 20px;
}

.ja-box-right div.moduletable {
	padding-left: 20px;
}

.ja-box-center div.moduletable {
	padding: 0 20px;
}

#ja-topslwrap {
	clear: both;
	background-color: Black;
	color: #222222;
	border-top: 1px solid #181818;
	border-bottom: 3px solid #F29A3E;
}

#ja-topsl {
	padding: 20px 0 15px;
}

#ja-topsl a {
}

#ja-topsl h3 {
	padding: 0;
	margin: 0 0 5px;
	font-size: 1.4em;
	letter-spacing: -1px;
	color: #222222;
}

#ja-topsl div.moduletable {
	margin: 0;
}

#ja-botslwrap {
	background: url(../images/botsl-bg.gif) repeat-x top #2F2F2F;
	color: #ffffff;
}

#ja-botsl {
	padding: 0px 0 0px;
}

#ja-botsl a {
color: #8effff;
}

#ja-botsl a:hover, a:active, a:focus {
	text-decoration: none;
	background-color: transparent;
}

#ja-botsl h3 {
	padding: 0;
	margin: 0 0 0px;
	font-size: 1.4em;
	color: #FFFFFF;
}

#ja-botsl div.moduletable {
	margin: 0;
}

#ja-botsl ul {
	padding: 0;
	margin: 0!important;
}

#ja-botsl li {
	padding: 0;
	margin: 0;
	background: none;
	line-height: 170%;
}

#ja-botsl li a {
	padding-left: 15px;
	background: url(../images/bullet-list2.gif) no-repeat top left;
	text-decoration: none;
}

#ja-botsl li a:hover,
#ja-botsl li a:active,
#ja-botsl li a:focus {
	background: url(../images/bullet-list2.gif) no-repeat top left;
	text-decoration: none;
}

#ja-topsl td,
#ja-botsl td {
	padding: 0;
}

#ja-botsl .article_seperator,
#ja-topsl .article_seperator {
	display: none;
}

#ja-botsl table,
#ja-topsl table {
	border-spacing: 0;
	border-collapse: collapse;
}

/* PATHWAY
---------------------------------------------------------*/
#ja-pathway {
	padding: 2px;
	display: block;
	clear: both;
	color: #7E7E7E;
}

#ja-pathway img {
	margin: 0 5px;
}

#ja-pathway a {
	text-decoration: none;
}

#ja-pathway a:hover, #ja-pathway a:active {
	text-decoration: none;
}


/* CONTENT COLUMN
--------------------------------------------------------- */
#ja-mainbody, #ja-mainbody-fl, #ja-mainbody-fr, #ja-mainbody-f {
}

#ja-mainbody {
	float: left;
	width: 80%;
	background-color: Black;
}

#ja-mainbody #ja-contentwrap {
	float: right;
	width: 76%;
	background-color: Black;
}

#ja-mainbody-fl {
	float: left;
	width: 80%;
}

#ja-mainbody-fl #ja-contentwrap {

}

#ja-mainbody-fr {
}

#ja-mainbody-fr #ja-contentwrap {

}

#ja-mainbody-fr #ja-leftcol {
	width: 20%;
}

#ja-mainbody-f {

}

/* LEFT COLUMN
--------------------------------------------------------- */
#ja-leftcol {
	float: left;
	width: 24.0%;
}

#ja-leftcol ul li,
#ja-rightcol ul li {
	/*
	padding-left: 10px;
	margin: 0;
	/*background: url(../images/bullet-list.gif) no-repeat 0 7px;*/
	/*background-color: Gray;*/
	list-style: none;
		display: list-item;
	padding: 0px;
	margin: 0px;
	width: 100%;
}

/*#ja-leftcol ul li a:hover,
#ja-rightcol ul li {
	margin: 0;
	/*background: url(../images/bullet-list.gif) no-repeat 0 7px;*/
	/*background-color: White;
	list-style: none;
}*/

#ja-leftcol ul,
#ja-rightcol ul {
	/*margin: 0;
	list-style: none;*/
		list-style: none;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	width: 100%;
}

#ja-leftcol ul li a{
	/*background: #444444;*/
	display: list-item;
	color: Aqua;
	text-decoration: none;
	margin: 0px;
	padding: 5px 10px 5px 10px;
	border-bottom: 1px dashed #ffffff;
}
#ja-leftcol ul li a:hover{
	/*	color: #484848;
	background-color: Black;
	list-style: none;*/
	background: #515151;
	color: #ffffff;
}
.ciccio#ja-leftcol ul,
.ciccio#ja-rightcol ul {
	/*margin: 0;
	list-style: none;*/
		list-style: none;
	margin: 0px 0px 5px 0px;
	padding: 0px;
	width: 100%;
}

#ja-leftcol .ciccio ul li a{
	/*background: #444444;*/
	display: block;
	color: #363636;
	text-decoration: none;
	margin: 0px;
	padding: 5px 10px 5px 10px;
	border-bottom: 1px dashed #C0C0C0;
}
#ja-leftcol .ciccio ul li a:hover{
	/*	color: #484848;
	background-color: Black;
	list-style: none;*/
	/*background: #515151;*/
	color: #ffffff;
}


#ja-leftcol table,
#ja-rightcol table {
	border-spacing: 0;
	border-collapse: collapse;
}

/* RIGHT COLUMN
--------------------------------------------------------- */
#ja-rightcol {
}

#ja-rightcol div.moduletable h3 {
}

#ja-rightcol div.moduletable {
}

/* FOOTER
--------------------------------------------------------- */
#ja-footerwrap {
	border-top: 3px solid #2F2F2F;
	background: #121212;
	clear: both;
	height: 35px;
	font-size: 0.8em;
}

#ja-footer {
	color: #7E7E7E;
	position: relative;
}

#ja-footer a {
	color: #8effff;
	text-decoration: none;
}

#ja-footer a:hover,
#ja-footer a:active,
#ja-footer a:focus {
	color: #8effff;
	text-decoration: underline;
}

#ja-bottomline {
	position: absolute;
	top: 5px;
	left: 0;
	color: White;
}

#ja-cert {
	position: absolute;
	top: 12px;
	right: 0;
}

#ja-cert a {
	padding-left: 5px;
}

/* MISCELLANOUS
----------------------------------------------------------- */
div.back_button a,
div.back_button a:hover,
div.back_button a:active {
	margin: 10px 0;
	display: block;
	background: none!important;
	text-decoration: none!important;
}

#mod_login_password, #mod_login_username {
	width: 93%;
}

#mod_login_password {
}

#mod_login_username {
}

#mod_login_remember {
	border: none;
	background: none;
}

/* Clearfix */
.clearfix:after {
	clear: both;
	display: block;
	content: ".";
	height: 0;
	visibility: hidden;
}

* html > body .clearfix {
	width: 100%;
	display: block;
}

* html .clearfix {
	height: 1%;
}

/* Firefox Scrollbar Hack - Do not remove */
html {
	margin-bottom: 1px;
	height: 100%!important;
	height: auto;
}

/* JA CoolAds Module */
#ja-coolads {
	height: 0;
	overflow: hidden;
	position: relative;
}

#ja-coolads-container {
	margin-right: 5%;
	overflow: hidden;
}

#ja-coolads-container div.moduletable {
	overflow: hidden;
}


/* Son of Suckerfish Dropdowns
--------------------------------------------------------- */
#ja-cssmenu li a {
	border-top: none!important;
	padding-top: 12px!important;
}

#ja-cssmenu li ul a {
	border-top: none!important;
	padding-top: 2px!important;
}

#ja-cssmenu li:hover,
#ja-cssmenu li.sfhover {
	background: url(../../images/light/nav-hover.gif) repeat-x top #F29A3E!important;
}

#ja-cssmenu ul li:hover, #ja-cssmenu ul ul li:hover,
#ja-cssmenu ul li.sfhover, #ja-cssmenu ul ul li.sfhover {
	background-image: none!important;
	background-color: #606060!important;
}

/* Transmenu
--------------------------------------------------------- */
a.jahover,
a.mainlevel-trans:hover,
a.mainlevel-trans:active,
a.mainlevel-trans:focus {
	border-top: none!important;
	background: url(../../images/light/tm-nav-hover.gif) repeat-x top #F29A3E!important;
}

#ja-transmenu li a { /* common styles for 1st level menu */
	border-top: none!important;
	padding-top: 12px!important;
}
/* TOP NAVIGATION
----------------------------------------------------------- */
#ja-splitmenu {
	margin: 0;
	padding: 0;
	font-size: 14px;
		padding-left: 5px;
}

#ja-splitmenu ul {
	margin: 0;
	padding: 0;
}

#ja-splitmenu li {
	margin: 0;
	padding: 0;
	display: list-item;
}

#ja-splitmenu a,
#ja-splitmenu a:link,
#ja-splitmenu a:visited {
	float: left;
	margin: 0;
	text-align: center;
	color: #000000;
	border-top: 0px solid #666666;
	background-color: #000000;
	display: list-item;
	text-decoration: none;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	color: Aqua;
}

#ja-splitmenu a:hover,
#ja-splitmenu a:active,
#ja-splitmenu a:focus {
		float: left;
	margin: 0;
	text-align: center;
	color: #000000;
		border-top: 0px solid #666666;
	background-color: Black;
	display: list-item;
	text-decoration: none;
	margin: 0px;
	padding: 0px 0px 0px 0px;
color: Aqua;
}

#ja-splitmenu a span {
	font-weight: bold;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#ja-splitmenu a span {
	float: none;
}
/* End IE5-Mac hack */

#ja-splitmenu a:hover {
	float: left;
	margin: 0;
	text-align: center;
	color: White;
		border-top: 0px solid #666666;
	background-color: Black;
	display: list-item;
	text-decoration: underline;
	margin: 0px;
	padding: 0px 0px 0px 0px;
}

#ja-splitmenu a:hover span {
}

#ja-splitmenu li.active a,
#ja-splitmenu li.active a:hover,
#ja-splitmenu li.active a:active,
#ja-splitmenu li.active a:focus {
display: list-item;
	text-decoration: none;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	border-bottom: 0px dashed #C0C0C0;
color: Aqua;
background-color: Black;
}

#ja-splitmenu li.active a span,
#ja-splitmenu li.active a:hover span,
#ja-splitmenu li.active a:active span,
#ja-splitmenu li.active a:focus span {
}

/* SUB NAVIGATION
--------------------------------------------------------- */
#ja-subnav {
	font-size: 1em;
	padding: 0;
	margin: 3px 0 22px;
}

#ja-subnav h3 {
	margin: 0 0 5px;
	padding: 0;
	font-size: 1.4em;
	color: #FFFFFF;
	text-transform: capitalize;
}

#ja-subnav ul {
	margin: 0;
	padding: 0;
}

#ja-subnav li {
	margin: 0;
	padding: 0;
	background: none;
}

#ja-subnav a {
	padding: 3px;
	margin: 00;
	display: list-item;
	width: 93%;
	color: #E6E6E6;
	/*background: url(../images/seperator.gif) repeat-x bottom;*/
	text-decoration: none;
}

#ja-subnav a:hover,
#ja-subnav a:active,
#ja-subnav a:focus {
	/*background: url(../images/seperator.gif) repeat-x bottom #181818;*/
	color: #F29A3E;
	text-decoration: none;
}

#ja-subnav li.active a,
#ja-subnav li.active a:hover,
#ja-subnav li.active a:active,
#ja-subnav li.active a:focus {
	/*background: url(../images/seperator.gif) repeat-x bottom #2F2F2F;*/
	color: #F29A3E;
	font-weight: bold;
	text-decoration: none;
}
/* ################## Main Menue ################## */
#ja-leftcol ul li ul
{
	background: #1C1C1C;
	border-bottom: 1px solid #0C59A1;
	border-top: 1px solid #0C59A1;
	border-left: 0px solid #121212;
	border-top: 0px;
	margin: 0;
	padding-left: 8px;
}

#ja-leftcol ul li ul li { border: solid 0px #ffffff;
 }
#ja-leftcol ul li ul li a { margin: 0px 0 0px 0; 
border: solid 0px #fff;
}

#ja-leftcol ul li ul li a:hover, #ja-leftcol ul li ul li a:active, #ja-leftcol ul li ul li a:focus
{
        background: #ffffff;
        color: #0C59A1;
		  text-decoration: underline;
}


#ja-leftcol ul li.active ul li.active ul li a:link, #ja-leftcol ul li.active ul li.active ul li a:visited
{
        background: url(../images/arrow.gif) #fff no-repeat top left;
        color: #000;
        font-weight: normal;
        margin: 0 0 0 15px;
        padding: 3px 0 3px 15px;
}

#ja-leftcol ul li.active ul li.active ul li.active span.active_link
{
        background: url(../images/arrow.gif) #fff no-repeat top left;
        border-bottom: solid 1px #E0C1E0;
        color: #000;
        font-weight: bold;
        margin: 0 0 0 15px;
        padding: 3px 0px 3px 15px;
} 
/* ################## Right Menue ################## */
#ja-rightcol ul li ul
{
	background: #ffffff;
	border-bottom: 1px solid #0C59A1;
	border-top: 1px solid #0C59A1;
	border-left: 0px solid #121212;
	border-top: 0px;
	margin: 0;
	padding-left: 8px;
}

#ja-rightcol ul li ul li { border: solid 0px #ffffff;
 }
#ja-rightcol ul li ul li a { margin: 0px 0 0px 0; 
border: solid 0px #fff;
color: #FFF000;
}

#ja-rightcol ul li ul li a:hover, #ja-rightcol ul li ul li a:active, #ja-rightcol ul li ul li a:focus
{
        background: #ffffff;
        color: #0C59A1;
		  text-decoration: underline;
}


#ja-rightcol ul li.active ul li.active ul li a:link, #ja-rightcol ul li.active ul li.active ul li a:visited
{
        background: url(../images/arrow.gif) #fff no-repeat top left;
        color: #000;
        font-weight: normal;
        margin: 0 0 0 15px;
        padding: 3px 0 3px 15px;
}

#ja-rightcol ul li.active ul li.active ul li.active span.active_link
{
        background: url(../images/arrow.gif) #fff no-repeat top left;
        border-bottom: solid 1px #E0C1E0;
        color: #000;
        font-weight: bold;
        margin: 0 0 0 15px;
        padding: 3px 0px 3px 15px;
} 
/* ################## Right Menue ################## */
#ja-rightcol ul
{
	background: #2F2F2F;
	border-left: 0px solid #121212;
	border-top: 0px;
	margin: 0;
	padding-left: 8px;
}

#ja-rightcol ul li { border: solid 0px #ffffff;
 }
#ja-rightcol ul li a {
	margin: 0px 0 0px 0;
	border-bottom: 1px dashed #C0C0C0;
	color: #16FFFF;
}

#ja-rightcol ul li a:hover, #ja-rightcol ul li a:active, #ja-rightcol ul li a:focus
{
        background: #ffffff;
        color: #0C59A1;
		  text-decoration: underline;
}


#ja-rightcol ul li.active ul li.active ul li a:link, #ja-rightcol ul li.active ul li.active ul li a:visited
{
        background: url(../images/arrow.gif) #fff no-repeat top left;
        color: #000;
        font-weight: normal;
        margin: 0 0 0 15px;
        padding: 3px 0 3px 15px;
}

#ja-rightcol ul li.active ul li.active ul li.active span.active_link
{
        background: url(../images/arrow.gif) #fff no-repeat top left;
        border-bottom: solid 1px #E0C1E0;
        color: #000;
        font-weight: bold;
        margin: 0 0 0 15px;
        padding: 3px 0px 3px 15px;
} 
