﻿
/*== drag drop layer end =====================================*/

/*== drop down layer bgn ===============================================================================================================*/
/* ######### Default class for drop down menus ######### */

.dropdowncss{
position: absolute;
left: 0;
top: 0;
visibility: hidden;
border: 1px solid black;
border-bottom-width: 0;
z-index: 100; /* zIndex should be greater than that of shadow's below */
background: lightyellow;
width: 200px; /* default width for menu */
}

.dropdowncss ul{
margin: 0;
padding: 0;
list-style-type: none;
}

.dropdowncss ul li a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
text-indent: 5px;
}

.dropdowncss a:hover{ /*hover background color*/
background: black;
color: white;
}

/* ######### Alternate multi-column class for drop down menus ######### */

/*.dropdowncsscols{
position: absolute;
left: 0;
top: 0;
visibility: hidden;
border: 1px solid black;
padding: 10px;
font: normal 12px Verdana;
z-index: 100;
background: #DEFFCA;
}*/
.dropdowncsscols{
	position: absolute;
	left: 0;
	top: 0;
	visibility: hidden;
	border: 1px solid #B2B2B2;
	border-top:none;
	padding: 0;	
	z-index: 100; /*zIndex should be greater than that of shadow's below*/
	background: #B2B2B2;
}

.dropdowncsscols .column{
/*width: 130px;*/
float: left;
}

.dropdowncsscols .column ul{
margin: 0;
padding: 0;
list-style-type: none;
}

.dropdowncsscols li{
padding-bottom: 3px;
}

/* ######### class for shadow DIV ######### */


.dropdownshadow{ /*CSS for shadow. Keep this as is */
position: absolute;
left: 0;
top: 0;
z-index: 99; /*zIndex for shadow*/
background: black;
visibility: hidden;
}
/*== drop down layer end ===============================================================================================================*/

/*

span.mainnav{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:14px;
	font-weight:normal;
	text-decoration: none;
	color: #e5e5e5;
	display: block;
	height: 15px;
	vertical-align:middle;
	padding:0 6px 0 6px;
	margin-top:-2px;
	border:none;
	background-color:#000000;
}	
a.mainnav{	
	text-decoration: none;
	display: block;
}
a.mainnav:visited{
	text-decoration: none;
	color: #e5e5e5;
}
a.mainnav:hover{
	text-decoration: none;
	color: #ffffff;
	border:none;
	background-color:#b2b2b2;
}

a.mainnav_current{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	display: block;
	height: 15px;
	min-width: 68px;
	text-align: center;
	vertical-align:middle;
	padding:0 4px 0 4px;
	text-decoration: none;
	color: #ffffff;
	border:none;
	background-color:#b2b2b2;
}

*/
