div.leftmenu {
	width: 200px;
    padding-top: 10px;
    position: relative;
    background-color: #fff;
}


/* BOX */
div.leftmenu_box{
	margin:0px 0px 0px 0px;
	width:210px;
	font-size:12px;
    margin-top: 5px;
    background-color: #fff;
    text-align: left;
    padding-left: 0px;
    margin-left: 25px;
}

div.leftmenu_box_title{
	font-size: 13px;
    font-family: Helvetica;
	width: 100%;
	background-color: #fff;
	text-align: left;
    padding-top:8px;
	padding-bottom:13px;
	padding-top:3px;
    text-indent: 4px;      
    color: #000;
    background: url(../welle.png) bottom left no-repeat;
 	font-weight: bold;
}
div.leftmenu_box_title_bottom{
	width: 100%;
	height:15px; background-color: #fff;
}
/* BOX */


/* LEFT MENU LINK */
a.leftmenu_section_href {
	font-size: 13px;
	text-decoration:none;
	color: #000000;
    text-align: left;
    color: #004494;
    background-color: #fff;
    padding-left: 5px;
}
a.leftmenu_section_href:hover {
	font-size: 13px;
	text-decoration:none;
	color:  #008800;

}
a.leftmenu_subsection_href {
	font-size: 12px;
	text-decoration:none;
	color: #000000;
	text-align: left;
	text-indent: 0px;
	color: #004494;
	background-color: #fff;
	padding-left: 13px;
	margin-left: 10px;
	display: block;
}
a.leftmenu_subsection_href:hover {
	font-size: 12px;
	text-decoration:none;
	color:  #FF0000;
	background-image: url(../images/arrow_right3.gif);
	background-position: left center;
	background-repeat: no-repeat;
}

a.leftmenu_3rd_subsection_href {
	font-size: 12px;
	text-decoration:none;
	text-align: left;
	text-indent: 0px;
	color: green;
	background-color: #fff;
	padding-left: 13px;
	margin-left: 20px;
    display: block;
}
a.leftmenu_3rd_subsection_href:hover {
	font-size: 12px;
	text-decoration:none;
	color:  red;
}


/* LEFT MENU LINK */


/* LEFT MENU SECTION */
.leftmenu_section{  background-color: #fff;        color: #004494; }
.leftmenu_section_hover{  background-color: #fff;       color:  #008800; }
/* LEFT MENU SECTION */


/* LEFT MENU SECTION SELECTED */
.leftmenu_section_selected{ background-color: #fff; color:  #FF0000;  font-weight: normal;  }
.leftmenu_section_selected_hover{ background-color: #fff;color:  #FF0000; font-weight: normal;}
/* LEFT MENU SECTION SELECTED */

.leftmenu_section_selected a {
  color: #FF0000 ;
}

/* LEFT MENU SECTION SUBSECTION */
.leftmenu_subsection{  background-color: #fff;color: #004494; display: block; }
.leftmenu_subsection_hover{  background-color: #fff;color:  #FF0000;  }
/* LEFT MENU SECTION SUBSECTION */


/* LEFT MENU SECTION SUBSECTION */
.leftmenu_subsection_selected a {
	color: red ;
	background-image: url(../images/arrow_right4.gif);
	background-position: left center;
	background-repeat: no-repeat;
    display: block;
	padding-left: 13px;
	margin-left: 10px;
 }

.leftmenu_subsection_selected_hover {
	color:  red;
}

.leftmenu_subsection_selected_hover a{
	color:  red;
	background-image: url(../images/arrow_right4.gif);
	background-position: left center;
	background-repeat: no-repeat;
}

/* LEFT MENU SECTION SUBSECTION */

.leftmenu_subsection_selected a.leftmenu_3rd_subsection_href {
	color: green ;
	background-image: none;
    display: block;
	padding-left: 13px;
	margin-left: 20px;
 }

.leftmenu_subsection_selected div.leftmenu_3rd_subsection_selected {
	font-weight: bold;
	margin-left: 0px;
 }
 
.leftmenu_subsection_selected div.leftmenu_3rd_subsection_selected a {
	background-image: none;
	font-weight: bold;
	color: green;
}

.leftmenu_subsection_selected_hover div.leftmenu_3rd_subsection_selected a {
	background-image: none;
	font-weight: bold;
	color: green;
}

.leftmenu_subsection_selected_hover div.leftmenu_3rd_subsection a {
	background-image: none;
	color: green;
}

.leftmenu_subsection_selected_hover div.leftmenu_3rd_subsection_selected_hover a {
	background-image: none;
	font-weight: bold;
	color: red;
}

.leftmenu_subsection_selected_hover div.leftmenu_3rd_subsection_hover a {
	background-image: none;
	color: red;
}

/* LEFT MENU SECTION SUBSECTION */
.leftmenu_section_subselected{  background-color: #fff;color:  #FF0000; font-weight: normal;}
.leftmenu_section_subselected_hover{ background-color: #fff; color:  #FF0000;  font-weight: normal;	}

/* LEFT MENU SECTION SUBSECTION */
.leftmenu_section_subselected a {
  color: #ff0000;
}

.leftmenu_small_section_bottom {
 background-color: #fff;color:  #004494;;
}

.leftmenu_small_section_bottom_selected {
 background-color: #fff; color:  #000; font-weight: bold;
}
.leftmenu_small_section_bottom_hover {
 background-color: #fff; color:  #000;
}

/* LEFT MENU SECTION 3rd SUBSECTION */
.leftmenu_3rd_subsection {
	background-color: #ffffff; 
	color: green; 
	display: block;
}

