@charset "UTF-8";
/* Kempsville Cabinets Nav CSS Document by Danielle LeComte - danielle@costadesigns.com*/


/* The menu styling */
/* Remove the padding, margins and bullets from the lists */
.nav, .nav ul {list-style-type:none; padding:0; margin:0; font: bold 13px Georgia, "Times New Roman", Times, serif; text-transform:uppercase;}

* html .nav, .nav ul {list-style-type:none; padding:0; margin:0; font: bold 12px Georgia, "Times New Roman", Times, serif; text-transform:uppercase;}

/* Set up the top level list items and float left to place inline */
.nav li.top {display:inline; float:left; position:relative;}

/* Style and position the table so it takes no part in the menu function. The font size is necessary for IE5.5 */
.nav table {border-collapse:collapse; width:0; height:0; position:absolute; top:0; left:0;}

/* Default top link link styling */
.nav li.top a.top_link {
	display:inline; 
	float:left; 
	height:30px; 
	text-align:center; 
	line-height:40px;
	color: #886a21;
	padding-top: 9px;
	text-decoration: none;
	margin:0 12px 0 12px;
}
	
.nav li a:visited {
	color: #886a21;
	line-height:40px;
}

.nav li a:hover, .nav li .current {
	color: #72581a;
	background: transparent url(../images/nav-bg.png) top center no-repeat;
	line-height:40px;
	text-decoration:none;
}

* html .nav li a:hover, .nav li .current {
	color: #72581a;
	background: transparent url(../images/nav-bg.gif) top center no-repeat;
	line-height:40px;
	text-decoration:none;
}


/* keep the 'next' level invisible by placing it off screen. */
.nav ul, 
.nav :hover ul ul, 
.nav :hover ul :hover ul ul,
.nav :hover ul :hover ul :hover ul ul,
.nav :hover ul :hover ul :hover ul :hover ul ul {position:absolute; left:-9999px; top:-9999px; width:0; height:0;}

/* set up the first drop down sub level */
.nav :hover ul.sub {left:8px; top:38px; background: #e9e5d8; padding:3px 0; border:2px solid #886a21; white-space:nowrap; width:120px; height:auto;}
.nav :hover ul.sub li {display:block; height:20px; position:relative; float:left; width:120px; margin:3px 0 5px 0;}
.nav :hover ul.sub li a {display:block; font-size:11px; height:20px; width:115px; line-height:20px; text-indent:5px; color:#000; text-decoration:none; border:3px solid #e9e5d8; border-width:0 0 0 3px; text-align:left;}
.nav :hover ul.sub li a.fly {background:#fff url(../multi_level-files/arrow.gif) 80px 7px no-repeat;}
.nav :hover ul.sub li a:hover {background:#fff; color:#886a21;}
.nav :hover ul.sub li a.fly:hover {background:#37a237 url(../multi_level-files/arrow_over.gif) 80px 7px no-repeat; color:#fff;}
.nav :hover ul li:hover > a.fly {background:#37a237 url(../multi_level-files/arrow_over.gif) 80px 7px no-repeat; color:#fff;} 

/* set up the flyout levels when hovering */
.nav :hover ul :hover ul,
.nav :hover ul :hover ul :hover ul,
.nav :hover ul :hover ul :hover ul :hover ul,
.nav :hover ul :hover ul :hover ul :hover ul :hover ul
{left:90px; top:-4px; background: #fff; padding:3px 0; border:1px solid #888; white-space:nowrap; width:93px; z-index:200; height:auto; z-index:300;}