/* all reset,layout */
* {
    margin:  0;
    padding: 0;
}
td,p,div,tr {
    font-family: Tahoma,verdana,arial;
    font-size:   13px;
    color:       #666;
}
body {
    font-family: tahoma,verdana,arial;
    font-size:   12px;
    padding:     0px 0px 0px 0px;
    margin:      0px 0px 0px 0px;
}
.all {
    padding:           0px 0px 0px 0px;
    margin: 0px 0px 30px 0px;
    color:             #333;
    /*background-image:  url(../images/all.png);*/
    background-repeat: repeat-x;
    /*background-color:  #003366;*/
	background-color:  #333333;
}
#container {
    width: 100%;
}
#wrapper {
    width:            890px;
    
}
#header {
    /*background-image:  url(../images/header.jpg);*/
    background-repeat: no-repeat;
    height:            210px;
}
#topnav {
    margin-top:        180px;
    background-image:  url(../images/topnav_bg.png);
    background-repeat: repeat-x;
    height:            30px;
    width:             350px;
    float:             right;
}
#content {
    background-color:    #FFFFFF;
    padding:             10px;
    background-image:    url(../images/content_bg.png);
    background-repeat:   repeat-x;
    background-position: top;
}
#maincontent {
    margin-right: 10px;
	margin-left: 10px;
}
#left {
    width: 200px;
}
#left div.moduletable {
    margin-bottom:     8px;
    padding:           8px;
    background-image:  url(../images/right_div_bg.png);
    background-repeat: repeat;
    border:            1px solid #E4E4E4 ;
}
#left div.moduletable h3 {
    margin-bottom: 8px;
    color:         #333333;
    font-size:     14px;
    font-weight:   bold;
}
#right {
}
#right div.moduletable {
    margin-bottom:     8px;
    padding:           8px;
    background-image:  url(../images/right_div_bg.png);
    background-repeat: repeat;
    border:            1px solid #E4E4E4 ;
}
#right div.moduletable h3 {
    margin-bottom: 8px;
    color:         #333333;
    font-size:     14px;
    font-weight:   bold;
}
div.moduletable-blue {
    margin-bottom:     8px;
    padding:           8px;
    background-image:  url(../images/blue_mod_bg.png);
    background-repeat: repeat;
}
div.moduletable-blue td {
    font-size:  11px;
    text-align: left;
}
div.moduletable-yellow {
    margin-bottom:     8px;
    padding:           8px;
    background-image:  url(../images/yellow_mod_bg.png);
    background-repeat: repeat;
}
div.moduletable-yellow td {
    font-size:  11px;
    text-align: left;
}
div.moduletable-yellow h3 {
    margin-bottom: 8px;
    color:         #333333;
    font-size:     14px;
    font-weight:   bold;
}
#bottom div.moduletable {
    margin-bottom:     8px;
    padding:           8px;
    
}
#bottom div.moduletable h3 {
    margin-bottom: 8px;
    color: #FFFFFF;
    font-size:     14px;
    font-weight:   bold;
}
#bottom div.moduletable td {
   
    color: #A2A2A2;
    
}
#right {
    margin-right: 10px;
}
#bottom {
    padding:           10px;
   
    background-image:  url(../images/bottom_bg.png);
    background-repeat: repeat;
}
#bottom p{ 
    color: #FFFFFF;
    font-size:11px;
    

}
#footer{
margin-top:10px
}
#footer P{
color: #FFFFFF;
font-size:11px;
}
#footer a:link, #footer a:visited{
color: #FFFFFF;
}
/* splitmenu */
#navlist {
    margin:  0px;
    padding: 0px 0px 0px 0px;
}
#navlist ul, #navlist li {
    display:         inline;
    list-style-type: none;
}
#navlist a:link, #navlist a:visited {
    padding:         8px 8px 8px 8px;
    float:           left;
    font-size:       11px;
    margin:          0px;
    text-decoration: none;
    color:           #FFFFFF;
}
#navlist a:link#current, #navlist a:visited#current, #navlist a:hover {
    color:             #FFFFFF;
    background-image:  url(../images/top_nav_active.png);
    background-repeat: repeat-x;
}
#navlist a:hover {
    color: #FFFFFF;
	background-image:  url(../images/top_nav_oo.jpg);
}
/* joomla css stuff */
ul#mainlevel-nav {
    list-style:   none;
    font-size:    11px;
    height:       28px;
    padding-left: 20px;
}
ul#mainlevel-nav li {
    float:          left;
    font-size:      11px;
    font-weight:    normal;
    text-transform: lowercase;
    text-align:     center;
    font-family:    Arial,Tahoma, Helvetica, sans-serif;
    display:        block;
    background:     none ;
    padding-right:  20px;
    padding-top:    5px;
}
ul#mainlevel-nav li a {
    display:         block;
    padding-left:    5px;
    padding-right:   5px;
    padding-top:     0px;
    text-decoration: none;
    color:           #FFFFFF;
    font-weight:     bold;
}
ul#mainlevel-nav li a:hover {
    display:         block;
    padding-left:    5px;
    padding-right:   5px;
    text-decoration: none;
    font-weight:     bold;
}
a:link, a:visited {
    color:           #0099FF;
    font-weight:     bold;
    text-decoration: none;
}
a:hover {
    color: #0099FF;
}



form {
    display: inline;
    margin:  0;
    padding: 0;
}
h1 {
    color:       #666666;
    font-weight: normal;
    font-size:   20px;
}
ul {
}
li {
    margin-left: 20px;
}
img {
    border: none ;
}
ol {
    margin-left:         20px;
    list-style-position: inherit;
}
blockquote {
    margin: 10px;
}
blockquote div {
}
pre {
    padding: 10px;
}
table.contenttoc {
    margin:  3px;
    padding: 5px;
}
.contenttoc th {
    padding:     3px;
    color:       #935454;
    font-weight: bold;
}
.contenttoc a {
    font-size:   11px;
    padding:     0 5px 0 5px;
    font-weight: normal;
}
.contenttoc a:hover {
    font-size:    11px;
    color:        #935454;
    padding-left: 5px;
}
.contenttoc td {
    padding: 3px;
}
.contentpane {
    font-family: Arial,Tahoma,  Helvetica, sans-serif;
    font-size:   11px;
    line-height: 18px;
    text-align:  left;
}
.contentpaneopen ul {
    margin-left: 10px;
}
.contentpane ul {
    margin-left: 10px;
}
table.contentpaneopen,table.contentpane {


}
table.contentpaneopen li {
    margin-left: 20px;
}
div.moduletable {
    font-size: 11px;
}
div.moduletable td {
    text-align: left;
    font-size:  11px;
}
div.moduletable h3 {
    text-align:    left;
    margin-bottom: 8px;
    color:         #333333;
    font-size:     14px;
    font-weight:   bold;
}
table.moduletable th {
    color:               #898371;
    text-align:          left;
    vertical-align:      middle;
    font-weight:         normal;
    padding-left:        5px;
    padding-top:         15px;
    padding-bottom:      10px;
    font-size:           14px;
    background-image:    url(../images/modth.png);
    background-repeat:   no-repeat;
    background-position: bottom;
    width:               230px;
    text-transform:      uppercase;
}
.contentpaneopen fieldset {
    border: none ;
    width:  100%;
}
.contentpaneopen td {
    padding:    0;
    text-align: left;
}
.contentdescription {
}
.latestnews li {
    list-style-type: none;
}
.latestnews li a {
    border-bottom: 1px solid #666;
    display:       block;
}
.latestnews li a:hover {
}
.mostread li {
    list-style-type: none;
}
.mostread li a {
    border-bottom: 1px solid #666;
    display:       block;
}
.mostread li a:hover {
}
ul.latestnews li {
    padding:     2px 2px 5px 0px;
    margin-left: 0px;
    color:       #808080;
    width:       auto;
    text-align:  left;
}
.latestnews a:link {
    text-transform: capitalize;
    color:          #CCC;
}
.latestnews a:visited {
    color: #CCC;
}
.latestnews a:hover {
    color: #0099FF;
}
ul.mostread li {
    margin-left: 0px;
    color:       #808080;
    width:       auto;
    text-align:  left;
    padding:     2px 2px 5px 0px;
}
.mostread a:link {
    text-transform: capitalize;
    color:          #CCCCCC;
}
.mostread a:visited {
    color: #CCCCCC;
}
.mostread a:hover {
    color: #0099FF;
}
td.contentheading {
    color:           #000000;
    font-family:     tahoma,verdana,arial,Helvetica, sans-serif;
    text-decoration: none;
    font-weight:     bold;
    font-size:       16px;
    /*letter-spacing:  -0.05em;*/
}
div.componentheading {
    color:           #000000;
    font-family:     tahoma, Helvetica, sans-serif;
    text-decoration: none;
    font-weight:     normal;
    font-size:       16px;
    text-align:      left;
}
a.contentpagetitle:link,a.contentpagetitle:hover {
    font-family:     Tahoma,Arial,tahoma, Helvetica, sans-serif;
    text-decoration: none;
    font-size:       16px;
    /*letter-spacing:  -0.05em;*/
}
a.contentpagetitle:hover {
    color: #CCCC99;
    font-family:     Tahoma,Arial,tahoma, Helvetica, sans-serif;
    text-decoration: none;
    font-size:       16px;
}
.createdate, td.createdate {
    color:          #666666;
    font-size:      11px;
    font-weight:    bold;
    text-transform: lowercase;
    padding-bottom: 3px;
}
.modifydate,.small {
    color:          #0099FF;
    font-size:      11px;
    font-weight:    normal;
    text-transform: uppercase;
}
.highlight {
    color:            #FFFFFF;
    background-color: red;
}
.mosimage {
    margin:  5px;
    padding: 5px;
    border:  none ;
}
.mosimage_caption {
    padding:             1px 2px;
    color:               #898371;
    font-size:           10px;
    font-weight:         bold;
    border-bottom-style: solid;
    border-bottom-color: #808080;
    border-bottom-width: 1px;
}
.contentpaneopen img {
    margin: 5px;
}
.contentpane img {
    margin: 5px;
}
a.mainlevel:link, a.mainlevel:visited {
    display:             block;
    height:              18px !important;
    height:              18px;
    vertical-align:      middle;
    font-size:           12px;
    font-weight:         normal;
    text-align:          left;
    text-decoration:     none;
    text-transform:      capitalize;
    color:               #941D08;
    padding-top:         2px;
    background-image:    url(../images/menu_icon.png);
    background-repeat:   no-repeat;
    background-position: 5px;
    border-bottom-width: 1px;
    border-bottom-color: #C0C0C0;
    border-bottom-style: solid;
}
a.mainlevel:hover {
    text-decoration: none;
    color:           #F41400;
    font-weight:     bold;
    border-bottom-width: 1px;
    border-bottom-color: E80E00;
    border-bottom-style: solid;		
}
a.mainlevel#active_menu {
    color:       #0099FF;
    font-weight: bold;
}
a.mainlevel#active_menu:hover {
    color: #F41400;
}
a.sublevel:link, a.sublevel:visited {
    font-size:      11px;
    padding-left:   10px;
    padding-bottom: 3px;
    line-height:    20px;
    display:        block;
    margin-left:    10px;
    font-family:    Arial, Verdana,Tahoma;
    color:          #1a1a1a;
    /*text-transform: lowercase;*/
    font-weight:    normal;
    border-bottom-width: 1px;
    border-bottom-color: #C0C0C0;
    border-bottom-style: solid;	
}
a.sublevel:hover {
    text-decoration: none;
    border-bottom-width: 1px;
    border-bottom-color: E80E00;
    border-bottom-style: solid;		
}
#mod_login_username {
    padding:     5px 0 0px 5px;
    width:       178px;
    font-size:   11px;
    background:  url(../images/mod_login_input.png) no-repeat ;
    color:       #F41400;
    font-family: tahoma;
    border:      none ;
    font-weight: bold;
    height:      21px;
}
#mod_login_password {
    padding:     5px 0 0px 5px;
    width:       178px;
    font-size:   11px;
    background:  url(../images/mod_login_input.png) no-repeat ;
    color:       #F41400;
    font-family: tahoma;
    border:      none ;
    font-weight: bold;
    height:      21px;
}
#mod_login_remember {
    border:     none ;
    background: none ;
    margin:     0;
}
.inputbox {
    font-size:  12px;
    border:     1px solid gray ;
    background: #FFFFFF ;
}
.button {
    padding:     1px;
    padding:     2px !important;
    color:       #FFFFFF;
    font-size:   11px;
    border:      none ;
    font-weight: bold;
    background:  #F41400 ;
}
.sectiontableheader {
    font-weight: bold;
    background: #A2A2A2;
    padding:     4px;
    color:       #333333;
}
.sectiontableentry1 td {
    padding: 3px;
}
.sectiontableentry2 td {
    padding:    3px;
    background: #E5E5E5;
}
.sectiontableentry1 {
    padding: 2px;
}
.sectiontableentry2 {
    padding: 2px;
}
.readon {
    font-size:           11px;
    float:               left;
    padding-right:       10px;
    background-image:    url(../images/readon.png);
    background-position: left;
    background-repeat:   no-repeat;
    padding-left:        25px;
    height:              18px;
}
.readon a:link, .readon a:visited {
    color: #FFFFFF;
}
.readon a:hover {
    color: #EBCA71;
}
.back_button a {
    padding:    2px 5px 2px 20px;
    text-align: center;
    display:    block;
}
.back_button a:hover {
    padding: 2px 5px 2px 20px;
    color:   #0099FF;
}
.pagenav {
    text-align:        center;
    color:             red;
    margin:            0px -2px 0px 0px;
    padding:           1px 6px 1px 6px;
    font-size:         11px;
    font-family:       arial,verdana,tahoma;
    background-image:  url(../images/btnlogin.gif);
    background-repeat: repeat-x;
}
a.pagenav, a.pagenav:visited {
    color: red;
}
a.pagenav:hover {
    color:            red;
    background-color: #000000;
    border:           1px solid #5d5d5d ;
}
span.pathway {
    color:       #666666;
    font-size:   11px;
    font-weight: bold;
}
span.pathway a:link,
span.pathway a:visited {
    color:       #666666;
    font-weight: bold;
    font-size:   11px;
}


/* --------------------- */ 
a#menulink_1:link, a#menulink_1:visited {
    display:             block;
    height:              18px !important;
    height:              18px;
    vertical-align:      middle;
    font-size:           12px;
    font-weight:         normal;
    text-align:          left;
    text-decoration:     none;
    text-transform:      capitalize;
    color:               #941D08;
    padding-top:         2px;
    padding-left:        10px;
    border-bottom-width: 1px;
    border-bottom-color: #EACC5E;
    border-bottom-style: solid;
}
td#menuitem_1 {
    background-image:    url(../../../images/stories/menu_1.gif);
    background-repeat:   no-repeat;
    background-position: 0px,0px;
	}
	
a#menulink_1:hover {
    text-decoration: none;
    color:           #F41400;
    font-weight:     bold;
    border-bottom-width: 1px;
    border-bottom-color: #EACC5E;
    border-bottom-style: solid;		
}
a#menulink_1#active_menu {
    color:       #0099FF;
    font-weight: bold;
}
a#menulink_1#active_menu:hover {
    color: #F41400;
}


/* --------------------- */ 
a#menulink_2:link, a#menulink_2:visited  {
    display:             block;
    height:              18px !important;
    height:              18px;
    vertical-align:      middle;
    font-size:           12px;
    font-weight:         normal;
    text-align:          left;
    text-decoration:     none;
    text-transform:      capitalize;
    color:               #941D08;
    padding-top:         2px;
    padding-left:        10px;	
   
    border-bottom-width: 1px;
    border-bottom-color: #EE7427;
    border-bottom-style: solid;
}
td#menuitem_2 {
    background-image:    url(../../../images/stories/menu_2.gif);
    background-repeat:   no-repeat;
    background-position: 0px,0px;
	
}
a#menulink_2:hover {
    text-decoration: none;
    color:           #F41400;
    font-weight:     bold;
    border-bottom-width: 1px;
    border-bottom-color: E80E00;
    border-bottom-style: solid;		
}
a#menulink_2#active_menu {
    color:       #0099FF;
    font-weight: bold;
}
a#menulink_2#active_menu:hover  {
    color: #F41400;
}
a#menulink_2 a:link a#menulink_2:visited{
    font-size:      11px;
    padding-left:   10px;
    padding-bottom: 3px;
    line-height:    20px;
    display:        block;
    margin-left:    10px;
    font-family:    Arial, Verdana,Tahoma;
    color:          #1a1a1a;
    /*text-transform: lowercase;*/
    font-weight:    normal;
    border-bottom-width: 1px;
    border-bottom-color: #C0C0C0;
    border-bottom-style: solid;	
}
a#menulink_2:hover {
    text-decoration: none;
    border-bottom-width: 1px;
    border-bottom-color: #E80E00;
    border-bottom-style: solid;		
}
/* --------------------- */ 
a#menulink_3:link, a#menulink_3:visited {
    display:             block;
    height:              18px !important;
    height:              18px;
    vertical-align:      middle;
    font-size:           12px;
    font-weight:         normal;
    text-align:          left;
    text-decoration:     none;
    text-transform:      capitalize;
    color:               #941D08;
    padding-top:         2px;
    padding-left:        10px;
    border-bottom-width: 1px;
    border-bottom-color: #912CBA;
    border-bottom-style: solid;
}
td#menuitem_3 {
    background-image:    url(../../../images/stories/menu_3.gif);
    background-repeat:   no-repeat;
    background-position: 0px,0px;
	}

a#menulink_3:hover {
    text-decoration: none;
    color:           #F41400;
    font-weight:     bold;
    border-bottom-width: 1px;
    border-bottom-color: E80E00;
    border-bottom-style: solid;		
}
a#menulink_3#active_menu {
    color:       #0099FF;
    font-weight: bold;
}
a#menulink_3#active_menu:hover {
    color: #F41400;
}

/* --------------------- */ 
a#menulink_4:link, a#menulink_4:visited {
    display:             block;
    height:              18px !important;
    height:              18px;
    vertical-align:      middle;
    font-size:           12px;
    font-weight:         normal;
    text-align:          left;
    text-decoration:     none;
    text-transform:      capitalize;
    color:               #941D08;
    padding-top:         2px;
    padding-left:        10px;
    border-bottom-width: 1px;
    border-bottom-color: #9FD63A;
    border-bottom-style: solid;
}
td#menuitem_4 {
    background-image:    url(../../../images/stories/menu_4.gif);
    background-repeat:   no-repeat;
    background-position: 0px,0px;
	}

a#menulink_4:hover {
    text-decoration: none;
    color:           #F41400;
    font-weight:     bold;
    border-bottom-width: 1px;
    border-bottom-color: E80E00;
    border-bottom-style: solid;		
}
a#menulink_4#active_menu {
    color:       #0099FF;
    font-weight: bold;
}
a#menulink_4#active_menu:hover {
    color: #F41400;
}

/* --------------------- */ 
a#menulink_5:link, a#menulink_5:visited {
    display:             block;
    height:              18px !important;
    height:              18px;
    vertical-align:      middle;
    font-size:           12px;
    font-weight:         normal;
    text-align:          left;
    text-decoration:     none;
    text-transform:      capitalize;
    color:               #941D08;
    padding-top:         2px;
    padding-left:        10px;
    border-bottom-width: 1px;
    border-bottom-color: #0E87E0;
    border-bottom-style: solid;
}
td#menuitem_5 {
    background-image:    url(../../../images/stories/menu_5.gif);
    background-repeat:   no-repeat;
    background-position: 0px,0px;
	}

a#menulink_5:hover {
    text-decoration: none;
    color:           #F41400;
    font-weight:     bold;
    border-bottom-width: 1px;
    border-bottom-color: E80E00;
    border-bottom-style: solid;		
}
a#menulink_5#active_menu {
    color:       #0099FF;
    font-weight: bold;
}
a#menulink_5#active_menu:hover {
    color: #F41400;
}

/* --------------------- */ 
a#menulink_6:link, a#menulink_6:visited {
    display:             block;
    height:              18px !important;
    height:              18px;
    vertical-align:      middle;
    font-size:           12px;
    font-weight:         normal;
    text-align:          left;
    text-decoration:     none;
    text-transform:      capitalize;
    color:               #941D08;
    padding-top:         2px;
    padding-left:        10px;
    border-bottom-width: 1px;
    border-bottom-color: #DB3CD7;
    border-bottom-style: solid;
}
td#menuitem_6 {
    background-image:    url(../../../images/stories/menu_6.gif);
    background-repeat:   no-repeat;
    background-position: 0px,0px;
	}

a#menulink_6:hover {
    text-decoration: none;
    color:           #F41400;
    font-weight:     bold;
    border-bottom-width: 1px;
    border-bottom-color: E80E00;
    border-bottom-style: solid;		
}
a#menulink_6#active_menu {
    color:       #0099FF;
    font-weight: bold;
}
a#menulink_6#active_menu:hover {
    color: #F41400;
}

/* --------------------- */ 
a#menulink_7:link, a#menulink_7:visited {
    display:             block;
    height:              18px !important;
    height:              18px;
    vertical-align:      middle;
    font-size:           12px;
    font-weight:         normal;
    text-align:          left;
    text-decoration:     none;
    text-transform:      capitalize;
    color:               #941D08;
    padding-top:         2px;
    padding-left:        10px;
    border-bottom-width: 1px;
    border-bottom-color: #DB3CD7;
    border-bottom-style: solid;
}
td#menuitem_7 {
    background-image:    url(../../../images/stories/menu_7.gif);
    background-repeat:   no-repeat;
    background-position: 0px,0px;
	}

a#menulink_7:hover {
    text-decoration: none;
    color:           #F41400;
    font-weight:     bold;
    border-bottom-width: 1px;
    border-bottom-color: E80E00;
    border-bottom-style: solid;		
}
a#menulink_7#active_menu {
    color:       #0099FF;
    font-weight: bold;
}
a#menulink_7#active_menu:hover {
    color: #F41400;
}

/* --------------------- */ 
a#menulink_8:link, a#menulink_8:visited {
    display:             block;
    height:              18px !important;
    height:              18px;
    vertical-align:      middle;
    font-size:           12px;
    font-weight:         normal;
    text-align:          left;
    text-decoration:     none;
    text-transform:      capitalize;
    color:               #941D08;
    padding-top:         2px;
    padding-left:        10px;
    border-bottom-width: 1px;
    border-bottom-color: #D63B39;
    border-bottom-style: solid;
}
td#menuitem_8 {

    background-image:    url(../../../images/stories/menu_8.gif);
    background-repeat:   no-repeat;
    background-position: 0px,0px;
	}

a#menulink_8:hover {
    text-decoration: none;
    color:           #F41400;
    font-weight:     bold;
    border-bottom-width: 1px;
    border-bottom-color: E80E00;
    border-bottom-style: solid;		
}
a#menulink_8#active_menu {
    color:       #0099FF;
    font-weight: bold;
}
a#menulink_8#active_menu:hover {
    color: #F41400;
}

/* --------------------- */ 
a#menulink_2_1:link, a#menulink_2_1:visited,
a#menulink_2_2:link, a#menulink_2_2:visited,
a#menulink_2_3:link, a#menulink_2_3:visited,
a#menulink_2_4:link, a#menulink_2_4:visited,
a#menulink_2_5:link, a#menulink_2_5:visited,
a#menulink_2_6:link, a#menulink_2_6:visited,
a#menulink_2_7:link, a#menulink_2_7:visited,
a#menulink_2_8:link, a#menulink_2_8:visited,
a#menulink_2_9:link, a#menulink_2_9:visited,
a#menulink_2_10:link, a#menulink_2_10:visited,
a#menulink_2_11:link, a#menulink_2_11:visited,
a#menulink_2_12:link, a#menulink_2_12:visited {
    font-size:      11px;
    padding-left:   10px;
    padding-bottom: 3px;
    line-height:    20px;
    display:        block;
    margin-left:    10px;
    font-family:    Arial, Verdana,Tahoma;
    color:          #1a1a1a;
    /*text-transform: lowercase;*/
	font-weight:    normal;

    border-bottom-width: 1px;
    border-bottom-color:  #EE7427;
    border-bottom-style: solid;	
}
a#menulink_2_1:hover,
a#menulink_2_2:hover,
a#menulink_2_3:hover,
a#menulink_2_4:hover,
a#menulink_2_5:hover,
a#menulink_2_6:hover,
a#menulink_2_7:hover,
a#menulink_2_8:hover,
a#menulink_2_9:hover,
a#menulink_2_10:hover,
a#menulink_2_11:hover,
a#menulink_2_12:hover {
    text-decoration: none;
    border-bottom-width: 1px;
    border-bottom-color: E80E00;
    border-bottom-style: solid;		
}



/* --------------------- */ 
a#menulink_3_1:link, a#menulink_3_1:visited,
a#menulink_3_2:link, a#menulink_3_2:visited,
a#menulink_3_3:link, a#menulink_3_3:visited,
a#menulink_3_4:link, a#menulink_3_4:visited,
a#menulink_3_5:link, a#menulink_3_5:visited,
a#menulink_3_6:link, a#menulink_3_6:visited,
a#menulink_3_7:link, a#menulink_3_7:visited,
a#menulink_3_8:link, a#menulink_3_8:visited,
a#menulink_3_9:link, a#menulink_3_9:visited,
a#menulink_3_10:link, a#menulink_3_10:visited,
a#menulink_3_11:link, a#menulink_3_11:visited,
a#menulink_3_12:link, a#menulink_3_12:visited 
a#menulink_3_7_1:link, a#menulink_3_7_1:visited,
a#menulink_3_7_2:link, a#menulink_3_7_2:visited,
a#menulink_3_7_3:link, a#menulink_3_7_3:visited,
a#menulink_3_7_4:link, a#menulink_3_7_4:visited,
a#menulink_3_7_5:link, a#menulink_3_7_5:visited,
a#menulink_3_7_6:link, a#menulink_3_7_6:visited,
a#menulink_3_7_7:link, a#menulink_3_7_7:visited {
    font-size:      11px;
    padding-left:   10px;
    padding-bottom: 3px;
    line-height:    20px;
    display:        block;
    margin-left:    10px;
    font-family:    Arial, Verdana,Tahoma;
    color:          #1a1a1a;
    /*text-transform: lowercase;*/
    font-weight:    normal;
    border-bottom-width: 1px;
    border-bottom-color: #912CBA;
    border-bottom-style: solid;	
}
a#menulink_3_1:hover,
a#menulink_3_2:hover,
a#menulink_3_3:hover,
a#menulink_3_4:hover,
a#menulink_3_5:hover,
a#menulink_3_6:hover,
a#menulink_3_7:hover,
a#menulink_3_8:hover,
a#menulink_3_9:hover,
a#menulink_3_10:hover,
a#menulink_3_11:hover,
a#menulink_3_12:hover {
    text-decoration: none;
    border-bottom-width: 1px;
    border-bottom-color: E80E00;
    border-bottom-style: solid;		
}

/* --------------------- */ 
a#menulink_4_1:link, a#menulink_4_1:visited,
a#menulink_4_2:link, a#menulink_4_2:visited,
a#menulink_4_3:link, a#menulink_4_3:visited,
a#menulink_4_4:link, a#menulink_4_4:visited,
a#menulink_4_5:link, a#menulink_4_5:visited,
a#menulink_4_6:link, a#menulink_4_6:visited,
a#menulink_4_7:link, a#menulink_4_7:visited,
a#menulink_4_8:link, a#menulink_4_8:visited,
a#menulink_4_9:link, a#menulink_4_9:visited,
a#menulink_4_10:link, a#menulink_4_10:visited,
a#menulink_4_11:link, a#menulink_4_11:visited,
a#menulink_4_12:link, a#menulink_4_12:visited {
    font-size:      11px;
    padding-left:   10px;
    padding-bottom: 3px;
    line-height:    20px;
    display:        block;
    margin-left:    10px;
    font-family:    Arial, Verdana,Tahoma;
    color:          #1a1a1a;
    /*text-transform: lowercase;*/
    font-weight:    normal;
    border-bottom-width: 1px;
    border-bottom-color: #9FD63A;
    border-bottom-style: solid;	
}
a#menulink_4_1:hover,
a#menulink_4_2:hover,
a#menulink_4_3:hover,
a#menulink_4_4:hover,
a#menulink_4_5:hover,
a#menulink_4_6:hover,
a#menulink_4_7:hover,
a#menulink_4_8:hover,
a#menulink_4_9:hover,
a#menulink_4_10:hover,
a#menulink_4_11:hover,
a#menulink_4_12:hover {
    text-decoration: none;
    border-bottom-width: 1px;
    border-bottom-color: E80E00;
    border-bottom-style: solid;		
}

/* --------------------- */ 
a#menulink_5_1:link, a#menulink_5_1:visited,
a#menulink_5_2:link, a#menulink_5_2:visited,
a#menulink_5_3:link, a#menulink_5_3:visited,
a#menulink_5_4:link, a#menulink_5_4:visited,
a#menulink_5_5:link, a#menulink_5_5:visited,
a#menulink_5_6:link, a#menulink_5_6:visited,
a#menulink_5_7:link, a#menulink_5_7:visited,
a#menulink_5_8:link, a#menulink_5_8:visited,
a#menulink_5_9:link, a#menulink_5_9:visited,
a#menulink_5_10:link, a#menulink_5_10:visited,
a#menulink_5_11:link, a#menulink_5_11:visited,
a#menulink_5_12:link, a#menulink_5_12:visited {
    font-size:      11px;
    padding-left:   10px;
    padding-bottom: 3px;
    line-height:    20px;
    display:        block;
    margin-left:    10px;
    font-family:    Arial, Verdana,Tahoma;
    color:          #1a1a1a;
    /*text-transform: lowercase;*/
    font-weight:    normal;
    border-bottom-width: 1px;
    border-bottom-color: #0E87E0;
    border-bottom-style: solid;	
}
a#menulink_5_1:hover,
a#menulink_5_2:hover,
a#menulink_5_3:hover,
a#menulink_5_4:hover,
a#menulink_5_5:hover,
a#menulink_5_6:hover,
a#menulink_5_7:hover,
a#menulink_5_8:hover,
a#menulink_5_9:hover,
a#menulink_5_10:hover,
a#menulink_5_11:hover,
a#menulink_5_12:hover {
    text-decoration: none;
    border-bottom-width: 1px;
    border-bottom-color: E80E00;
    border-bottom-style: solid;		
}


/* --------------------- */ 
a#menulink_6_1:link, a#menulink_6_1:visited,
a#menulink_6_2:link, a#menulink_6_2:visited,
a#menulink_6_3:link, a#menulink_6_3:visited,
a#menulink_6_4:link, a#menulink_6_4:visited,
a#menulink_6_5:link, a#menulink_6_5:visited,
a#menulink_6_6:link, a#menulink_6_6:visited,
a#menulink_6_7:link, a#menulink_6_7:visited,
a#menulink_6_8:link, a#menulink_6_8:visited,
a#menulink_6_9:link, a#menulink_6_9:visited,
a#menulink_6_10:link, a#menulink_6_10:visited,
a#menulink_6_11:link, a#menulink_6_11:visited,
a#menulink_6_12:link, a#menulink_6_12:visited {
    font-size:      11px;
    padding-left:   10px;
    padding-bottom: 3px;
    line-height:    20px;
    display:        block;
    margin-left:    10px;
    font-family:    Arial, Verdana,Tahoma;
    color:          #1a1a1a;
    /*text-transform: lowercase;*/
    font-weight:    normal;
    border-bottom-width: 1px;
    border-bottom-color: #DB3CD7;
    border-bottom-style: solid;	
}
a#menulink_6_1:hover,
a#menulink_6_2:hover,
a#menulink_6_3:hover,
a#menulink_6_4:hover,
a#menulink_6_5:hover,
a#menulink_6_6:hover,
a#menulink_6_7:hover,
a#menulink_6_8:hover,
a#menulink_6_9:hover,
a#menulink_6_10:hover,
a#menulink_6_11:hover,
a#menulink_6_12:hover {
    text-decoration: none;
    border-bottom-width: 1px;
    border-bottom-color: E80E00;
    border-bottom-style: solid;		
}


/* --------------------- */ 
a#menulink_7_1:link, a#menulink_7_1:visited,
a#menulink_7_2:link, a#menulink_7_2:visited,
a#menulink_7_3:link, a#menulink_7_3:visited,
a#menulink_7_4:link, a#menulink_7_4:visited,
a#menulink_7_5:link, a#menulink_7_5:visited,
a#menulink_7_6:link, a#menulink_7_6:visited,
a#menulink_7_7:link, a#menulink_7_7:visited,
a#menulink_7_8:link, a#menulink_7_8:visited,
a#menulink_7_9:link, a#menulink_7_9:visited,
a#menulink_7_10:link, a#menulink_7_10:visited,
a#menulink_7_11:link, a#menulink_7_11:visited,
a#menulink_7_12:link, a#menulink_7_12:visited,
a#menulink_7_13:link, a#menulink_7_13:visited,
a#menulink_7_14:link, a#menulink_7_14:visited,
a#menulink_7_15:link, a#menulink_7_15:visited {
    font-size:      11px;
    padding-left:   10px;
    padding-bottom: 3px;
    line-height:    20px;
    display:        block;
    margin-left:    10px;
    font-family:    Arial, Verdana,Tahoma;
    color:          #1a1a1a;
    /*text-transform: lowercase;*/
    font-weight:    normal;
    border-bottom-width: 1px;
    border-bottom-color: #DB3CD7;
    border-bottom-style: solid;	
}
a#menulink_7_1:hover,
a#menulink_7_2:hover,
a#menulink_7_3:hover,
a#menulink_7_4:hover,
a#menulink_7_5:hover,
a#menulink_7_6:hover,
a#menulink_7_7:hover,
a#menulink_7_8:hover,
a#menulink_7_9:hover,
a#menulink_7_10:hover,
a#menulink_7_11:hover,
a#menulink_7_12:hover 
a#menulink_7_13:hover,
a#menulink_7_14:hover,
a#menulink_7_15:hover {
    text-decoration: none;
    border-bottom-width: 1px;
    border-bottom-color: E80E00;
    border-bottom-style: solid;		
}


/* --------------------- */ 
a#menulink_8_1:link, a#menulink_8_1:visited,
a#menulink_8_2:link, a#menulink_8_2:visited,
a#menulink_8_3:link, a#menulink_8_3:visited,
a#menulink_8_4:link, a#menulink_8_4:visited,
a#menulink_8_5:link, a#menulink_8_5:visited,
a#menulink_8_6:link, a#menulink_8_6:visited,
a#menulink_8_7:link, a#menulink_8_7:visited,
a#menulink_8_8:link, a#menulink_8_8:visited,
a#menulink_8_9:link, a#menulink_8_9:visited,
a#menulink_8_10:link, a#menulink_8_10:visited,
a#menulink_8_11:link, a#menulink_8_11:visited,
a#menulink_8_12:link, a#menulink_8_12:visited {
    font-size:      11px;
    padding-left:   10px;
    padding-bottom: 3px;
    line-height:    20px;
    display:        block;
    margin-left:    10px;
    font-family:    Arial, Verdana,Tahoma;
    color:          #1a1a1a;
    /*text-transform: lowercase;*/
    font-weight:    normal;
		
    border-bottom-width: 1px;
    border-bottom-color: #D63B39;
    border-bottom-style: solid;	
}
a#menulink_8_1:hover,
a#menulink_8_2:hover,
a#menulink_8_3:hover,
a#menulink_8_4:hover,
a#menulink_8_5:hover,
a#menulink_8_6:hover,
a#menulink_8_7:hover,
a#menulink_8_8:hover,
a#menulink_8_9:hover,
a#menulink_8_10:hover,
a#menulink_8_11:hover,
a#menulink_8_12:hover {
    text-decoration: none;
    border-bottom-width: 1px;
    border-bottom-color: E80E00;
    border-bottom-style: solid;		
}