/****************************************************************
 *
 *  >> Styles for buttons, menus and navigation.
 *
 ***************************************************************/

/*---------------------------------------------------------------
 | Site Buttons
 +-------------------------------------------------------------*/

#btn {
	display: inline;
	}

#btn .btn-main {
	cursor: pointer;
	padding: 0 !important;
	margin: 1px 1px !important;
	border: none !important;
	}

#btn .btn-main td {
	padding: 0 !important;
	border: none !important;
	}

#btn .btn-left {
	width: 0 !important;
	}

#btn .btn-right {
	width: 0 !important;
	}

#btn td.btn-text {
	padding: 3px 6px ! important;
	font-size: 11px;
	line-height: 14px;
	font-weight: bold;
	text-align: center;
	color: #fff ! important;
	background: #0968b9;
	}

#btn td .btn-text a {
	color: #fff;
	}

#btn:hover .btn-text {
	background: #ccc;
	color: #000 ! important;
	text-decoration: none;
	}

#btn:active td.btn-text {
	background: #444;
	color: #ccc ! important;
	text-decoration: none;
	}

/*---------------------------------------------------------------
 | Jump Menu Styles
 +-------------------------------------------------------------*/

.jump-wrap {
	padding: 3px 5px;
	padding-left: 15px;
	padding: 0;
	margin: 0;
	margin-top: 10px;
	margin-bottom: 5px;
	background: transparent;
	}

.jump-menu {
	}

.jump-menu .selected {
	font-weight: bold;
	}

/*-----------------------------------------------------------------------
 | Tab Styles
 +---------------------------------------------------------------------*/

.menucell {
	text-align: left;
	}

#nav-wrap {
	text-align: left;
	margin-bottom: 30px;
	}

#nav {
	margin: 0 auto;
	padding-bottom: 1px;
	text-transform: uppercase;
	list-style: none;
	list-style-image: none;
	}

#nav li {
	display: inline;
	margin: 0;
	list-style-image: none;
	font-size: 12px;
	}

#nav li a,
#nav li a:visited {
	text-decoration: none;
	color: #777;
	padding: 5px 8px;
	line-height: 40px;
	}

#nav li a:hover {
	color: #222;
	background: #ccc;
	}

#nav li.current a {
	color: #fff;
	background: #333;
	}
