@charset "UTF-8";
/**
 * @author	    Ali Faiq <m.alifaiq@gmail.com>
 * @copyright       Copyright 2008 Tobacamp
 * @license         GPL
 * @link            http://tobacamp.com
 * @package         Joomla! 1.5
 * @version         1.0.6
 * @revision        $Revision: 202 $
 * @lastmodified    $Date: 2008-09-20 09:31:18 +0700 (Sa, 20 Sep 2008) $
 */

@media all
 {
	#nav_main
	{
		width:100%;
		float:left;
		display:inline;
		background:silver url("../images/button_bg.gif") repeat-x center right;
		border-top:1px #333333 solid;
		border-bottom:1px #333333 solid;
		line-height:0;
	}

	#nav_main ul
	{
		border-left:1px #aaaaaa solid;
		border-right:1px #ffffff solid;
		display:inline;
		float:left;
		margin:0 0 0 50px;
		padding:0;
	}

	#nav_main ul li
	{
		border-left:1px #ffffff solid;
		border-right:1px #aaaaaa solid;
		display:inline;
		float:left;
		font-size:1em;
		line-height:1em;
		list-style-type:none;
		margin:0;
		padding:0;
	}

	#nav_main ul li a,#nav_main ul li strong
	{
		background:transparent;
		color:#000000;
		display:block;
		font-size:1em;
		font-weight:700;
		text-decoration:none;
		width:auto;
		margin:0;
		padding:0.5em 0.8em;
	}

	#nav_main ul li a:focus,#nav_main ul li a:hover,#nav_main ul li a:active
	{
		background:#eeeeee;
		color:#333333;
		text-decoration:none;
	}

	#nav_main ul li#current
	{
		background:#272727 url("../images/button_bg_active.gif") repeat-x center right;
		border-left:1px #444444 solid;
		border-right:1px #888888 solid;
	}

	#nav_main ul li#current strong,#nav_main ul li#current a,#nav_main ul li#current a:focus,#nav_main ul li#current a:hover,#nav_main ul li#current a:active
	{
		background:transparent;
		color:#ffffff;
		text-decoration:none;
	}
}
