/*  Copyright 2010
    AldoDesign - aldo@aldodesign.com
    http://aldodesign.com
	
/* 

/* IE6 Whitespace Bug fix*/
	ul li {
	display: inline; 
}
#menuWrapper {
	border-bottom-width: 6px;
	border-bottom-style: solid;
	border-bottom-color: #97C26C;
	padding: 0px 30px 0px 0px;
	/*background-color: #C9C9C9;
	background-image: url(../images/backgHeader1.jpg);
	background-repeat: repeat-x;
	background-position: left top;*/
}

#responsiveMenuWrapper{
	border-bottom-width: 6px;
	border-bottom-style: solid;
	border-bottom-color: #97C26C;
	background-color: #C9C9C9;
	background-image: url(../images/backgHeader1.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	height: 100px;
}

#menuContent{
	margin-right: auto;
	margin-left: auto;
	max-width: 940px;
	width: 100%;
	min-width: 320px;

}

#logoImage {
	width: 100%;
	height: 80px;
	max-width: 255px;
}

/* @group << -----------// Main Menu //------ */

#menu {
	margin: 0px auto;
	width: 940px;
	padding: 0;
	display: block;
}

#menu li {
	list-style: none;
	display: inline;
}
#menu ul {
	padding: 0px;
	display: block;
	margin: 0px;
	width: 940px;
}

#menu li a {
	text-decoration: none;
	font-weight: bold;
	color: #C1C1C1;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	display: block;
	background-color: transparent;
	text-transform: lowercase;
	text-align: center;
	float: right;
	padding: 10px;
	border-top: 0px none;
	border-right: 1px solid #3C373B;
	border-bottom: 0px none;
	border-left: 2px solid #6C6669;
	background-image: url(../images/backgMenus.png);
	background-repeat: repeat;
	-webkit-border-top-right-radius: 6px;
	-moz-border-radius-topright: 6px;
	-webkit-border-top-left-radius: 6px;
	-moz-border-radius-topleft: 6px;
	position: relative;
}

#menu li a:hover {
	color: #A7CA82;
	background: #4B454A;
}

#menu li a.current {
	color: #FFF;
	background-color: #A7CA82;
}

/* @group << ---// Vertical Navigation //---- */

#navVertical {
	list-style-type: none;
	list-style-image: none;
	padding: 0px;
	margin: 0px 0px 10px;
	background-image: none;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #E1E0DD;
	border-left-color: #E1E0DD;
}
#navVertical ul {
	margin: 0;
	padding: 0 0 10;
}
#navVertical a:link, #navVertical a:visited {
	color: #404352;
	text-decoration: none;
	display: block;
	border-bottom: 1px solid #E1E0DD;
	font-size: 1.1em;
	line-height: 1.6em;
	margin: 0px;
	background-image: url(../images/arrow-art4.gif);
	font-weight: 400;
	background-repeat: no-repeat;
	background-position: 10px 8px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 20px;
	padding-top: 3px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #E1E0DD;
	background-color: #FFF;
}
/* fix for IE5 white space gap */

#navVertical a {
	display: inline-block;
}
/* fix for IE5 white space gap part 2 */

#navVertical a {
	display: block;
}
#navVertical a:hover {
	color: #4482AD;
	background-image: none;
	background-color: #FFF;
}
#navVertical li .seleted {
	background-color: #FFF;
	background-image: none;
	color: #0E9CA7;
	font-style: italic;
}

#navbarSupportedContent li a{
	text-decoration: none;
	font-weight: bold;
	color: #C1C1C1;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	padding: 10px;
	border-top: 0px none;
	border-right: 1px solid #3C373B;
	border-bottom: 0px none;
	border-left: 2px solid #6C6669;
	background-image: url(../images/backgMenus.png);
	background-repeat: repeat;
	-webkit-border-top-right-radius: 6px;
	-moz-border-radius-topright: 6px;
	-webkit-border-top-left-radius: 6px;
	-moz-border-radius-topleft: 6px;
	position: relative;
	z-index: 500;
}

@media screen and (min-width: 992px) {
  #navbarSupportedContent {
    padding-top: 42px;
  }
}

@media (max-width: 767px) {
    #navbarSupportedContent li a {
        background: rgb(73,66,73) !important; /*Add your own background*/
    }
}
/* @end */
