#menuWrapper {
	padding: 0px 0px 15px;
	display: block;
	margin: 0px auto;
	width: 980px;
	font-weight: normal;
}
/* @group << -----------// Main Menu //------ */

#menu {
	margin: 0px auto;
	padding: 0;
	display: block;
	font-weight: normal;


}
#menu ul {
	padding: 0px;
	display: block;
	margin: 0px;
}
#menu li {
	list-style: none;
	display: inline;



}
#menu li a {
	text-decoration: none;
	font-weight: 400;
	color: #5C503D;
	font-family: 'Oswald', sans-serif;
	font-size: 14px;
	display: block;
	text-transform: uppercase;
	text-align: center;
	float: right;
	position: relative;
	font-style: normal;
	padding-right: 10px;
	padding-left: 10px;
	line-height: 25px;
	padding-top: 2px;
	padding-bottom: 2px;
	font-variant: normal;
	background-color: #E0DDCE;
	border-top: 1px dotted #5B503E;
	border-right: 1px solid #FDFAF0;
	border-bottom: 1px dotted #5B503E;
	border-left: 1px solid #C4C2AF;
	background-image: url(../images/backgMenu.jpg);
	background-repeat: repeat;

	text-shadow: 1px 1px 0px #FFF;






}
#menu li a:hover {
	color: #ffffff;
	background-color: #264085;
	background-image: none;
	text-shadow: 1px 2px 0px #000;
}
#menu li a.current {
	color: #ECE8DF;
	background-color: #5C503D;
	background-image: none;
}
#menu li a.last {
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #C4C2AF;
}
/* @group << ---// Vertical Navigation //---- */






#navVertical {
	list-style-type: none;
	list-style-image: none;
	padding: 0px;
	margin: 0px 0px 10px;
	background-image: none;
	display: block;
}
#navVertical ul {
	margin: 0;
	padding: 0;
}
#navVertical a:link, #navVertical a:visited {
	color: #5E5340;
	text-decoration: none;
	display: block;
	border-bottom: 1px solid #E2E3DD;
	font-size: 1.2em;
	line-height: 1.3em;
	margin: 0px;
	font-weight: 400;
	border-top-style: none;
	border-right-style: solid;
	border-left-style: solid;
	padding: 6px 6px 6px 10px;
	border-right-width: 1px;
	border-left-width: 4px;
	border-right-color: #E2E3DD;
	border-left-color: #D0DBD7;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
}
/* 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: #10243A;
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #BAC5C0;
	background-color: #EDEBD6;
	background-image: url(../images/backgMenu.jpg);
	background-repeat: repeat;
	background-position: left top;
}
#navVertical li .seleted {
    color: #10243A;
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #BAC5C0;
	background-color: #EDEBD6;
	background-image: url(../images/backgMenu.jpg);
	background-repeat: repeat;
	background-position: left top;
}
#navVertical li .first {
	background-image: url(../images/backg-firstMenu.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}

/* @group << ---// Vertical Sublinks Navigation //---- */

#nav-Subs {
	list-style-type: none;
	list-style-image: none;
	padding: 0px;
	margin: 0px;
	background-image: none;
	display: block;
}
#nav-Subs  ul {
	margin: 0;
	padding: 0;
}
#nav-Subs  a:link, #nav-Subs  a:visited {
	color: #333333;
	text-decoration: none;
	display: block;
	border-bottom: 1px solid #C7C7C2;
	font-size: 1em;
	line-height: 1.3em;
	margin: 0px 0px 0px 10px;
	font-weight: 400;
	border-top-style: solid;
	border-right-style: solid;
	padding: 6px 6px 6px 20px;
	border-right-width: 1px;
	border-right-color: #D4D4CE;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #D4D4CE;
	background-image: url(../images/icons/arrow-rust.gif);
	background-repeat: no-repeat;
	background-position: 8px 8px;
	background-color: #F2F3ED;
	border-top-width: 1px;
	border-top-color: #FFF;
}
/* fix for IE6 white space gap */

#nav-Subs a {
	display: inline-block;
}
/* fix for IE6 white space gap part 2 */

#nav-Subs a {
	display: block;
}
#nav-Subs a:hover {
	color: #000000;
	background-color: #D3DEDA;
	background-image: url(../images/icons/arrow-white.gif);
	background-repeat: no-repeat;
}
#nav-Subs li .seleted {
	background-color: #FFF;
	background-image: none;
	color: #0E9CA7;
	font-style: italic;
}

#topNav {
	padding: 10px 6px 0px 0px;
	height: 32px;
	font-size: 12px;
	line-height: 2.6em;
	font-weight: normal;
	text-align: right;
	font-family: Verdana, Geneva, sans-serif;
	margin: 0px;
	width: 600px;
	float: right;
}

#topNav a {
	color: #426964;
	text-decoration: none;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	font-family: Verdana, Geneva, sans-serif;
}

#topNav a:hover {
	color: #C60;
	text-decoration: none;
	font-family: Verdana, Geneva, sans-serif;
}

#topNav #form {
	padding: 0px;
	margin: 0px;
	float: right;
	width: 230px;
}

#topNav .inputbox {
	background-color: #EDEEE8;
	padding: 4px 2px 4px 15px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5C503D;
	width: 140px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	cursor: pointer;
	border: 1px solid #C6C7C1;
}
#topNav .input-submit {
	background-color: #69625B;
	color: #D0DBD7;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	cursor: pointer;
	padding: 4px 10px;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
}
#topNav .input-submit:hover {
	background-color: #C60;
	color: #E3E3DB;
	
}
