@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";

/*-------------------------------------------------/
 * @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 li.current {
	background-color: #65d964;
}
*/

/*trying to fix ie6 bug*/
/** html ul li a {
height:1em;
} 
*/
* html ul.dropdown  {
height:1em;
} 



ul.dropdown {
	font-weight: normal;
	font-family: Helvetica, sans-serif, Verdana, Arial;
	padding-right:2px;
	padding-top:2px
}

ul.dropdown li.current {
	background-color: #006666;/*#65d964;*/
	}

ul.dropdown li {
	padding: 7px 10px;
	border-style: solid;
	border-width: 1px 1px 1px 0;
	border-color: #fff #d9d9d9 #d9d9d9;
		 background: transparent url(../images/light_teal.jpg) repeat scroll 0 0;
	color: #000;
}

ul.dropdown li:hover {
	background-color:#006666;
	color: #000;
}

ul.dropdown a:link,  ul.dropdown a:visited {
	color: #000;
	text-decoration: none;
}

ul.dropdown li a:hover {
	background-color: #c4ebbf;
}

ul.dropdown a:active {
	color: #000/*33cc99;    #ffa500 - yellowish*/;
}

/* -- level mark -- */

	ul.dropdown ul {
	width: 150px;
	margin-top: 1px;
}

ul.dropdown ul li {
	font-weight: normal;
}

/*-------------------------------------------------/
 * @section		Support Class `dir`
 * @level sep	ul, .class
 */

/*gradient_wip.xcf in /images is the source for the taglines */
.gradient {
	height: 42px;
	background: url(../images/gradient_darker.gif) 0 0 repeat-y;
	float:right;
	width:744px;
	margin-top:-1px /*this accounts for the graphic being 1px too short*/
}

/*
.breadcrumb {
	text-align: right;
	font-size:75%;
	color:#000000;
	margin-right:4px
}

.breadcrumb_i {
	
 font-size:75%;
	color:#000000;
	margin-left:95px
}

.breadcrumbBackground {
	background-color: #BCFBFF;
	width: 350px;
	float: right
}*/

ul.dropdown *.dir {
	padding-right: 22px;
	/* background-image: url(images/nav-arrow-down.png);*/
 background-image: url(../images/navigate_down.gif);
	background-position: 100% 50%;
	background-repeat: no-repeat;
}

ul.dropdown .nokids {
	background-image:none;
}

.bold {
	font-weight:bold
}

.boldLarge {
	font-weight:bold;
	font-size:140%;
}

