/********************************************************************************
You may adapt elements of this CSS in your own projects, but the unique 
combination of images, colors, sizes, typography, and positioning ("the design") 
is copyright 2007 Atlas World Group, Inc. and may not be reproduced. 
/********************************************************************************/	

/* when updating this file, do not forget about corresponding media stylesheets (held in other .css files) */

/********************************************************************************
This method of using CSS to transform HTML lists into drop-down lists was first documented
by A List Apart (http://www.alistapart.com/) and is referred to as Suckerfish Dropdowns. And was 
then extended by HTML Dog (http://www.htmldog.com) to allow better browser support and multi-level menus.
/********************************************************************************/	
#tabnav {
	float:left;
	width:199px;
	height:156px;
	padding:0px;
	margin:0px;
}

/* CSS hack for Internet Explorer 6 \*/
* html #tabnav{height:1%;}
/* end hide - do not alter comments */

/* ----------------------------------------------- */
/*                  first level nav                */
/* ----------------------------------------------- */
#tabnav, #tabnav ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
}

#tabnav li {
	float: left;
	padding: 0px;
	margin: 0px;
}
/* CSS hack for Internet Explorer 6 \*/
* html #navlist li{height: 37px;}
/* end hide - do not alter comments */


/* ---- main items ---- */
#tabnav li.estimate, #tabnav li.findagt, #tabnav li.smartmove, #tabnav li.asist {width:179px; height:37px; color:#FFFFFF; line-height:37px; font-size:12px; font-weight:bold; font-style:italic; padding:2px 0px 0px 20px;}
#tabnav li.estimate {background:url(../images/homepage/estimate-btn-bkg.jpg) no-repeat center; color:#000000;}
#tabnav li.findagt, #tabnav li.asist {background:url(../images/homepage/tab-btn-bkg_nm.jpg) no-repeat center;}
#tabnav li.smartmove {background:url(../images/homepage/SMtab-btn-bkg_nm.jpg) no-repeat center;}


/* ---- rollover items ---- */ 
#tabnav li.sfhover, #tabnav li.findagt:hover, #tabnav li.asist:hover {background:url(../images/homepage/tab-btn-bkg_hv.jpg) no-repeat center;}
#tabnav li.estimate:hover {background:url(../images/homepage/estimate-btn-bkg.jpg) no-repeat center;}
#tabnav li.smartmove:hover {background:url(../images/homepage/SMtab-btn-bkg_hv.jpg) no-repeat center;}




/* ----------------------------------------------- */
/*             Main topnavbar Link Styles             */
/* ----------------------------------------------- */
#tabnav a {
	display: block; 
	height: 37px;
	line-height: 37px; /* needed for some browsers to center vertically  */
	vertical-align: middle;
}

#tabnav a, #tabnav a:link, #tabnav li a:hover, #tabnav ul a, #tabnav ul a:link, #tabnav ul li a:hover  {
	display: block;
	color: #ffffff;
	text-decoration: none;
	height: 37px;
	padding: 0px;
	margin: 0px;
	line-height:37px; 
	font-size:12px; 
	font-weight:bold; 
	font-style:italic;
	}
	
	.small-link {font-size:11px; font-weight:normal;}