#menu {
	list-style:none;
	width:974px;
	height:43px;
	line-height:21px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	/*	background: rgb(10,12,73);
background: -moz-linear-gradient(top,  rgba(10,12,73,1) 0%, rgba(25,12,86,1) 40%, rgba(8,6,48,1) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(10,12,73,1)), color-stop(40%,rgba(25,12,86,1)), color-stop(100%,rgba(8,6,48,1))); /* Chrome,Safari4+ 
background: -webkit-linear-gradient(top,  rgba(10,12,73,1) 0%,rgba(25,12,86,1) 40%,rgba(8,6,48,1) 100%); 
background: -o-linear-gradient(top,  rgba(10,12,73,1) 0%,rgba(25,12,86,1) 40%,rgba(8,6,48,1) 100%); 
background: -ms-linear-gradient(top,  rgba(10,12,73,1) 0%,rgba(25,12,86,1) 40%,rgba(8,6,48,1) 100%); 
background: linear-gradient(to bottom,  rgba(10,12,73,1) 0%,rgba(25,12,86,1) 40%,rgba(8,6,48,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0a0c49', endColorstr='#080630',GradientType=0 ); */

	margin-right: auto;
	margin-left: auto;
	font-family: 'Merienda', cursive;
	font-variant: small-caps;


}

#menu li {
	float:left;
	display:block;
	text-align:center;
	position:relative;
	margin-right:38px;
	margin-top:7px;
	border:none;
	margin-left: 39px;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 10px;
}

#menu li:hover {
	border: 1px solid #777777;
	/* Background color and gradients */
	
	background: #F4F4F4;
	background: -moz-linear-gradient(top, #F4F4F4, #EEEEEE);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#F4F4F4), to(#EEEEEE));
	/* Rounded corners */
	
	-moz-border-radius: 5px 5px 0px 0px;
	-webkit-border-radius: 5px 5px 0px 0px;
	border-radius: 5px 5px 0px 0px;
	padding-top: 4px;
	padding-right: 9px;
	padding-bottom: 4px;
	padding-left: 9px;
}

#menu li a {
	font-family: 'Merienda', cursive;
	font-size:14px;
	color:#333333;
	display:block;
	outline:0;
	text-decoration:none;
	font-variant: small-caps;
	font-weight: bold;
	
}

#menu li:hover a {

	
}
#menu li .drop {
	padding-right:21px;
	background:url("../img/drop.png") no-repeat right 8px;
}
#menu li:hover .drop {
	background:url("../img/drop.png") no-repeat right 7px;
	z-index: 222222222222222222222;
}

.dropdown_1column, 
.dropdown_2columns, 
.dropdown_3columns, 
.dropdown_4columns,
.dropdown_5columns {
	float:left;
	position:absolute;
	left:-999em; /* Hides the drop down */
	text-align:left;
	/* Gradient background */
	background:#F4F4F4;
	background: -moz-linear-gradient(top, #EEEEEE, #BBBBBB);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#EEEEEE), to(#BBBBBB));
	/* Rounded Corners */
	-moz-border-radius: 0px 5px 5px 5px;
	-webkit-border-radius: 0px 5px 5px 5px;
	border-radius: 0px 5px 5px 5px;
	z-index: 777777777777777777777777777777;
	margin-top: 4px;
	margin-right: auto;
	margin-bottom: 4px;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #777777;
	border-right-color: #777777;
	border-bottom-color: #777777;
	border-left-color: #777777;
}

.dropdown_1column {
	width: 120px;
}
.dropdown_2columns {width: 280px;}
.dropdown_3columns {
	width: 220px;
	z-index: 5555555555555555555555555555;
}
.dropdown_4columns {width: 560px;}
.dropdown_5columns {width: 700px;}

#menu li:hover .dropdown_1column, 
#menu li:hover .dropdown_2columns, 
#menu li:hover .dropdown_3columns,
#menu li:hover .dropdown_4columns,
#menu li:hover .dropdown_5columns {
	left:-1px;
	top:auto;
}

.col_1,
.col_2,
.col_3,
.col_4,
.col_5 {
	display:inline;
	float: left;
	position: relative;
	margin-left: 5px;
	margin-right: 5px;
}
.col_1 {
	width:150px;
}

.col_2 {width:270px;}
.col_3 {width:210px;}
.col_4 {width:550px;}
.col_5 {width:690px;}

#menu .menu_right {
	float:right;
	margin-right:0px;
}
#menu li .align_right {
	/* Rounded Corners */
	-moz-border-radius: 5px 0px 5px 5px;
    -webkit-border-radius: 5px 0px 5px 5px;
    border-radius: 5px 0px 5px 5px;
}

#menu li:hover .align_right {
	left:auto;
	right:-1px;
	top:auto;
}

#menu p, #menu h2, #menu h3, #menu ul li {
	font-family:Arial, Helvetica, sans-serif;
	line-height:21px;
	font-size:12px;
	text-align:left;
	
}
#menu h2 {
	font-size:12px;
	letter-spacing:0.1px;
	background-image: url(../img/kushals_logo.jpg);
	background-repeat: no-repeat;
	margin-right: 0;
	margin-top:15px;
	margin-left: 0;
	padding-left: 95px;
	line-height: 30px;
	color: #000000;
	font-family:'Merienda', cursive;
	font-variant: small-caps;
	font-weight: bold;
}

#menu h6 {
	background-image: url(../img/23.png);
	background-repeat: no-repeat;
	font-size:12px;
	margin-right: 0;
	line-height:35px;
	margin-left: 0;
	padding-left: 45px;
	letter-spacing: 0.1em;
	font-weight: bold;


}

#menu h6 a{
	font-weight: bold;
	font-size: 12px;


}
#menu p {
	line-height:18px;
	margin:0 0 10px 0;
}

#menu li:hover div a {
	font-size:12px;
	color:#000000;
	letter-spacing: 0.1em;
}
#menu li:hover div a:hover {
	color:#EB222C;
}


.strong {
	font-weight:bold;
}
.italic {
	font-style:italic;
}

.imgshadow { /* Better style on light background */
	background:#FFFFFF;
	padding:4px;
	border:1px solid #777777;
	margin-top:5px;
	-moz-box-shadow:0px 0px 5px #666666;
	-webkit-box-shadow:0px 0px 5px #666666;
	box-shadow:0px 0px 5px #666666;
}
.img_left { /* Image sticks to the left */
	width:auto;
	float:left;
	margin:5px 15px 5px 5px;
}

#menu li .black_box {
	background-color:#333333;
	color: #eeeeee;
	padding:4px 6px 4px 6px;

	/* Rounded Corners */
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;

	/* Shadow */
	-webkit-box-shadow:inset 0 0 3px #000000;
	-moz-box-shadow:inset 0 0 3px #000000;
	box-shadow:inset 0 0 3px #000000;
}

#menu li ul {
	list-style:none;
	padding:0;
	margin:0 0 12px 0;
}
#menu li ul li {
	font-size:12px;
	line-height:24px;
	position:relative;
	padding:0;
	margin:0;
	float:none;
	text-align:left;
	width:130px;
}
#menu li ul li:hover {
	background:none;
	border:none;
	padding:0;
	margin:0;
}

#menu li .greybox li {
	background:#F4F4F4;
	border:1px solid #bbbbbb;
	margin:0px 0px 4px 0px;
	padding:4px 6px 4px 6px;
	width:116px;

	/* Rounded Corners */
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
}
#menu li .greybox li:hover {
	background:#ffffff;
	border:1px solid #aaaaaa;
	padding:4px 6px 4px 6px;
	margin:0px 0px 4px 0px;
}
.rowline {
	height: 5px;
	background-color: #333333;
	float: left;
	width: 215px;
}
.rowline2 {
	height: 3px;
	background-color: #333333;
	float: left;
	width: 215px;
	margin-top: 15px;
	margin-bottom: 10px;
}
