/*
    GLOBAL DECLARATONS
*/

body
{
    font-family: Verdana;
    font-size: 11px;
    color: #333333;
    margin: 0px;
    width: 100%;
    height: 100%;
    background-color: #F7F7F7;
}

.clear-float
{
    clear: both;
}

.float-left
{
    float: left;
}

.float-right
{
    float: right;
}



/*
    SITEMAP
*/

p.sitemap-container
{
    font-family: Verdana;
    font-size: 11px;
    color: #b27a40;
}

p.sitemap-container a:link
{
    text-decoration: none;
    color: #494a4a;
}

p.sitemap-container a:visited
{
    text-decoration: none;
    color: #494a4a;
}

p.sitemap-container a:hover
{
    text-decoration: underline;
    color: #b27a40;
}

p.sitemap-container a:active
{
    text-decoration: none;
}

p.sitemap-container a:before
{
    text-decoration: none;
}


/*
    TOP AND LEFT NAVIGATION MENU CSS
*/
.topnavigation-parent ul,  .topnavigation-parent li, .leftnavigation-parent ul, .leftnavigation-parent li
{
    list-style: none;    
    margin : 0px;
    border: none 0px white;
}

ul.topnavigation-parent
{
    width : 100%;  
    height : 30px;
    background-image: url('/_layouts/images/Manipal.Edu/menu_bg.jpg') ;
    background-repeat: repeat-x;
    font-family: Verdana;
    font-size: 12px;
    letter-spacing:0px;
    font-weight:bolder;
    list-style : none;
}


ul.topnavigation-parent li.NAV-LINKS-LEVEL-1
{
    width: auto;
    position : relative;
    text-align : center;   
    height : 30px;
    vertical-align : middle;
    cursor : pointer;
    float : left;
    padding :8px 10px 0px 16px ;
}


/* .MENU-LEVEL-2, ul.topnavigation-parent .MENU-LEVEL-3 */
ul.topnavigation-parent .NAV-LINKS-LEVEL-1 ul 
{
      display : none;   
      position : absolute;
      text-align: left;
      width : 180px;
      top: 0px;
      background-image:url('/_layouts/images/Manipal.Edu/main_menu_dd.jpg');
      background-color : #FFFFFF;
      background-repeat: repeat-y;
      z-index : 1;
}

/*
    TOP NAV - MENU's AT LEVEL 2 and 3
*/
/*ul.topnavigation-parent .MENU-LEVEL-2 li, ul.topnavigation-parent .MENU-LEVEL-3 li */
ul.topnavigation-parent .NAV-LINKS-LEVEL-1 ul li
{
    position: relative;
   /* padding : 5px 5px;
    padding-right : 0px;*/
    width : 180px;
}

ul.topnavigation-parent a               
{
    color : White;
    text-decoration :none;
}

ul.topnavigation-parent a:link
{
    color : White;
    text-decoration :none;
}

ul.topnavigation-parent a:visited
{
    color : White;
}

ul.topnavigation-parent a:hover
{
     color : Black;
}

ul.topnavigation-parent a:active
{
    
}

ul.topnavigation-parent .NAV-LINKS-LEVEL-1 ul li a               
{
    font-family:Verdana;
    font-size : 11px;
    color : #633E1D;
    text-indent: 3px;
   /* padding-top:9px;
    padding-bottom:9px;
    padding-left:5px;*/
    text-decoration: none;
    font-weight: bold;
    width : 175px;
    display : block;
    height : 10px;
    padding-top : 8px;
    padding-bottom : 8px;
    padding-left : 5px;
    /*padding-left : 5px;*/
}

ul.topnavigation-parent .NAV-LINKS-LEVEL-1 ul li a:link
{
    font-family:Verdana;
    font-size:11px;
    color: #633E1D;
}

ul.topnavigation-parent .NAV-LINKS-LEVEL-1 ul li a:hover
{
    color: #633E1D;
    background-image : url('/_layouts/images/Manipal.Edu/main_drop_down_mo.gif');
    background-repeat : no-repeat;
}


ul.topnavigation-parent .NAV-LINKS-LEVEL-1 ul li a:active
{
    
}

.top-menu-right-arrow
{
    background-image : url('/_layouts/images/Manipal.Edu/arrow.gif');
    background-repeat : no-repeat;
    background-position : 97% center;
}

/*
    LEFT NAV STYLES
*/

/* LI ENCLOSING THE LINKS  AT THE FIRST LEVEL*/

ul.leftnavigation-parent li
{
   background-image : url('/_layouts/images/Manipal.Edu/left_menu_anchor_bg_noarrow.gif');
    background-repeat : no-repeat;
}


ul.leftnavigation-parent li.NAV-LINKS-LEVEL-1
{
    width : 196px;
    cursor : pointer;
}

/* ANCHORS ENCLOSED INSIDE LI */
ul.leftnavigation-parent .NAV-LINKS-LEVEL-1 a
{
    color : #FFFFFF;
    text-decoration : none;
    display : block;
    height : 22px;
    width : 188px; 
    font-family: Verdana;
	font-size:11px;
    font-weight: bold;
    padding-left : 8px;
    padding-top : 10px;
}

.anchor-bg-no-arrow
{
    background-image : url('/_layouts/images/Manipal.Edu/left_menu_anchor_bg_noarrow.gif');
    background-repeat : no-repeat;
}

.anchor-bg-with-arrow
{
    background-image : url('/_layouts/images/Manipal.Edu/left_menu_anchor_bg.gif');
    background-repeat : no-repeat;
}

.anchor-selected-link
{
    
    background-image : url('/_layouts/images/Manipal.Edu/left_menu_anchor_bg_link.gif');
    background-repeat : no-repeat;
}

ul.leftnavigation-parent .NAV-LINKS-LEVEL-1 a:link
{
    
}

ul.leftnavigation-parent .NAV-LINKS-LEVEL-1 a:visited
{
    
}

ul.leftnavigation-parent .NAV-LINKS-LEVEL-1 a:hover
{
    color : #633E1D;
    text-decoration : none;
    background-image : url('/_layouts/images/Manipal.Edu/left_menu_anchor_bg_onhover.gif');
    background-repeat : no-repeat;
}

ul.leftnavigation-parent .NAV-LINKS-LEVEL-1 a:active
{
    border: solid 0px White;   
}

/* LEVEL 2 AND LEVEL 3 MENUS*/
ul.leftnavigation-parent .NAV-LINKS-LEVEL-1 ul
{
  display : none;   
  text-align: left;
  color : Black;
  margin-left : 0px;
  left: 0px;
}

ul.leftnavigation-parent .MENU-LEVEL-2, ul.leftnavigation-parent .MENU-LEVEL-3
{
    
}

ul.leftnavigation-parent .MENU-LEVEL-2 li, ul.leftnavigation-parent .MENU-LEVEL-3 li
{
    height : 30px;
}

ul.leftnavigation-parent .MENU-LEVEL-2 li a, ul.leftnavigation-parent .MENU-LEVEL-3 li a
{
    font-size : 11px;
    color: #5E462E;
    font-weight : bold;
    vertical-align: middle;
    height : 23px;
    width : 180px; 
    padding-left : 16px;
    padding-top : 10px;
    background-image : url('/_layouts/images/Manipal.Edu/level2_menu_anchor_onout.gif');
    background-repeat : no-repeat;
}

ul.leftnavigation-parent .MENU-LEVEL-2 li a:link, ul.leftnavigation-parent .MENU-LEVEL-3 li a:link
{
    font-size : 11px;
    color: #5E462E;
    font-weight : bold;
    vertical-align: middle;
    height : 23px;
    width : 180px; 
    padding-left : 16px;
    padding-top : 10px;
    background-image : url('/_layouts/images/Manipal.Edu/level2_menu_anchor_onout.gif');
    background-repeat : no-repeat;
}

ul.leftnavigation-parent .MENU-LEVEL-2 li a:visited, ul.leftnavigation-parent .MENU-LEVEL-3 li a:visited
{
    
}

ul.leftnavigation-parent .MENU-LEVEL-2 li a:hover, ul.leftnavigation-parent .MENU-LEVEL-3 li a:hover
{
    color : #874307;
    background-image : url('/_layouts/images/Manipal.Edu/level2_menu_anchor_onhover.gif');
    background-repeat : no-repeat;
}

ul.leftnavigation-parent .MENU-LEVEL-2 li a:active, ul.leftnavigation-parent .MENU-LEVEL-3 li a:active
{
    
}

ul.leftnavigation-parent .MENU-LEVEL-2 li a.left-nav-selected-anchor-background
{
    color : #874307;
    background-image : url('/_layouts/images/Manipal.Edu/level2_menu_anchor_onhover.gif');
    background-repeat : no-repeat;
}

/*
    FIRST LEVEL MENU ON HOVER ANCHOR STYLES
*/
.menu-on-hover
{
   background-image : url('/_layouts/images/Manipal.Edu/menu_bg_mo.jpg');    
   background-repeat : repeat-x;
}

.menu-on-hover a:link
{
    
}

.menu-on-hover a:visited
{
}

.menu-on-hover a:hover
{
    color : #BB7435;
}

.menu-on-hover a:active
{
    color : Black;
}

/*
    Will be applied to the left menu level 1 anchor when it is clicked
*/
.left-menu-clicked
{
    background-image : url('/_layouts/images/Manipal.Edu/left_menu_anchor_bg_onhover.gif');
    background-repeat : no-repeat;
}

.left-menu-clicked a:link
{
  color : #874307;   
}

.left-menu-clicked a:link
{
  color : #874307;   
}

