﻿/*
Theme Name: Govt. Digvijay Autonomous College.
Theme URI: http://www.digvijaycollege.com
Description: Govt. Digvijay Autonomous College.
Author: Perfectcoder
Author URI: http://www.perfectcoder.com
Version: v2.2015
  _____           __          _    _____          _           
 |  __ \         / _|        | |  / ____|        | |          
 | |__) |__ _ __| |_ ___  ___| |_| |     ___   __| | ___ _ __ 
 |  ___/ _ \ '__|  _/ _ \/ __| __| |    / _ \ / _` |/ _ \ '__|
 | |  |  __/ |  | ||  __/ (__| |_| |___| (_) | (_| |  __/ |   
 |_|   \___|_|  |_| \___|\___|\__|\_____\___/ \__,_|\___|_|.com
                                                              
################################################################    

*/

#nav {
	padding: 0px;
	margin: 0px;
	position: relative;
	z-index: 99999;
	height: 40px;
}
#nav li {
/*	border-left: 1px solid #262626;*/
	list-style: none;
	display: inline;
	float: left;
	position: relative;
}
#nav li:first-child {
	border-style: none;
}
#nav li a {
	color: #000;
	display: block;
	line-height: 20px;
	padding: 10px 12px;
	font-family: 'Open Sans Condensed', arial, Helvetica, sans-serif;
	font-size: 16px;
	text-shadow: 0 2px 2px rgba(0,0,0,0.0);
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: 700;
}
#nav li a i{
	font-size: 22px;
}

#nav li a:hover, #nav li:hover a {
	background: #149414;
	color: #fff!important;
	z-index: 99999;
	position: relative;
	text-shadow: 0 2px 2px rgba(0,0,0,0.6);
	-moz-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
	-webkit-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
}
#nav li:nth-child(1){
	color: #ff0000;
}


/* level 2 */
#nav li:hover > ul {
	display: block;
}
#nav ul {
	display: none;
	background: #149414;
	padding: 10px 20px;
	width: auto;
	font-weight: normal;
	position: absolute;
	top: 40px;
	left: 0;
	z-index: 999;
	-moz-box-shadow: 0 5px 5px 0 rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 5px 5px 0 rgba(0,0,0,0.5);
	box-shadow: 0 5px 5px 0 rgba(0,0,0,0.5);
}
#nav ul li {
	background: none;
	border: none;
	position: relative;
	padding-bottom: 0;
	float: left;
	margin: 0;
}
#nav ul li a, #nav li:hover ul li a {
	background: transparent!important;
	border-bottom: 1px solid #108710;
	color: #fff!important;
	text-shadow: none!important;
	font-size: 14px;
	line-height: 16px;
	font-weight: 700;
	float: none;
	padding: 10px 0;
	width: 140px;
	display: block;
}
#nav ul li a:hover, #nav li:hover ul li a:hover {
	color: #111!important;
}
#nav ul.sub-menu li:last-child a {
	border-bottom: 0;
}
#nav li.current-menu-item a {
	color: #0099FF!important;
}
#nav li.current-menu-item a:hover  {
	color: #fff!important;
}

#nav li a:hover, #nav li:hover a, #nav li.current_page_item a, #nav li.current-menu-ancestor a, #nav li.current-menu-item a {
	color: #ed1a3b;
}


/* level 3 */

#nav ul ul {
	display: none;
	width: auto;
	position: absolute;
	top: -10px;
	left: 140px;
	font-weight: 300;
}
#nav ul li:last-child ul a {
	border-bottom: 1px solid ##108710!important;
}
#nav ul li ul li:last-child a {
	border-bottom: 0!important;
}

/* END */


