@charset "UTF-8";

/**
 * Horizontal CSS Drop-Down Menu Module
 *
 * @file		tabs.css
 * @package		tabs
 * @version		0.7.1
 * @type		Transitional
 * @stacks		597-599
 * @browsers	Windows: IE6+, Opera7+, Firefox1+
 *				Mac OS: Safari2+, Firefox2+
 *
 * @link		http://www.lwis.net/
 * @copyright	2006-2008 Live Web Institute. All Rights Reserved.
 *
 */

ul.tabs,
ul.tabs li,
ul.tabs ul {
 list-style: none;
 margin: 0;
 padding: 0;
}

ul.tabs {
 position: relative;
 z-index: 497;
 float: left;
 margin-left:-10px;
}

ul.tabs li {
 width: 580px;
 height: 19px;
 float: left;
 line-height: 1.3em;
 vertical-align: middle;
 text-align:center;
 zoom: 1;
}

ul.tabs li.hover,
ul.tabs li:hover {
 position: relative;
 z-index: 499;
 cursor: default;
}

ul.tabs ul {
 visibility: hidden;
 position: absolute;
 top: 100%;
 left: -10;
 z-index: 498;
 width: 100%;
}

ul.tabs li {
 padding: 5px 5px;
 color: #666;
}

ul.tabs li.hover,
ul.tabs li:hover {
	 /*background-color: #eee;
	 color: #000;
	 background-image: url(/images/2010/navigate/main-roll.jpg);*/
	}

ul.tabs a:link,
ul.tabs a:visited	{ color: #5e54af; text-decoration: none; font-weight: bold; }
ul.tabs a:hover		{ color: #5e54af;}
ul.tabs a:active	{ color: #5e54af; }