
@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 {
 font-weight: bold;
}

	ul.dropdown li {
	 color: #000;
	}

	ul.dropdown li.hover,
	ul.dropdown li:hover {
	 background-color: #eee;
	 color: #000;
	}

	ul.dropdown a:link,
	ul.dropdown a:visited	{ color: #000; text-decoration: none; }
	ul.dropdown a:hover		{ color: #000; }
	ul.dropdown a:active	{ color: #ffa500; }


	/* -- level mark -- */

	ul.dropdown ul {
	 width: 149px;
	}

		ul.dropdown ul li {
		 font-weight: normal;
		}



/*-------------------------------------------------/
 * @section		Support Class `dir`
 * @level sep	ul, .class
 */





/* -- Components override -- */
#topnav {
	width: 149px;
	height: 14px;
	position: absolute;
	right: 15px;
	top: 0;
	margin-top: 10px;
}
html>body #topnav {
	top: 5px;
}
#topnav a {
 width: 149px;
 height: 14px;
 display: block;
 text-indent: -9999px;
 overflow: hidden;
}
.int {
 background: url(images/int.gif) no-repeat;
}
.int:hover {
 background: url(images/int_hov.gif) no-repeat;
}
.sca {
 background: url(images/sca.gif) no-repeat;
}
.sca:hover {
 background: url(images/sca_hov.gif) no-repeat;
}
.ara {
 background: url(images/ara.gif) no-repeat;
}
.ara:hover {
 background: url(images/ara_hov.gif) no-repeat;
}
