.treeview ol{ /*CSS for Simple Tree Menu*/
margin: 0;
padding: 0;
text-align:left;
}

.treeview li{ /*Style for LI elements in general (excludes an LI that contains sub lists)*/
background:#FEFEE2 url(list.gif) no-repeat left center;
list-style-type: none;
padding-left: 22px;
margin-top: 3px;
margin-left:-44px;
color:#000000;
font-size:12px;
font-family:Helvetica;
font-weight:bold;
}
.treeview li:hover{
color:#A20003;
}

.treeview li.submenu{ /* Style for LI that contains sub lists (other ULs). */
background: #FEFEE2 url(closed.gif) no-repeat left 1px;
cursor: hand !important;
cursor: pointer !important;

}


.treeview li.submenu ol{ /*Style for ULs that are children of LIs (submenu) */
margin: 0;
padding: 0;
display: none; /*Hide them by default. Don't delete. */
margin-left:50px;
}

.treeview .submenu ol li{ /*Style for LIs of ULs that are children of LIs (submenu) */
cursor: default;
}
.sub{
color:#A20003;
}
.sub:hover{
color:#000000;
}




.left_style{
text-decoration:none;
font-size:12px;
font-family:Helvetica;
font-size:12px;
font-weight:bold;
color:#000000;
padding-left:15px;
background-image:url('../images/glossyback.gif');
}
.left_style a{

color:#000000;
}
.left_style a:hover{
color:#A20003;
}




#menu_bar1
{
margin-top:-20px;
/*background:url('../images/glossyback.gif');*/
background:#e2e560;
width:101%;
height:20px;
float:right;
margin-right:-1%;
}
#menu_bar1 a
{
border: 1px solid #e2e560;
color: #000000;
font-weight: bold;
font-family:Verdana;
font-size:11px;
text-decoration: none;
}
#menu_bar1 li
{
padding-right: 5px;
display: inline;
font-size: 13px;
font-family:Tahoma;
}

#menu_bar1 ul
{
margin: 0px ;
padding: 0px;
}

#menu_bar1 a:hover, #menu_bar1 a:active, #menu_bar1 a:focus
{
border: 1px solid red;
padding: 1px;
text-decoration: none;
}



.box{
width:300px;
height:20px;
background:#D4851D;
color:#ffffff;
font-weight:bold;
font-size:14px;
font-family:Verdana;
}
.box3{
float:left;width:300px;text-align:center;
border:4px solid #E2E560;background:#FEFEE2;
margin:2px 2px;display:block;
}
.topbox{
float:left;width:200px;text-align:center;
border:4px solid #E2E560;background:#FEFEE2;
margin:2px 2px;display:block;
}
.topbox div{
width:200px;
height:20px;
background:#D4851D;
color:#ffffff;
font-weight:bold;
font-size:14px;
font-family:Verdana;
}


.view_sub{color:red;font-weight:bold;font-size:13px;text-align:center;width:60%;margin-left:2.3cm;margin-top:8px;}

