/*************************************************************************
* This is the SKIN style definition for the CSS menu.                    *
* QuickDry							                                     *
*************************************************************************/

/*
 * Menu container settings
 * Applies to the first level menu container
 */
.navi {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
 	font-weight: bold;
	color: #fff;
}

/*
 * Menu container settings
 * Applies to second (or more) level menu containers
 */
.navi ul {	
	border: 0;
	font-weight: normal;
}

/*
 * Menu items settings
 * Applies to all menu items in all menu containers
 * MASTER POSITIONING FOR ALL TEXT
 */
.navi li {
	margin: 0px;
	padding: 0px;
}
/* 1=toppx 2=rightsidepx 3=bottompx 4=leftsidepx */

/*
 * Specific to MODERN skin only
 * Applies to the last item of the first level
 */
.navi li.last {
	padding-right: 0px;
}

/*
 * Menu items settings
 * Applies to second (or more) level menu items
 */
.navi ul li {
	background-color:#0f3b77;
	background-image: none;
	border: none;
	margin-right: 0px;
 	width: 160px;
}

.navi ul {border: 1px solid #fff;}

/*
 * Menu link settings
 * Applies to links that are to be found within the menu items, no matter the menu level
 */
.navi a {
	color: #000;
	text-decoration: none;
	padding: 1px 3px 2px 7px;
	line-height: 15px;
	cursor: pointer;
	border-bottom:0px;
}
/* 1=toppx 2=rightsidepx 3=bottompx 4=leftsidepx */
/*
 * Menu link settings
 * Applies to links located in the second (or more) level menu items
 */
.navi ul a {
	border-bottom:1px solid #ffffff;
	color: #ffffff;
}


/*****************************************************************************
* In this section, we will define what happens when a menu item is selected  *
*****************************************************************************/

/*
 * Selected menu item
 * Applies to selected menu items in all menu containers
 */
.navi li.selected {
	background-image: none;
}

/*
 * Selected menu item
 * Applies to second (or more) level selected menu items
 */
.navi ul li.selected {
	background-image: none;
}

/*
 * Selected links
 * Applies to selected links in all menu items
 */
.navi a.selected {
	background-image: none;
}

/*
 * Selected links
 * Applies to selected links located in the second (or more) level menu items
 */
.navi ul a.selected {
}


/***************************************************************************
* In this section, we will define what happens when mouse-overing an item  *
***************************************************************************/




/*
 * Mouse over on menu items
 * Applies to all menu items in all menu containers
 */
 
.navi li.hover {background-image: none;}
  
/*
 * Mouse over on menu items
 * Applies to second (or more) level menu items
 */
.navi ul li.hover {
	background-color: #143677;
}

.navi ul li.hover a {
	color: #fff;
}
/* #5985d3; 143677;  3a8ee8;*/
 

/*
 * Mouse over on links
 * Applies to all links in all menu items
 */

 /* top level only   ---#3a8ee8 */

.navi a.hover {
	color: #fff;
	margin:0;
	background-color: #999;
}

/* mouse over on links - Top Level Headings */
a.toplevel {
	padding: 5px 8px 0px 8px;
	/*top left bottom right */
	/* use this one for fine-tuning overall width */
	margin: 0 auto; 
	border-right: 1px solid #fff;
	text-align: center;
	color:#FFF;
	font-size:11px;
	height: 40px;
	width: 115px;
	}
	
/*this one is for the Home, Water Damage, Mold link */
a.toplevelsmall {
	padding: 5px 7px 0 7px;
	margin: 0 auto; 
	border-right: 1px solid #fff;
	text-align: center;
	color:#FFF;
	font-size:11px;
	height: 40px;
	width: 142px;
	}

/* About Us */
a.toplevelmed {
	padding: 5px 4px 0px 4px;
	margin: 0 auto; 
	border-right: 1px solid #fff;
	text-align: center;
	color:#FFF;
	font-size:11px;
	height: 40px;
	width: 149px;
	}
a.toplevelright {
	padding: 5px 7px 0px 7px;
	/*top left bottom right */
	margin: 0 auto; 
	text-align: center;
	color:#FFF;
	font-size:11px;
	height: 40px;
	border:none;
	width: 117px;}
	
a.topLevelAll {
	padding: 5px 7px 0px 7px;
	/*top left bottom right */
	margin: 0 auto; 
	text-align: center;
	color:#FFF;
	font-size:11px;
	height: 40px;
	border:none;
	width: 101px;}
	
/* #dcdada */
/*
 * Mouse over on links
 * Applies to links located in the second (or more) level menu items
 */
.navi ul a.hover {
	border-top: none;
	border-bottom: 1px solid #fff;
	color: #fff;
}


/*
 * Specific to MODERN skin only
 * Applies to links located in the third (or more) level menu items
 */
.navi ul ul li.hover  {
	background-color: #143677;
}


/*************************************************************************
* This is the LAYOUT style definition for the CSS menu                   *
* DO NOT alter this section, unless you know what you're doing           *
*************************************************************************/
div.horizontal {
	clear: both;
}
div.horizontal br {
	clear: both;
}
div.horizontal ul {
	margin: 0px;
	padding: 0px;
	display: block;
	float: left;
	clear: both;
}
div.horizontal li {
	list-style-type: none;
	display: block;
	float: left;
	clear: none;
	text-align: left;
    position: static;
}
div.horizontal li img {
	border: none;
}
div.horizontal a {
	clear: both;
	display: block;
	margin: 0px;
}
div.horizontal ul li ul {
	position: absolute;
	left: -5000px;
	top: -5000px;
	visibility: hidden;
	clear: both; 
}
div.horizontal ul li ul li {
	clear: both;
}
div.horizontal ul li ul li a {
	clear: both;
}
.hasImg,
.hasImg a {
	padding: 0px !important;
	margin:	0px	!important;
	border:	none !important;
	outline: none !important;
	background:	transparent !important;
	width: auto !important;
}
