@charset "utf-8";
/* CSS Document */




/*---- CROSS BROWSER DROPDOWN MENU ----*/
ul#nav {
	width: 700px;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 41px;
}
ul.drop a {
	display:block;
	color: #036;
	font-family: 'Droid Sans', Arial;
	font-size: 12px;
	text-decoration: none;
	line-height:10px;
	font-weight:700;

}
ul.drop, ul.drop li, ul.drop ul {
	list-style: none;
	margin: 0;
	padding: 0;
	color: #333;
	text-align: left;
	border: 1px solid #fff;
	/*background-image: url(graphics/nav-background.gif);
	background-repeat: repeat-x; */
}
ul.drop {
	position: relative;
	float: left;
}
ul.drop li {
	float: left;
	line-height: 1.3em;
	vertical-align: middle;
	zoom: 1;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;

}
ul.drop li.hover, ul.drop li:hover {
	position: relative;
	cursor: default;
	color: #F00;
	background-color: #FFF;
	border: 1px solid #CCC;
}
ul.drop ul {
	visibility: hidden;
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 100;
	width: 250px;
	border: 1px solid #fff;
}
ul.drop ul li { float: none; }
ul.drop ul ul { top: -2px; left: 100%; }
ul.drop li:hover > ul {
	visibility: visible;
	background-color: #CCC;
	
}

/* ------------ added for test --------------*/
#navigationbar {
	width:683px;
	height: 41px;
	background-image: url(../graphics/nav-background-toprow.gif);
	background-repeat: repeat-x;
	margin-left: auto;
	margin-right: auto;
	float: left;

}
#homerightcorner {
	float: left;
	clear: none;
	width: 91px;
	height: 83px;
}

#tworownavwrap {
	width:881px;
	height: 83px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../graphics/navwrap-background.gif);
	background-repeat: repeat-x;
}
#homeketanicon {
	float: left;
	display:block;
	width: 91px;
    height: 83px;
	
}
#homeketaniconbutton {
	float: left;
	display:block;
	width: 91px;
	height: 83px;
	background: url("https://ketanautomated.com/graphics/ketan-home-button.gif") no-repeat 0 0;
}

#homeketaniconbutton:hover
{ 
  background-position: 0 -83px;
}

#homeketaniconbutton span
{
  position: absolute;
  top: -999em;
}

#videolibrarybutton {
	float: left;
	display:block;
	width: 91px;
	height: 83px;
	background: url("https://ketanautomated.com/graphics/videolibrarybutton.gif") no-repeat 0 0;
}

#videolibrarybutton:hover
{ 
  background-position: 0 -83px;
}

#videolibrarybutton span
{
  position: absolute;
  top: -999em;
}



#navigationbar2ndrow {
	width:697px;
	height: 41px;
	background-image: url(../graphics/nav-background.gif);
	background-repeat: repeat-x;
	margin-left: auto;
	margin-right: auto;
	float: left;
	
}

.toptabs {
	padding-right: 25px;
	padding-left: 25px;
	text-align: center;
	z-index: 2;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width:125px;
}

#newcorner {
	width: 24px;
	height: 41px;
	float: left;
}
#homeicon {
	float: left;
	height: 70px;
	width: 59px;
}
.test {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #333;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #333;
	border-left-color: #333;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
}
#navitemsonly {
	float: left;
	height: 83px;
	width: 699px;
}
