@charset "UTF-8";

/** 
 * Default CSS Drop-Down Menu Theme
 *
 * @file		default.css
 * @name		Default
 * @version		0.1
 * @type		transitional
 * @browsers	Windows: IE5+, Opera7+, Firefox1+
 *				Mac OS: Safari2+, Firefox2+
 *
 * @link		http://www.lwis.net/
 * @copyright	2008 Live Web Institute. All Rights Reserved.
 *
 * Module Classes: *.dir {} *.on {} *.open {} li.hover {} li.first {} li.last {}
 * Expected directory tag - li
 *
 */

/*@import "helper.css"; do not need this*/


/*-------------------------------------------------/
 * @section		Base Drop-Down Styling
 * @structure	ul (unordered list)
 *				ul li (list item)
 *				ul li a (links)
 *				/*\.class|(li|a):hover/
 * @level sep	ul
 */


ul.dropdown {
 font-weight: normal;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 14px; 
}

ul.dropdown a/* for making the entire button be a link*/
{
 display: block;width:140px; /* this makes entire wdth of button a link AND seems to have centered my text */
}


	ul.dropdown li {
	 line-height: 34px;
	 width:120px;
	/* border-left: 1px solid #666;*/
	 /*border-right: 1px solid #999;*/
	 /*background-color: transparent;*/
	 /*color: #FFFFFF;*/
	 height: 38px;
	 text-align:center;
	}

	/*ul.dropdown li.hover,*/
	ul.dropdown li:hover {
	/*background-color: #eee;*/
	/* color: #0033CC;*/
	background-image: url(../../images/hovereffect.png);
	/background-image: url(../../images/hovereffect.png);/* for IE */
	background-repeat: repeat-x;
	}
	
	ul.dropdown a:link,
	ul.dropdown a:visited	{ color: #004182; text-decoration: none; }
	ul.dropdown a:hover		{ color: #004182; }
	ul.dropdown a:active	{ color: #ffffff; }
	

	/* -- level mark -- */

	ul.dropdown ul {
	 /*width: 100px;*/
	 margin-top: 1px;
	 /*background-color: #FF0000;*/
	/* height: 18px;*/
	}

		ul.dropdown ul li {
		/*text-align:left; would need to add left margin for this defaul is center as per above*/
		 font-weight: normal;
		 width: 139px;
		 height: 30px;
		 line-height: 30px;
		 margin-top: -2px;
		 /*background-color: #000000;*/
		 border: none;
		 font-family: Arial, Helvetica, sans-serif;
		 font-size: 14px;
	 background-image: url(../../images/hovereffect3.png);
	 /background-image: url(../../images/hovereffect3.png); /* for IE */
	 background-repeat: repeat-x;
		}



/*-------------------------------------------------/
 * @section		Support Class `dir`
 * @level sep	ul, .class
 */


ul.dropdown *.dir {
 padding-right: 20px;/*sets left to right of nav terms then can line up with vert lines by djusting the psd nav bg */
color: #004182; /*adding this sets buttons with no links to correct white color & need to add &nbsp; spaces to recenter the text in the nav if do this - remove this if go back to making all drop downs be links & then remove the &nbsp; before the nav term*/
 background-position: 100% 50%;
 background-repeat: no-repeat;
}

#pdfbtn {float:left; margin:8px -10px 0px 25px; height:11px; width:11px; display:inline; border:0px}


/* sub nav */

#sub-serv {margin-left:-5px; margin-top:10px}
