/* -------Vertical Menu---------- */
div.vm
{
background-color:#80cbe2;
vidth
}


ul.vm
{
float:left;
width:100%;
padding:0;
margin:0;
list-style-type:none;
}

a.vm
{
font-family:Trebuchet MS;
font-size:12px;
color:#ffffff;
text-align:justify;
line-height:20px;
text-decoration:none;
background-color:#80cbe2;
width:160px;
border-bottom:1px white solid;
padding: 1px 10px;
}

span.vm
{width:160px;}


/* -------End Vertical Menu---------- */


a.hori { 

float:left; 
font-family:verdana;
font-size:12px;
text-decoration:none; 
color:white; 
background-image:url('images/navBg.png');
padding:15px 22px;
border-right:solid 1px white;
} 

a:hover.hori {background-image:url('images/navBg_bnw.png')} 




.line
{
background-image:url('images/line.jpg');
background-repeat:repeat-y;
}

.heading
{
font-family:Trebuchet MS;
font-size:14px;
font-weight:bold;
color:black;
text-align:justify;
line-height:20px;
}


.content
{
font-family:Trebuchet MS;
font-size:11px;
color:#5b5b5b;
text-align:justify;
line-height:20px;
text-indent:1cm;
}




a.menu
{
font-family:Trebuchet MS;
font-size:11px;
color:#ffffff;
text-align:justify;
line-height:20px;
text-decoration:none;
background-color:#80cbe2;
width:160px;
border-bottom:1px white solid;
padding: 1px 10px;
}

a:hover
{
background-color:#4999b2;
}

p
{
font-family:Trebuchet MS;
font-size:11px;
color:#5b5b5b;
text-align:justify;
line-height:20px;


}



a:hover.footer
{
background-color:transparent;
}