﻿
 /***************************/
 /* Custom CSS for DNN skin */
 /*     Santosh Rijal       */
 /***************************/
.NavBarBgL							{ width: 30px; background: url('/images/navbar.bgL.gif') no-repeat; margin-right:-2px; }
.NavBarBgL img						{ width: 30px; height: 40px; }
.NavBarBgR							{ width: 162px; background: url('/images/navbar.bgR2.gif') no-repeat; }
/*.,NavBarBgR img						{ width: 162px; height: 40px; } */
 td.navBar_bg
{
    height: auto; 
    width:auto;
    background: url('/images/navbar.bg.gif') repeat-x;
    font-size: 16px;
    font-weight: normal;
    color: #333333;
    line-height: 140%;
    
}

td.navBar_bg a
{
     background:transparent; text-decoration: none; color:#000;
}

td.navBar_bg:hover
{   
   color:#FFF;
   background-image: url('/images/navbar.on.jpg'); 
   text-decoration: none;
}
td.navBar_bg a:hover
{
   color:#FFFFFF;
       
}
.navBarBorder
{
    height: auto; 
    width:1px;
    background-color:#A3A3A3;
}

 
* {
margin: 0;
padding: 0;
}
 
#Nav ul {
list-style-type: none;
background-image: url('/images/navbar.bg.gif');
height:80px;
width: 663px;
margin: auto;
}

#Nav ul li {
float: left;

}

#NavBar
{
text-align: center;
}


