/* CSS Document */

.treeview 
{
	padding:0px;
	margin:0px;

}
.treee
{
margin-left:5px;
padding-left:20px;



}
.treeview li,.treee li{ /*Style for LI elements in general (excludes an LI that contains sub lists)*/
list-style-type: none;

padding-top:3px;
padding-left:2px;





}
.treeview li a,.treee li a{ 

font-family:"Arial";

font-size:12px;
font-weight: bold;
color: #0074B9;
width: auto;
text-decoration: none;
}


.treeview li.submenu,.treee li.submenu{ /* Style for LI that contains sub lists (other ULs). */

cursor: hand !important;
cursor: pointer !important;

}


.treeview li.submenu ul,.treee li.submenu ul{ /*Style for ULs that are children of LIs (submenu) */
display: none; /*Hide them by default. Don't delete. */

}

.treeview .submenu ul li,.treee .submenu ul li{ /*Style for LIs of ULs that are children of LIs (submenu) */
cursor: default;
padding-left:15px;
}
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.arrowlistmenu{
width: 165px; /*width of menu*/
border-color:#000000;

}
#home #nav-home a,
#about #nav-about a,
#products #nav-products a,
#design_construction #nav-design_construction ,

#dc_design #nav-dc_design a , 
#dc_design #nav-design_construction , 

#dc_materials #nav-dc_materials a,
#dc_materials #nav-design_construction,

#dc_sizes #nav-dc_sizes a,
#dc_sizes #nav-design_construction,

#dc_installation #nav-dc_installation a,
#dc_installation #nav-design_construction,

#dc_waranty #nav-dc_waranty a,
#dc_waranty #nav-design_construction,

#product_feature #nav-product_feature ,

#feature #nav-feature a,
#feature #nav-product_feature,

#project #nav-project ,

#project_gallery #nav-project_gallery a,
#project_gallery #nav-project,

#gallery_land #nav-gallery_land, 

#gallery_cat #nav-gallery_cat,
#gallery_cat #nav-gallery_land,

#gallery #nav-gallery_cat,
#gallery #nav-gallery_land,

#testimonial #nav-testimonial a,
#faq #nav-faq a,
#pricing #nav-pricing a,
#info_form #nav-info_form a,
#contact #nav-contact a {
/* declarations to style the current state */
color:#000000;
}





.arrowlistmenu ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/

}

.arrowlistmenu ul li a{
font-family:"Arial";

color: #0074B9;

display: block;
padding: 4px 0;
padding-left: 0px; /*link text is indented 19px*/
text-decoration: none;

border-bottom: 0px solid #1D121A;
font-size: 12px;
}

.arrowlistmenu ul li a:visited{
color: #0074B9;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
color: #000000;


}
mytoon {
	font-family: "Times New Roman", Times, serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
}
