/* ============================================================
      Default Elements
   ============================================================ */

html {
}

body {
    color: #ffffff;
    font-family: Verdana, Tahoma, Arial, sans-serif;
    font-size: 12px;
    line-height: 1.3em;
    margin: 0;
    padding: 0;
}

a:link {
    color: #999999;
    font-weight: normal;
    text-decoration: none;
}

a:visited {
    color: #666666;
    font-weight: normal;
    text-decoration: none;
}

a:hover {
    color: #666666;
    font-weight: normal;
    text-decoration: none;
}

p {
    margin-top: 0;
    margin-bottom: 5px;
}

h1 {
    color: #ffffff;
    font-size: 20px;
    font-weight: bold;
    line-height: 2em;
    margin: 0;
    padding: 0 0 10px 0;
    text-align: left;
    text-decoration: none;
}

h2 {
    color: #ffffff;
    font-size: 18px;
    font-weight: bold;
    line-height: 1em;
    margin: 0;
    padding: 0 0 5px 0;
    text-align: left;
    text-decoration: none;
}

h3 {
    color: #ffffff;
    font-size: 18px;
    font-weight: normal;
    margin: 0;
    padding: 0 0 5px 0;
    text-align: left;
    text-decoration: none;
}

h4 {
    color: #ffffff;
    font-size: 16px;
    font-weight: bold;
    margin: 0;
    padding: 0 0 5px 0;
    text-align: left;
    text-decoration: none;
}

h5 {
    color: #ffffff;
    font-size: 15px;
    font-weight: bold;
    margin: 0;
    padding: 0 0 5px 0;
    text-align: left;
    text-decoration: none;
}

h6 {
    color: #ffffff;
    font-size: 14px;
    font-weight: bold;
    margin: 0;
    padding: 0 0 5px 0;
    text-align: left;
    text-decoration: none;
}

li {
    list-style-type: square;
}


/* ============================================================
      Browser Specific Elements
   ============================================================ */

/* remove the dotted line that appears around active links in Firefox */
:-moz-any-link:focus {
  outline: none;
}


/* ============================================================
      Custom Styles
   ============================================================ */

.componentheading, table.moduletable th, legend {
    margin: 0;
    font-family: Tahoma, Arial, sans-serif;
    font-size: 14px;
    text-align: left;
    color: #666;
    padding: 0;
}

.contentheading {
    color: #999;
    font-family: Tahoma, Arial, sans-serif;
    font-size: 1em;
    font-weight: bold;
    padding: 0;
    text-align: left;
    vertical-align: middle;
}

table.contentpaneopen h3 {
    margin-top: 25px;
}

form {
    margin: 0;
    padding: 0;
}

img, table {
    border: none;
}

body.contentpane {
    background: #000000;
}

input.button, .validate  {
    color: #FFF;
    font-size: 10px;
    border: 1px solid #333;
    background: #686868;
}

.search input.button {
    text-align: right;
}

input.button:hover, .validate:hover  {

}

.inputbox {
    border: 1px solid #333;
    color: #FFF;
    padding: 2px;
    background: #686868;
}
.inputbox:hover {

}

/*****************************************/
/*** Template specific layout elements ***/
/*****************************************/
#page_bg {
    padding: 0;
    background: #000;
}

#spacer {
    padding-top: 1em;
}

#header {
    height: 253px;
    background: url(../images/page_header.jpg) top center no-repeat;
    margin: 0 auto;
    padding-bottom: 0.2em;
    width: 900px;
}

.pill_m {
    font-size: 11px;
    text-align: left;
    margin: 0 auto;
    padding-left: 2em;
    background: url(../images/menu.jpg) top center no-repeat;
    width: 900px;
    height: 31px;
}

#pillmenu {
    float: left;
    margin: 0;
    position: relative;
    z-index: 2; /* IE fixed to force main menu to appear over top of side menu */
}

#pillmenu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#pillmenu li {
    float: left;
    margin: 0;
    padding: 0;
    height: 31px;
}

#pillmenu li:hover {

}

#pillmenu li a#active_menu-nav {
/*
    background: url(../images/menu_li_a_hover.gif) top center no-repeat;
*/
}

#pillmenu li a {
    font-family: Tahoma, sans-serif;
    font-size: 12px;
    float: left;
    display: block;
    line-height: 28px;
    padding: 0 10px;
    color: #FFF;
    text-decoration: none;
    font-weight: bold;
    height: 31px;
}

#pillmenu li a:hover {
/*
    background: url(../images/menu_li_a_hover.gif) top center no-repeat;
*/
}

#pillmenu li li a:hover {
/*
    background: url(../images/menu_li_a_hover.gif) center left no-repeat;
*/
}

.t {background: url(../images/dot.gif) 0 0 repeat-x;
    margin: 0 auto;
    padding: 0;
    text-align: center;
    width: 900px;
}

.border_sides {
    background: url(../images/content_sides.jpg) 0 0 repeat-y;
    margin: 0 auto;
    padding: 0;
    text-align: center;
    width: 900px;
}

.border_bottom {
    background: url(../images/content_bottom.jpg) 100% 100% no-repeat;
}

.border_top {
    background: url(../images/content_top.jpg) 100% 0 no-repeat;
}

div.center {
    margin: 0 auto;
    padding: 0;
    text-align: center;
    width: 900px;
}

        div.center p.valid {
            display: none;
            text-align: right;
            padding: 10px 30px 0 0;
            color: #666;

        }

div#wrapper {
    margin: 0 auto;
    padding: 0;
    text-align: left;
    width: 900px;
}

#content {
    margin: 0 auto;
/*  Dean - 30/12/08
    Removed to allow submenu items in side menu to display.
    overflow: hidden;
*/
    overflow: hidden;
    padding: 18px;
    position: relative;
    width: 864px;
    z-index: 1; /* IE fixed to force main menu to appear over top of side menu */
}

#leftcolumn, #rightcolumn {
    font-size: 11px;
    margin: 0;
    width: 190px;
    float: left;
    text-align: left;
    padding: 0;
}

div#maincolumn {
    float: left;
    width: 490px;
    padding: 0 5px;
}

div#maincolumn_full {
    padding: 0 0 0 10px;
}

* html div#maincolumn_full {
    float: left;
}

div.nopad {
    overflow: hidden;
    padding: 0;
}

div.nopad ul {
/*    clear: both; */
}

td.middle_pad {
    width: 20px;
}

#banner_l {
    text-align: left;
    padding: 0 0 0 24px;
}

#footer {
    margin: 0 auto;
    width: 900px;
    text-align: center;
    vertical-align: top;
    padding: 10px 2px;
}

/*****************************************/
/*** Joomla! specific content elements ***/
/*****************************************/

div.offline {
    background: #fffebb;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 1.2em;
    padding: 5px;
}

/* headers */
div.componentheading {
    height: 22px;
    padding: 8px 0 0 6px;
}
table.blog {

}
/* small text */
.small {
    font-size: 10px;
    color: #666;
    font-weight: normal;
    text-align: left;
}

.modifydate {
    height: 20px;
    vertical-align: bottom;
    font-size: 10px;
    color: #666;
    font-weight: normal;
    text-align: right;
}

.createdate {
    height: 20px;
    vertical-align: top;
    font-size: 10px;
    color: #666;
    font-weight: normal;
    vertical-align: top;
    padding-top: 0px;
}

a.readon {
    display: block;
    float: right;
    line-height: 14px;
    font-size: 10px;
    text-decoration: none;
    padding: 1px 2px 1px 2px;
    color: #999;
}

a.readon:hover {
    text-decoration: underline;
}

/* form validation */
.invalid { border-color: #ff0000; }
label.invalid { color: #ff0000; }


/** overlib **/

.ol-foreground {
    background-color: #f1f1f1;
    color: #333;
}

.ol-background {
    background-color: #f1f1f1;
    color: #333;
}

.ol-textfont {
    font-family: Tahoma, Arial, sans-serif;
    font-size: 10px;
}

.ol-captionfont {
    font-family: Tahoma, Arial, sans-serif;
    font-size: 12px;
    color: #f6f6f6;
    font-weight: bold;
}
.ol-captionfont a {
    background-color: #f1f1f1;
    color: #333;
    text-decoration: none;
    font-size: 12px;
}

.ol-closefont {}

/* menu links */
a.mainlevel:link, a.mainlevel:visited {
    padding-left: 5px;
}

a.mainlevel:hover {

}

/* spacers */
span.article_separator {
    display: block;
    height: 20px;
}

.article_column {

}

.column_separator {

}

td.buttonheading {
    text-align: right;
    width: 0;
}

.clr {
    clear: both;
}

table.blog span.article_separator {
    display: block;
    height: 20px;
}



/* table of contents */
table.contenttoc {


  margin: 10px;
  border: 1px solid #999;
  padding: 5px;
}

table.contenttoc td {

  padding: 0 5px;
}


/* content tables */
td.sectiontableheader {
  color: #333;
  font-weight: bold;
  padding: 4px;
  border-bottom: 1px solid #666;
}

tr.sectiontableentry1 td {
    padding: 4px;
    background: #393939;
}

tr.sectiontableentry0 td a, tr.sectiontableentry1 td a, tr.sectiontableentry2 td a {
    color: #999;
}

tr.sectiontableentry0 td,
tr.sectiontableentry2 td {
    padding: 4px;
}

td.sectiontableentry0,
td.sectiontableentry1,
td.sectiontableentry2 {
  padding: 3px;
  color: #999;
  font-size: 10px;
}


/* content styles */
.contentpaneopen, table.contentpane {
    margin: 0;
    padding: 0;
}

table.contentpane td{
    text-align: left;
}

table.contentpane td.contentdescription {
    width: 100%;
}

table.contentpane  {
    text-align: left;
    float: left;
    width: 100%;
    margin: 8px;
}

table.contentpane ul li a .category {
    color: #FF8800;
}

table.contentpane ul li {
    color: #999;
}

table.contentpaneopen {
    margin: 2px 4px;
    width: 100%;
}

table.contentpaneopen li {
    margin-bottom: 5px;
}

table.contentpaneopen fieldset {
    border: 0;
    border-top: 1px solid #669933;
}

table.contentpaneopen h3 {
    margin-top: 25px;
}

.highlight {
    background-color: #fffebb;
}

/* module control elements */
table.user1user2 div.moduletable {
    margin-bottom: 0px;
}

        /* module */
        div.moduletable, div.module {
            margin-bottom: 25px;
        }

        /* module */
        div.module_menu, div.module, div.module_text {
            margin: 0;
            padding: 0;
        }

        /* menu parent */
        div.module_menu div div, div.module div div, div.module_text div div {
            padding: 0;
        }

        /* menu */
        div.module_menu div div div, div.module div div div{
        }

        /* menu */
        div.module div div div {
            padding: 0;
            margin: 0;
            background: url(../images/column_top.jpg) top left no-repeat;
            text-align: center;
        }

        /* menu items */
        div.module_menu div div div div, div.module div div div div, div.module_text div div div div {
            background: url(../images/column_bottom.jpg) bottom left no-repeat;
            /* background: transparent; */
            padding: 0 6px 1px 6px;
            margin: 0 auto;
            }

div.bannergroup_text {
    display: block;
    width: 164px;
    color: #999;
}

div.module div div div form {
    padding: 0;
    width: 164px;
    margin: 0 auto;
    text-align: left;
}

div.module div div div form ul {
    margin: 0;
    padding: 0 0 10px 40px;
}

div.module_menu ul {
    list-style: none;
}

div.module_menu ul li{
    margin: 0;
    padding: 0;
}

div.module_menu ul li a:link, div.module_menu ul li a:visited {
    font-weight: bold;
    background: transparent url(../images/blue/bullet2.jpg) top left no-repeat;
    padding: 2px 0 2px 25px;
    line-height: 24px;
}


#leftcolumn div.module table ,#rightcolumn div.module table {

}

#leftcolumn div.module table.poll {

}

#leftcolumn div.module table.poll td {
    text-align: left;
}

/* LEFT COL H3 */
#leftcolumn h3, #rightcolumn h3 {
    font-family: Verdana, Tahoma, Arial, sans-serif;
    font-size: 12px;
    text-align: center;
    height: 26px;
    width: 170px;
    text-decoration: none;
    padding: 6px 10px 0 10px;
    background: url(../images/h3.jpg) top center no-repeat;
    font-weight: normal;
    line-height: 24px;
    margin: 0;
}

#leftcolumn .moduletable_menu, #leftcolumn .moduletable, #leftcolumn .moduletable_text, #leftcolumn .c,
#rightcolumn .moduletable_menu, #rightcolumn .moduletable, #rightcolumn .moduletable_text, #rightcolumn .c {
    margin: 0 0 16px 0;
    padding: 0 0 8px 0;
}

#leftcolumn ul.menu, #rightcolumn ul.menu {
    margin: 0 auto;
    padding: 0;
    list-style: none;
    width: 164px;
}

#leftcolumn ul.menu li, #rightcolumn ul.menu li {
    margin: 0;
    padding: 0;
}



#leftcolumn ul.menu li:hover, #rightcolumn ul.menu li:hover {

}

/*LEFT COL LINK*/
#leftcolumn ul.menu li a, #leftcolumn ul.menu li a:link,
#rightcolumn ul.menu li a, #rightcolumn ul.menu li a:link {
    line-height: 18px;
    padding: 0 0 0 14px;
    text-decoration: none;
    color: #f1f3ff;
    font-weight: normal;
    font-size: 11px;
    background: url(../images/menu_row.jpg) center left no-repeat;
    margin: 0;
    height: 10px;
}

#leftcolumn ul.menu li a:hover, #rightcolumn ul.menu li a:hover {
    background: url(../images/menu_row_hover.gif) center left no-repeat;
}

/*LEFT COL CURRENT LINK*/
#leftcolumn ul.menu li#current a, #leftcolumn ul.menu li#current a:link,
#rightcolumn ul.menu li#current a, #rightcolumn ul.menu li#current a:link {
    line-height: 18px;
    padding: 0 0 0 14px;
    text-decoration: none;
    color: #FFF;
    font-weight: normal;
    font-size: 11px;
    margin: 0;
    height: 10px;
}

#leftcolumn ul.menu li#current a:hover, #rightcolumn ul.menu li#current a:hover {

}

/*LEFT COL SUB LINK*/
#leftcolumn ul.menu li#current ul li a, #leftcolumn ul.menu li#current ul li a:link {
    text-decoration: none;
    color: #e3e7ff;
    margin: 0 0 0 6px;
    font-size: 11px;
    background: url(../images/menu_row.jpg) center left no-repeat;
    font-weight: normal;
    display: block;
    line-height: 18px;
    padding: 0 0 0 14px;
    border: none;
    height: 18px;
}

#leftcolumn ul.menu li ul li#current a, #leftcolumn ul.menu li ul li#current a:link, #leftcolumn ul.menu li ul li#current a:visited, #leftcolumn ul.menu li ul li#current a:hover {
    font-size: 11px;
    margin: 0 0 0 6px;
    padding: 0 0 0 14px;
    text-decoration: none;
    border: none;
    color: #FFF;
    background: url(../images/menu_row_hover.gif) center left no-repeat;
    height: 18px;
    line-height: 18px;
}
/*SUBMENU POSITION*/
#leftcolumn ul.menu li#current ul {
    margin: 0;
    padding: 0;
}

#leftcolumn ul.menu li#current ul li {
    margin: 0;
    padding: 0;
}

/*CURRENT SUBMENU POSITION*/
#leftcolumn ul.menu li ul {
    margin: 0;
    padding: 0;
}

#leftcolumn ul.menu li#current ul li a:hover {
    background: url(../images/menu_row_hover.gif) center left no-repeat;
}

#leftcolumn ul.menu li ul, #rightcolumn ul.menu li ul {
    list-style: none;
}

/* forms */
#leftcolumn .moduletable ul, #rightcolumn .moduletable ul {
    margin: 6px 0;
    padding: 0;
    list-style: none;
}

#leftcolumn .moduletable ul li, #rightcolumn .moduletable ul li {
    margin: 0;
    padding: 0 2px;
}

table.adminform textarea {
  width: 540px;
  height: 400px;
  font-size: 1em;
  color: #000099;
}

form#form-login fieldset {
    border: 0 none;
    margin: 0;
    padding: 4px 7px 9px 7px;
}
form#form-login ul li{
    padding: 0;
}

form#form-login ul li a {
    text-align: left;
    padding: 0;
    font-size: 10px;
    color: #999;
}

/* thumbnails */
div.mosimage         {  margin: 5px; }
div.mosimage_caption {  font-size: .90em; color: #333; }

div.caption       { padding: 0 10px 0 10px; }
div.caption img   { border: 1px solid #CCC; }
div.caption p     { font-size: .90em; color: #333; text-align: center; }

/* Parameter Table */
table.paramlist {
    margin-top: 5px;
}

table.paramlist td.paramlist_key {
    width: 128px;
    text-align: left;
    height: 30px;
}

table.paramlist td.paramlist_value {
}

div.message {
    font-family: Tahoma, Arial, sans-serif;
    font-weight: bold;
    font-size : 14px;
    color : #c30;
    text-align: center;
    width: auto;
    background-color: #f9f9f9;
    border: solid 1px #d5d5d5;
    margin: 3px 0px 10px;
    padding: 3px 20px;
}

/* Banners module */

/* Default skyscraper style */
.bannergroup {
}

.banneritem {
}

/* Text advert style */

.banneritem_text {
    padding: 4px;
    font-size: 11px;
}

.bannerfooter_text {
    padding: 4px;
    font-size: 11px;
    text-align: right;
}

/* System Messages */
/* see system general.css */

.pagination span { padding: 2px; }
.pagination a    { padding: 2px; }

/* Polls */
.pollstableborder td {
    text-align: left;
}

/* Frontend Editing*/
fieldset {
    border: 1px solid #ccc;

    margin-top: 15px;
    padding: 15px;
}

legend {
    margin: 0;
    padding: 0 10px;
}

td.key {
    border-bottom:1px solid #eee;

    color: #333;
}

/* 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;
}

/* System Standard Messages */
#system-message dd.message ul {
    padding: 0;
    margin: 0;
    background: none;
    border: none;
}

/* System Error Messages */
#system-message dd.error ul {
    color: #c00;
    background: none;
    border: none;
    padding: 0;
    margin: 0;
}

/* System Notice Messages */
#system-message dd.notice ul {
    color: #c00;
    background: none;
    border: none;
    padding: 0;
    margin: 0;
}

#system-message dd {
    text-indent: 0;
}

#system-message dd ul {
    list-style-type: none;
    color: #c00;
    background: none;
    border: none;
}

#system-message {
    margin-top: 5px;
}

/* ****************************************************************************** */
/* blue */
input, button {

}
/* blue */
input[type="checkbox"], input[type="radio"]{
   background: transparent;
   border: none;
}

/* -------------------------- */
a.sgfooter:link, a.sgfooter:visited {
    color: #999;
    font-family: Tahoma, Arial, sans-serif;
    text-decoration: none;
}
a.sgfooter:hover {
    color: #999;
    font-family: Tahoma, Arial, sans-serif;
    text-decoration: none;
}
#sgf {
    font-size: 12px;
    text-align: center;
    width: 100%;
    margin: 0 auto;
    color: #999;
    font-family: Tahoma, Arial, sans-serif;
}
.sgf {
    text-align: right;
    font-size: 12px;
    font-family: Tahoma, Arial, sans-serif;
    color: #999;
    text-decoration: none;
}
.sgf1 {
    font-size: 12px;
    font-family: Tahoma, Arial, sans-serif;
    color: #999;
    text-align: left;
}

a.sglink:link, a.sglink:visited {
    color: #999;
    font-size: 12px;
    font-family: Tahoma, Arial, sans-serif;
    text-decoration: none;
}
a.sglink:hover {
    color: #999;
    font-family: Tahoma, Arial, sans-serif;
    text-decoration: none;
    }


/* ============================================================
      Extended Menu - Horizontal (Topnav)
   ============================================================ */

/** IE bugs: a:link, a:visited, a:hover need to be styled as well; does not display separator... workaround? */

a.mainlevel-suckerfish-horizontal, a.mainlevel_active-suckerfish-horizontal, a.mainlevel_current-suckerfish-horizontal, span.mainlevel-suckerfish-horizontal,
a.mainlevel-suckerfish-horizontal:link, a.mainlevel_active-suckerfish-horizontal:link, a.mainlevel_current-suckerfish-horizontal:link,
a.mainlevel-suckerfish-horizontal:visited, a.mainlevel_active-suckerfish-horizontal:visited, a.mainlevel_current-suckerfish-horizontal:visited,
a.mainlevel-suckerfish-horizontal:hover, a.mainlevel_active-suckerfish-horizontal:hover, a.mainlevel_current-suckerfish-horizontal:hover,
a.sublevel-suckerfish-horizontal, a.sublevel_active-suckerfish-horizontal, a.sublevel_current-suckerfish-horizontal, span.sublevel-suckerfish-horizontal,
a.sublevel-suckerfish-horizontal:link, a.sublevel_active-suckerfish-horizontal:link, a.sublevel_current-suckerfish-horizontal:link,
a.sublevel-suckerfish-horizontal:visited, a.sublevel_active-suckerfish-horizontal:visited, a.sublevel_current-suckerfish-horizontal:visited,
a.sublevel-suckerfish-horizontal:hover, a.sublevel_active-suckerfish-horizontal:hover, a.sublevel_current-suckerfish-horizontal:hover {
    font-weight: normal;
    font-size: 100%;
    text-align: left;
    text-decoration: none;
    display: block;
    padding: 0.3em 0.5em 0.3em 0.5em;   /* top, right, bottom, left */
    height: 1em;
    line-height: 1em;
}

a.sublevel-suckerfish-horizontal, a.sublevel_active-suckerfish-horizontal, a.sublevel_current-suckerfish-horizontal, span.sublevel-suckerfish-horizontal,
a.sublevel-suckerfish-horizontal:link, a.sublevel_active-suckerfish-horizontal:link, a.sublevel_current-suckerfish-horizontal:link,
a.sublevel-suckerfish-horizontal:visited, a.sublevel_active-suckerfish-horizontal:visited, a.sublevel_current-suckerfish-horizontal:visited,
a.sublevel-suckerfish-horizontal:hover, a.sublevel_active-suckerfish-horizontal:hover, a.sublevel_current-suckerfish-horizontal:hover {
    height: 0.5em;
    line-height: 0.5em;
}

a.sublevel-suckerfish-horizontal, a.sublevel_active-suckerfish-horizontal, a.sublevel_current-suckerfish-horizontal, span.sublevel-suckerfish-horizontal {
    width: 17em;
}

ul.mainlevel-suckerfish-horizontal {
    clear: left;
    list-style: none;
    margin: 0;
    padding: 0;
    width: auto;
}

ul.mainlevel-suckerfish-horizontal li {
    background: none;
    float: left;
    list-style: none;
    margin: 0 10px 0 0;
    padding: 0;
    position: relative;
}

ul.mainlevel-suckerfish-horizontal ul {
    display: none;
    left: -1em;
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 2.8em;
    border-top: 1px solid #333333;
    border-bottom: 1px solid #333333;
}

ul.mainlevel-suckerfish-horizontal ul li {
    background-color: #000000;
    border-right: 1px solid #333333;
    border-left: 1px solid #333333;
    clear: left;
    margin: 0;
    position: relative;
}


ul.mainlevel-suckerfish-horizontal li:hover ul,
ul.mainlevel-suckerfish-horizontal li.hover ul {
    display: block;
}

ul.mainlevel-suckerfish-horizontal ul li:hover,
ul.mainlevel-suckerfish-horizontal ul li.hover {
    background-image: url("../images/top_menu_hover.jpg");
    background-color: #011641;
}

/** separator */

span.mainlevel-suckerfish-horizontal,
span.mainlevel_active-suckerfish-horizontal {
    font-family: Tahoma, sans-serif;
    font-size: 12px;
    line-height: 28px;
    padding: 0 10px;
    color: #FFF;
    text-decoration: none;
    font-weight: bold;
    height: 31px;
    display: inline;
}


/* ============================================================
      Extended Menu - Vertical (Sidenav)
   ============================================================ */

/** IE bugs: a:link, a:visited, a:hover need to be styled as well; does not display separator... workaround? */

/** customize colors here */

a.mainlevel-suckerfish-vertical, a.mainlevel_active-suckerfish-vertical, a.mainlevel_current-suckerfish-vertical,
a.mainlevel-suckerfish-vertical:link, a.mainlevel_active-suckerfish-vertical:link, a.mainlevel_current-suckerfish-vertical:link,
a.mainlevel-suckerfish-vertical:visited, a.mainlevel_active-suckerfish-vertical:visited, a.mainlevel_current-suckerfish-vertical:visited,
a.mainlevel-suckerfish-vertical:hover, a.mainlevel_active-suckerfish-vertical:hover, a.mainlevel_current-suckerfish-vertical:hover {
    color: white;
}

a.sublevel-suckerfish-vertical, a.sublevel_active-suckerfish-vertical, a.sublevel_current-suckerfish-vertical,
a.sublevel-suckerfish-vertical:link, a.sublevel_active-suckerfish-vertical:link, a.sublevel_current-suckerfish-vertical:link,
a.sublevel-suckerfish-vertical:visited, a.sublevel_active-suckerfish-vertical:visited, a.sublevel_current-suckerfish-vertical:visited,
a.sublevel-suckerfish-vertical:hover, a.sublevel_active-suckerfish-vertical:hover, a.sublevel_current-suckerfish-vertical:hover {
    color: white;
}

/** customize format and layout here */

a.mainlevel-suckerfish-vertical, a.mainlevel_active-suckerfish-vertical, a.mainlevel_current-suckerfish-vertical, span.mainlevel-suckerfish-vertical,
a.mainlevel-suckerfish-vertical:link, a.mainlevel_active-suckerfish-vertical:link, a.mainlevel_current-suckerfish-vertical:link,
a.mainlevel-suckerfish-vertical:visited, a.mainlevel_active-suckerfish-vertical:visited, a.mainlevel_current-suckerfish-vertical:visited,
a.mainlevel-suckerfish-vertical:hover, a.mainlevel_active-suckerfish-vertical:hover, a.mainlevel_current-suckerfish-vertical:hover,
a.sublevel-suckerfish-vertical, a.sublevel_active-suckerfish-vertical, a.sublevel_current-suckerfish-vertical, span.sublevel-suckerfish-vertical,
a.sublevel-suckerfish-vertical:link, a.sublevel_active-suckerfish-vertical:link, a.sublevel_current-suckerfish-vertical:link,
a.sublevel-suckerfish-vertical:visited, a.sublevel_active-suckerfish-vertical:visited, a.sublevel_current-suckerfish-vertical:visited,
a.sublevel-suckerfish-vertical:hover, a.sublevel_active-suckerfish-vertical:hover, a.sublevel_current-suckerfish-vertical:hover {
    font-weight: normal;
    font-size: 100%;
    text-align: left;
    text-decoration: none;
    display: block;
    padding: 0.3em 0.5em 0.3em 0.5em;   /* top, right, bottom, left */
    height: 1.5em;
    line-height: 1.5em;
}

#active_menu-suckerfish-vertical,
a.mainlevel_active-suckerfish-vertical, a.mainlevel_current-suckerfish-vertical,
a.mainlevel_active-suckerfish-vertical:link, a.mainlevel_current-suckerfish-vertical:link,
a.mainlevel_active-suckerfish-vertical:visited, a.mainlevel_current-suckerfish-vertical:visited,
a.mainlevel_active-suckerfish-vertical:hover, a.mainlevel_current-suckerfish-vertical:hover,
a.sublevel_active-suckerfish-vertical, a.sublevel_current-suckerfish-vertical,
a.sublevel_active-suckerfish-vertical:link, a.sublevel_current-suckerfish-vertical:link,
a.sublevel_active-suckerfish-vertical:visited, a.sublevel_current-suckerfish-vertical:visited,
a.sublevel_active-suckerfish-vertical:hover, a.sublevel_current-suckerfish-vertical:hover {
/*
    font-weight: bold;
*/
}

#active_menu-suckerfish-vertical {
}

ul.mainlevel-suckerfish-vertical, .mainlevel-suckerfish-vertical ul {
    display: block;
    padding: 0;
    margin: 0;
}

ul.mainlevel-suckerfish-vertical {
    /* position: relative; */
    text-align: left;
}

ul.mainlevel-suckerfish-vertical ul {
    border-top: 1px solid #565656;
    border-bottom: 1px solid #565656;
    display: none;
    position: absolute;
    top: 0;
    left: 16em;
}

ul.mainlevel-suckerfish-vertical ul ul {
}

ul.mainlevel-suckerfish-vertical li {
    padding: 0;
    margin: 0;
    background: none;
    list-style: none;
    /* float: left; */
    /* clear: left; */
    position: relative;
    width: 16em;
}

ul.mainlevel-suckerfish-vertical li li {
    background-color: #000000;
    border-right: 1px solid #565656;
    border-left: 1px solid #565656;
    position: relative;
    margin: 0;
}

ul.mainlevel-suckerfish-vertical li:hover ul,
ul.mainlevel-suckerfish-vertical li.hover ul {
    display: block;
}


ul.mainlevel-suckerfish-vertical li:hover ul ul,
ul.mainlevel-suckerfish-vertical li.hover ul ul {
    display: none;
}

ul.mainlevel-suckerfish-vertical li:hover ul li:hover ul,
ul.mainlevel-suckerfish-vertical li.hover ul li.hover ul {
    display: block;
}

ul.mainlevel-suckerfish-vertical li:hover,
ul.mainlevel-suckerfish-vertical li.hover {
    background-image: url("../images/side_menu_hover.jpg");
    background-color: #011C51;
}

ul.mainlevel-suckerfish-vertical, ul.mainlevel-suckerfish-vertical li li {
    clear: left;
}

/** separator */
span.mainlevel-suckerfish-vertical, span.sublevel-suckerfish-vertical {
    border-width: 0px;
    padding: 5px;
}

span.mainlevel-suckerfish-vertical,
span.mainlevel_active-suckerfish-vertical {
    font-weight: normal;
    font-size: 100%;
    text-align: left;
    text-decoration: none;
    display: block;
    padding: 0.3em 0.5em 0.3em 0.5em;   /* top, right, bottom, left */
    height: 1.5em;
    line-height: 1.5em;
}


/* ============================================================
      GM Poles Styles
   ============================================================ */