/*------------------------------------------------------------------------
# PAST SUMMER SERIES - Aug, 2007
# ------------------------------------------------------------------------
# Copyright (C) by Pachay.com
# @license - GPL
# Author: QuangHuy
# Websites:  http://www.pachay.com
-------------------------------------------------------------------------*/

* {
	margin: 0;
	padding: 0;
}

p{
	font-size: 14 px;
}



body {
	color: #484848;
	background: #FFFFFF;
	font-family: Tahoma, Arial, sans-serif;
	line-height: 150%;
	min-width: 760px;
}

body#bd {
	background: #EFEFEF;
}

body.contentpane {
	width: auto; /* Printable Page */
	margin: 1em 2em;
	background: #FFFFFF;
	color: #000000;
	font-size: 14pt;
	font-family: serif;
	line-height: 140%;
}

body.fs1{
	font-size: 12px;
}

body.fs2{
	font-size: 10px;
}

body.fs3{
	font-size: 11px;
}

body.fs4{
	font-size: 12px;
}

body.fs5{
	font-size: 13px;
}

body.fs6{
	font-size: 14px;
}

/* Normal link */
a {
	color: #4171BB;
	text-decoration: underline;
}

a:hover, a:active, a:focus {
	color: #0264B0;
	text-decoration: none;
}

/* Title text */
.contentheading, .componentheading, div.moduletable h3,
h1, h2, h3 {
}

/* Small text */
.small, .smalldark, .createdate, .modifydate, .mosimage_caption,
.back_button, .pagenavcounter, .pagenav, .pagenavbar, a.readon {
}

/* Heading */
h1 {
	font-size: 12px;
}

h2 {
	font-size: 12px;
}

h3 {
	font-size: 15px;
	font-weight: bold;
	line-height: normal;
	color: #3370B3;
}

h4 {
	font-size: 100%;
	text-transform: uppercase;
}

p {
	margin: 5px 0 15px;
}

ul {
	margin-top: 5px;
	margin-bottom: 15px;
	list-style: none;
}

ul li {
	padding-left: 32px;
/*	background: url(../images/bullet-list.gif) no-repeat 20px 5px;*/
	line-height: 160%;
}

ol {
	margin-top: 5px;
	margin-bottom: 15px;
}

ol li {
	margin-left: 35px;
}

th {
	padding: 4px;
	font-weight: bold;
	text-align: left;
}

fieldset {
	border: none;
}

fieldset a {
	font-weight: bold;
}

hr {
	border-top: 1px solid #cecece;
	border-right: 0;
	border-left: 0;
	border-bottom: 0;
	height: 1px;
}

a img {
	border: none;
}

td, div {
	font-size: 100%;
}

/* Code text */
pre, .code {
	padding: 10px 15px;
	margin: 5px 0 15px;
	border-left-color: #0264B0;
	background: url(../images/stripe2.gif);
	font: 1em/1.5 "Courier News", monospace;
}

blockquote {
	padding: 15px 40px 15px 60px;
	background: url(../images/quote.gif) 20px 10px no-repeat;
	font: italic 1em/1.5 Georgia, Times, serif;
}

.dropcap {
	float: left;
	padding: 4px 8px 0 0;
	display: block;
	color: #0264B0;
	font: 50px/40px Georgia, Times, serif;
}

/* Tips, Error, Message, Hightlight*/
.error {
	padding-left: 25px;
	color: #0264B0;
	background: url(../images/bullet-error.gif) no-repeat top left;
}

.message {
	padding-left: 25px;
	color: #0264B0;
	background: url(../images/bullet-info.gif) no-repeat top left;
}

.tips {
	padding-left: 25px;
	color: #0264B0;
	background: url(../images/bullet-tips.gif) no-repeat top left;
}

.highlight {
	border-bottom: 1px dotted #999999;
	padding: 0 5px;
	background: #FEFAE1;
	font-weight: bold;
}

p.stickynote {
	padding: 20px 80px 10px 20px;
	background: url(../images/sticky-bg.gif) no-repeat top right #FEFAE1;
}

p.pinnote {
	padding: 20px 60px 10px 20px;
	background: url(../images/pin-bg.gif) no-repeat top right #FEFAE1;
}

p.clipnote {
	padding: 20px 60px 10px 20px;
	background: url(../images/clip-bg.gif) no-repeat top right #FEFAE1;
}

.blocknumber {
	clear: both;
	padding: 5px 15px 10px;
	position: relative;
}

.bignumber {
	float: left;
	margin-right: 8px;
	margin-bottom: 5px;
	padding: 0 2px;
	display: block;
	color: #0264B0;
	font: 30px/normal Arial, sans-serif;
	font-weight: bold;
}

/* FORM
--------------------------------------------------------- */
form {
	margin: 0;
	padding: 0;
}

input, select {
	font: 11px/normal Tahoma, Arial, sans-serif;
	color: #484848;
}

select, .inputbox {
	padding: 2px;
}

textarea {
	padding-left: 2px;
}

.button, .button:hover {
	padding: 2px 10px!important;
	padding: 1px 5px;
	border-top: 1px solid #DDDDDD;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #DDDDDD;
	background: url(../images/but-bg.gif) repeat-x bottom #EFEFEF;
}

.button:active, .button:focus {
	border-top: 1px solid #999999;
	border-right: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
	border-left: 1px solid #999999;
}

.inputbox {
	border: 1px solid #CCCCCC;
	background: url(../images/stripe1.gif) #FFFFFF;
}

.inputbox:hover, .inputbox:focus {
	border: 1px solid #999999;
	background: #FFFFFF;
}

/* search input */
.search {
	padding-right: 18px;
padding-top: 5px;
	background: transparent url(../images/icon-search.gif) no-repeat center right;
}

.search input {
	width: 100px;
	padding-right: 5px;
	border: 1px solid #1B66AA;
	background: url(../images/stripe2.gif) #EFEFEF;
}

/* MODULE
--------------------------------------------------------- */
/* Left Module Style */
div.moduletable h3 {
	margin: 0 -12px 5px;
	padding: 6px;
	border-top: 1px solid #EFEFEF;
	background: url(../images/h3-bg.gif) no-repeat bottom left;
	font-size: 14px;
	text-indent: 25px;
	line-height: normal;
	color: #3673B2;
}

div.moduletable {
	padding: 0 12px 8px;
	margin: 0;
	clear: both;
}

/* Right Module Style */
div.module h3 {
	margin: 0 -3px 5px;
	padding: 2px;
	border-bottom: 3px solid #DDDDDD;
	font-size: 1em;
	color: #3370B3;
}

div.module {
	margin-bottom: 5px;
	padding: 0;
	float: left;
	clear: both;
	width: 100%;
	background: url(../images/box-br.gif) no-repeat bottom right;
}

div.module div {
	padding: 0;
	background: url(../images/box-bl.gif) no-repeat bottom left;
}

div.module div div {
	padding: 0;
	background: url(../images/box-tr.gif) no-repeat top right;
}

div.module div div div {
	padding: 10px 15px 15px;
	background: url(../images/box-tl.gif) no-repeat top left;
}

div.module div div div div {
	margin: 0;
	padding: 0;
	background: none;
}


/* JOOMLA STYLE
--------------------------------------------------------- */
table.blog {
}

.article_seperator {
	display: block;
	background: url(../images/seperator.gif) repeat-x center;
	height: 20px;
}

#mods-left .article_seperator, #mods-right .article_seperator {
	display: none;
}

table.contentpane {
	border: none;
	width: 100%;
}

table.contentpaneopen {
	border: none;
}

table.contenttoc {
	margin: 0 0 10px 10px;
	padding: 0;
	width: 35%;
}

table.contenttoc a {
	text-decoration: none;
}

table.contenttoc td {
	padding: 1px 5px 1px 25px;
/*	background: url(../images/bullet-list.gif) no-repeat 5% 50%;*/
}

table.contenttoc th {
	padding: 4px;
	background: url(../images/stripe2.gif);
	text-indent: 5px;
}

table.poll {
	padding: 0;
	width: 100%;
	border-collapse: collapse;
}

table.pollstableborder {
	padding: 0;
	width: 100%;
	border: none;
	text-align: left;
}

table.pollstableborder img {
	vertical-align: baseline;
}

table.pollstableborder td {
	padding: 2px!important;
}

table.searchintro {
	padding: 10px 0;
	width: 100%;
}

table.searchintro td {
	padding: 5px!important;
}

table.adminform {
	width: 400px!important; /*Control the Frontend Editor area width*/
}

.adminform .inputbox {
}

.blog_more {
	margin: 10px 0;
	padding: 10px;
	border: 1px solid #EFEFEF;
	background: url(../images/stripe2.gif) #F2F2F2;
}

.blog_more strong {
	margin: 0 0 5px;
	display: block;
	color: #484848;
	text-transform: uppercase;
}

.blog_more ul {
	margin: 0;
	padding: 0;
}

.blog_more ul li {
	margin: 0;
	padding: 0 0 0 12px;
/*	background: url(../images/bullet-list.gif) no-repeat 0 8px;*/
}

td.buttonheading {
	padding: 0 0 0 3px!important;
	text-align: center;
}

.category {
	font-weight: bold;
}

.clr {
	clear: both;
}

.componentheading {
	font-size: 15px;
	font-weight: bold;
	line-height: normal;
	color: #3370B3;
}

.contentdescription {
	padding-bottom: 30px;
}

table.blog .contentheading {
	font-size: 120%;
	font-weight: bold;
	line-height: normal;
}

.contentheading {
	font-size: 14px;
	font-weight: bold;
	line-height: normal;
	color: #3370B3;
}

a.contentpagetitle {
	text-decoration: none!important;
}

a.contentpagetitle:hover,
a.contentpagetitle:active,
a.contentpagetitle:focus {
	text-decoration: none!important;
}

a.readon {
	float: right;
	padding: 1px 5px 1px 22px;
	border-top: 1px solid #DDDDDD;
	border-right: 1px solid #EFEFEF;
	border-bottom: 1px solid #EFEFEF;
	border-left: 1px solid #DDDDDD;
	display: block;
	background: url(../images/bullet-title.gif) no-repeat 5% 50% #F2F2F2;
	color: #484848;
	text-transform: lowercase;
	text-decoration: none;
}

a.readon:hover, a.readon:active, a.readon:focus {
	color: #0264B0;
	background: url(../images/bullet-title2.gif) no-repeat 5% 50% #FFFFFF;
	text-decoration: none;
}

table.contentpaneopen td, table.contentpane td {
}

table.contentpaneopen, table.contentpane, table.blog {
	width: 100%;
}

.createdate {
	padding: 2px 0 10px 0;
	color: #999999;
	line-height: 10px;
}

.modifydate {
	color: #999999;
	height: 15px;
}

.moduletable {
	padding: 0;
}

.mosimage {
	padding: 0;
	margin: 8px 15px 0 0!important;
	margin: 8px 5px 0 0;
}

.mosimage img {
	padding: 0;
	margin: 0!important;
}

.mosimage_caption {
	margin-top: 5px;
	padding: 1px 2px;
	color: #999999;
}

.pagenav,
.pagenav_prev,
.pagenav_next,
.pagenavbar {
	padding: 0 2px;
}

a.pagenav,
.pagenav_prev a,
.pagenav_next a,
.pagenavbar a {
	text-decoration: none;
}

a.pagenav:hover, a.pagenav:active, a.pagenav:focus,
.pagenav_prev a:hover, .pagenav_prev a:active, .pagenav_prev a:focus,
.pagenav_next a:hover, .pagenav_next a:active, .pagenav_next a:focus,
.pagenavbar a:hover, .pagenavbar a:active, .pagenavbar a:focus {
	text-decoration: none;
}

.pagenavbar {
	padding-left: 14px;
	background: url(../images/pages.gif) no-repeat center left;
}

.pagenavcounter {
	padding: 8px 14px 0 14px;
	background: url(../images/pages.gif) no-repeat 0 11px;
}

.sectiontableheader {
	padding: 3px 5px;
	border: 1px solid #484848;
	background: #484848;
	color: #FFFFFF;
	font-weight: bold;
}

td.sectiontableentry1 {
	padding: 5px;
	background: url(../images/seperator.gif) repeat-x bottom;
}

td.sectiontableentry2 {
	padding: 5px;
	background: url(../images/seperator.gif) repeat-x bottom #F2F2F2;
}

td.sectiontableentry1:hover ,
td.sectiontableentry2:hover {
	background: url(../images/seperator.gif) repeat-x bottom #FEFAE1;
}

.small {
	color: #999999;
}

.smalldark {
	color: #999999;
	text-align: left;
}

div.syndicate div {
	text-align: center;
}

.pollstableborder tr.sectiontableentry1 td,
.pollstableborder tr.sectiontableentry2 td {
	background: none;
}



/* MAIN LAYOUT DIVS
--------------------------------------------------------- */
#main-wrapper {
	margin: 0 auto;
padding-top: 5px;
	padding: 0 auto;
	width: 950px;
	text-align: center;
}

.narrow #main-wrapper {
	width: 760px;
}


#main-wrapper-inner {
	margin: 0 auto;
	padding: 0 auto;
	width: 950px;
	text-align: left;
}

#main-containerwrap {
	margin: 0 auto;
	padding: 0 auto;
	padding-left: 8px;
	overflow: hidden;
	background: url(../images/left.png) repeat-y top left #FFFFFF;
}

#main-container-inner {
	margin: 0 auto;
	padding: 0 auto;
	padding-right: 8px;
	clear: both;
	overflow: hidden;
	background: url(../images/right.png) repeat-y top right #FFFFFF;
	position: relative;
}

#main-container {
	padding: 0;
}

#main-contentwrap {
	background: url(../images/leftcol-bg.gif) no-repeat top left;
}

#main-content-inner {
	padding: 0 20px 15px;
	margin: 0;
	clear: both;
	display: block;
	min-height: 300px;
}


/* HEADER
--------------------------------------------------------- */
#spec-headerwrap {
	margin: 0 auto;
	padding: 0 auto;
	width: 950px;
	background: #FFFFFF;
}

#spec-header {
	clear: both;
	background: url(../images/head-back.png) no-repeat top left;
	text-align: left;
	line-height: normal;
	height: 44px;
	position: relative;
}


#spec-header h1 {
	font-size: 2em;
	position: absolute;
	top: 30px;
	left: 30px;
}

#spec-header h1 a {
	color: #FFFFFF;
	text-decoration: none;
	text-transform: uppercase;
}

#spec-header h1 img {
	float: left;
}

/* MAIN NAVIGATION
--------------------------------------------------------- */
#spec-headwrap{
	margin: 0 auto;
	padding: 0 auto;
	padding-left: 8px;
	background: url(../images/left.png) repeat-y top left #FFFFFF;
}

#spec-head-inner {
	margin: 0 auto;
	padding: 0 auto;
	padding-right: 8px;
	clear: both;
	background: url(../images/right.png) repeat-y top right #FFFFFF;
	height: 200px;
}

#spec-headback {
	margin: 0 auto;
	padding: 0 auto;
	clear: both;
	background: url(../images/header.png) no-repeat top left #aaaaaa;
	height: 210px;
}

#spec-mainnavwrap {
	background: url(../images/nav-back.png) no-repeat top left #F4F4F4;
	border-right:  3px solid #999999; 
	
	font-size: 1em;
	font-weight: bold;
	line-height: normal;
	clear: both;
	float: left;
	height: 61px;
	position: relative;
	top: 139px;
}


/* LEFT COLUMN + RIGHT COLUMN
--------------------------------------------------------- */
#mods-left {
	float: left;
	width: 24.9%;
	overflow: hidden;
	background:url(../images/bg_ski.jpg) no-repeat top left;
}

#mods-right {
	float: right;
	width: 19.9%;
	overflow: hidden;
}

#mods-left-inner {
	padding: 0 0px 0 0;
}

#mods-right-inner {
}


#mods-left table,
#mods-right table {
	border-collapse: collapse;
	border-spacing: 0;
}

#mods-left ul li,
#mods-right ul li {
	padding-left: 10px;
	margin: 0;
/*	background: url(../images/bullet-list.gif) no-repeat 0 7px;*/
}

#mods-left ul,
#mods-right ul {
	margin: 0;
}

#mods-left li a,
#mods-right li a{
	color: #484848;
}

/* CONTENT COLUMN
--------------------------------------------------------- */
#main-mainbody, #main-mainbody-ro, #main-mainbody-lo, #main-mainbody-o {
}

#main-mainbody-inner {
}

#main-mainbody, #main-mainbody-ro {
	float: left;
	width: 80%;
}

#ja-mainbody-lo {
	float: left;
	width: 100%;
}

#main-mainbody-lo #main-contentwrap {
	float: right;
	width: 80%;
	background: none;
}

#main-mainbody-lo #mods-left {
	float: left;
	width: 20%;
}

#main-mainbody-o {
	float: left;
	width: 100%;
}

#main-mainbody-o #main-contentwrap {
	background: none;
}

#main-mainbody #main-contentwrap {
	float: right;
	width: 75%;
}

/* PATHWAY
---------------------------------------------------------*/
#main-pathway {
	margin: 0 -20px 10px;
	padding: 7px 6px;
	display: block;
	background: url(../images/pathway-bg.gif) repeat-y top left #F2F2F2;
	font-size: 1em;
	line-height: normal;
	text-indent: 15px;
}

#main-pathway img {
	margin: 0 5px 1px;
}

#main-pathway strong {
	margin-right: 5px;
}

#main-pathway a {
}

#main-pathway a:hover, #main-pathway a:active {
	text-decoration: none;
}


/* Header module */
#mod-header {
	border-bottom: 3px solid #4CA55E;
	background:  #484848;
	height: 249px;
	overflow: hidden;
	position:relative;
}

.headerimg {
	display:none;
	z-index: 1;
	border: 0;
	top:0; left:0;
	height: 149px;
	width: 100%;
	position:absolute;
}

/*BANNER-------------------------------*/
#mod-bannerwrap {
	text-align: center;
	padding-bottom: 10px;
	width:100%;
	overflow: hidden;
}

#mod-banner-inner {
}

/*SHOP MODULE*/

#spec-shopwrap {
	text-align: left;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

#spec-shop-inner {
}

/* FOOTER
--------------------------------------------------------- */
#mod-footerwrap {
	margin: 0 auto;
	padding: 0 auto;
	padding-left: 8px;
	padding-right: 8px;
	height: 50px;
	overflow: hidden;
	clear: both;
	color: #999999;
	background: url(../images/footer-back.png) no-repeat bottom left #FFFFFF;
}

#mod-footer-inner {
	clear: both;
border-top: 3px solid #cccccc;
	overflow: hidden;
	position: relative;
	text-align: center;
}

#mod-footer-inner a {
	color: #999999;
	text-decoration: none;
}

#mod-footer-inner a:hover,
#mod-footer-inner a:active,
#mod-footer-inner a:focus {
	color: #0A62EA;
}

/* Top hi mod */
#mod-tophwrap {
	background: none;
	position: absolute;
	top: 10px;
	right: 5px;
	height: 28px;
	float: right;
	display: inline;
}


#mod-tophwrap ul {
	margin: 0;
	padding: 0;
	float: left;
	background: none;
	height: 26px;
}

#mod-tophwrap li {
	margin: 0;
	padding: 0;
	display: inline;
	background: none;
}

#mod-tophwrap li a {
	padding: 0 10px;
	color: #1B66AA;
	text-decoration: none;
	line-height: 24px;
	font-weight: bold;
}

#mod-tophwrap li a:hover,
#mod-tophwrap li a:active,
#mod-tophwrap li a:focus {
	color: #95C5F1;




}



/* Top low mod */
#mod-toplwrap {
	position: absolute;
	top: 40px;
	right: 22px;
}

#mod-topl-inner {
}



/* Top bottom mod */
#mod-bottomwrap {
	margin: 0 auto;
	padding: 0 auto;
	margin-left: 20px;
	margin-right: 20px;
	background: none;
	border-top: 2px solid #AAAAAA;
	height: 28px;
	display: inline;
	text-align: center;
}


#mod-bottomwrap ul {
	margin: 0;
	padding: 0;
	background: none;
	height: 26px;
}

#mod-bottomwrap li {
	margin: 0;
	padding: 0;
	display: inline;
	background: none;
}

#mod-bottomwrap li a {
	padding: 0 10px;
	color: #1B66AA;
	text-decoration: none;
	line-height: 20px;
}

#mod-bottomwrap li a:hover,
#mod-bottomwrap li a:active,
#mod-bottomwrap li a:focus {
	color: #95C5F1;
}

/* mods center */
.modc3-left, .modc3-center, .modc3-right {
	width: 33.2%;
	margin: 0;
	padding: 0 0 5px;
	float: left;
	overflow: hidden;
}


.modc3-left div.moduletable, .modc2-left div.moduletable {
	padding-right: 20px;
}

.modc3-right div.moduletable, .modc2-right div.moduletable {
	padding-left: 20px;
}

.modc3-center div.moduletable {
	padding: 0 20px;
}

.modc2-left,  .modc2-right {
	width: 48.6%;
	float: left;
	padding: 0 0 5px;
	overflow: hidden;
}

.modc-full {
	width: 99%;
	float: left;
	overflow: hidden;
}

.modc3-left, .modc3-center, .modc2-left {
	background: url(../images/v-seperator.gif) repeat-y top right;
}

.modcb2-left,  .modcb2-right {
	width: 48.6%;
	float: left;
	padding: 0 0 5px;
	overflow: hidden;
}

.modcb-full {
	width: 99%;
	float: left;
	overflow: hidden;
}

/* mods_top */
#mods-modstopwrap {
	clear: both;
	padding-bottom: 10px;
	margin-bottom: 10px;
	background: url(../images/seperator.gif) repeat-x bottom;
}

#mods-modstop-inner {
	padding: 0;
}

#mods-modstop-inner h3 {
	border: 1px solid #EFEFEF;
	cursor: move;
}

#mods-modstop-inner div.moduletable {
}


/* Mods_Bottom */
#mods-modsbottomwrap {
}

#mods-modsbottom-inner {
	margin-bottom: 10px;
	padding-bottom: 5px;
	color: #999999;
}

#mods-modsbottom-inner a {
}


/* mods_top and mods_bottom */

#mods-modstop-inner ul,
#mods-modsbottom-inner ul {
	padding: 0;
	margin: 0!important;
}


#mods-modstop-inner li,
#mods-modsbottom-inner li {
	padding: 0 0 0 12px;
	margin: 0;
/*	background: url(../images/bullet-list.gif) no-repeat 0 5px;*/
}

#mods-modstop-inner li a,
#mods-modsbottom-inner li a {
	color: #484848;
	text-decoration: none;
}

#mods-modstop-inner li a:hover, #mods-modstop-inner li a:active, #mods-modstop-inner li a:focus,
#mods-modsbottom-inner li a:hover, #mods-modsbottom-inner li a:active, #mods-modsbottom-inner li a:focus {
	color: #3370B3;
	text-decoration: none;
}

#mods-modstop-inner td,
#mods-modsbottom-inner td {
	padding: 0;
}

#mods-modsbottom-inner .article_seperator,
#mods-modstop-inner .article_seperator {
	display: none;
}

#mods-modsbottom-inner table,
#mods-modstop-inner table {
	border-spacing: 0;
	border-collapse: collapse;
}


/* Default Joomla! Menu */
a.mainlevel {
	padding: 3px 3px 5px 3px;
	width: 98%;
	display: block;
border-bottom: 1px solid #cccccc;

	background: none;
	color: #6C99DB;
	text-decoration: none;
	font-weight: bold;
}

a.mainlevel:hover,
a.mainlevel:active,
a.mainlevel:focus {
display: block;
	color: #3370B3;
	background-color: #eee;
border-bottom: 1px solid #999999;
	text-decoration: none;
}

a.mainlevel#active_menu {
	color: #0A62EA;
	font-weight: bold;
	text-decoration: none;
}

a.sublevel {
	padding: 2px 4px 2px 15px;
	display: block;
	color: #484848;
border-bottom: 1px solid #cccccc;
/*	background: url(../images/bullet-list.gif) no-repeat 2% 50%;*/
	text-decoration: none;
}

a.sublevel:hover,
a.sublevel:active,
a.sublevel:focus {
	color: #9AB8E6;
	background: url(../images/bullet-list2.gif) no-repeat 2% 50%;
	text-decoration: none;
border-bottom: 1px solid #999999;
}


#mainlevel-nav {
	margin: 0; 
	padding: 0;
	float: right;
	width: 0 auto;
}

#mainlevel-nav ul {
	margin: 0;
	padding: 0;
	float: left;
	height: 26px;
	width: 100%;
}

#mainlevel-nav li {
	margin: 0;
	padding: 0;
	display: inline;
	background: none;
}

#mainlevel-nav a { 
	padding: 0 10px;
	color: #DDDDDD;
	text-decoration: none;
	line-height: 24px;
	background: none;
}

#mainlevel-nav a:hover { 
	color: #FFFFFF;
}


#active_menu {
	background: url(../images/bullet-list2.gif) no-repeat 2% 50%;
	color: #4CA55E;
}


/* Clearfix */
.clearfix:after {
	clear: both;
	display: block;
	content: ".";
	height: 0;
	visibility: hidden;
}

* html > body .clearfix {
	width: 100%;
	display: block;
}

* html .clearfix {
	height: 1%;
}