/* 
    Theme Name: Shirdi Sai Engineering College.
	Website Url: http://wwww.ssec.ac.in
	Description: iTech India Pvt Ltd website design - Dec 2010.
	Version: 1.0
	Author: MuthamilSelvan S (MSM38), iTech India Pvt Ltd
	Author URL: http://www.iTech-India.com/
	*/

/* Defaults */



 


/* Menu */

#catnav {
  position:relative; z-index:1;
  clear: both;
  height: 44px;
 background:#636562;
 background:url(img/MenuBG.jpg) repeat-x;
  width: 100%;
 /*height:36px;*/
  
  }

#nav { 
  list-style: none;
  margin: 0;
  padding-left: 8px;
  overflow:visible;
  }
	
#nav ul {
  margin: 0;
  padding: 0;
  }

#nav li {
  
  margin: 0;
  height: 30px; 
  padding: 0;
  }

#nav a {    
  display: block;
  line-height: 44px;
  margin: 0;
  padding: 0 30px 0 30px;	
  text-decoration:none;
  font-size: 10pt;
  color: #ffffff; 
   font-weight:bold;  
  letter-spacing:normal;
  }

#nav li a:hover {
  color: #ffffff;
  text-decoration: none;
  display: block;
  }

#nav li ul {
  list-style: none;
  position: absolute;  
  width: 165px;
  /*background-color: #333;*/
 /* border: 1px solid #3b4a5a;*/
  top: 43px;
  left: -999em;
  }

#nav li:hover ul, #nav li.sfhover ul {
  left: auto;
  }
	
#nav li li {  
  margin: 0;
  padding: 0; 
  width: 165px;
left: auto;
  }
	
#nav li li a {
  width: 165px;
  height: 40px;
  line-height: 22px;
  color: #fff; 
  border-bottom:1px ridge #393838; 
  background-color: #121212;
  margin: 0;
  padding: 3px 20px 3px 15px;
  font-size: 9pt;
  }
	
#nav li li a:hover { 
  color:#ff7e00;
  background-color: #393838;
  padding: 3px 20px 3px 15px;
  }

#nav li:hover, #nav li.sfhover { /* prevents IE7 drop-down menu bug (focus on a page element prevents nested menus from disappearing) */
  position: static; 
  }

.lavaLampWithImage { 
  position: relative;
  height: 60px;
  padding: 0px 0px 0px 6px;
  overflow: hidden;
}

.lavaLampWithImage li {
  float: left;
  list-style: none;
padding-right: 10px;
}

 #nav li.back {
  background: url("img/sliderimage.png") no-repeat right -60px;
  width: 9px; 
  height: 60px;
  margin-top:-10px; 
  margin-left:-2px;
  z-index: -1;
  position: absolute;
  padding-right: 0px;
}

 #nav li.back .left {
  background: url("img/sliderimage.png") no-repeat top left;
 
  height: 60px;
  margin-right: 17px; /* 7px is the width of the rounded shape */
  z-index: -1;
}

.lavaLampWithImage li a {
  z-index: 10;
}



