/* ------------------- begin reset.css ------------------- */
/*
html, body, div, span,
applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dd, dl, dt, li, ol, ul,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	line-height: 1;
	font-family: inherit;
	text-align: left;
	vertical-align: baseline;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
ol, ul {
	list-style: none;
}
q:before, q:after,
blockquote:before, blockquote:after {
	content: "";
}
*/
a img, :link img, :visited img {
	border: 0;
}
/* ------------------- end reset.css ------------------- */

/* ------------------- begin main.css ------------------- */

body {
	margin: 0;
	padding: 0;
	font-family: Tahoma, Arial, Helvetica, sans-serif; 
	font-size: 11px;
	background-color: #ffffff;
	text-align: center;
	background-image: url(../img/background.png);
	background-repeat: repeat-x;
	behavior: url(img/csshover.htc);
}
a, a:link {
	color:#2a2a2a;
	text-decoration: none;
}
a:visited {
	color:#2a2a2a;
}
a:hover {
	text-decoration: underline;
}

h3 {
	font-weight: bold;
	margin: 0;
}
cite {
	font-weight: bold;
	color: #DC251D;
}
strong {
	font-weight: bold;
}
ul {
	margin: 2px 0 5px 0;
	padding: 0 0 0 20px;
}
p {
	margin: 0 0 15px 0;
	line-height: 16px;
}
/* ------------------- end main.css ------------------- */


.top_inmenu {
	background-image: url(../img/top_inmenu.png);
	width: 795px;
	height: 23px;
	background-repeat: no-repeat;
	text-align: left;
}


.cssnav {
	PADDING-RIGHT: 0px; 
	PADDING-LEFT: 0px; 
	PADDING-BOTTOM: 0px; 
	MARGIN: 0px; 
	PADDING-TOP: 0px; 
	BACKGROUND-REPEAT: no-repeat; 
	WHITE-SPACE: nowrap; 
	POSITION: relative; 
	
	display: inline;
	float: left;
}
.cssnav a {
	DISPLAY: block; 
	FONT-SIZE: 11px; 
	FLOAT: left; 
	COLOR: black; 
	TEXT-DECORATION: none;
	FONT-FAMILY: Tahoma, Arial, Helvetica, sans-serif; 
}
.cssnav a:hover {
	TEXT-DECORATION: none;
}
.cssnav IMG {
	BORDER-RIGHT: 0px; 
	BORDER-TOP: 0px; 
	BORDER-LEFT: 0px; 
	BORDER-BOTTOM: 0px; 
}
HTML A:hover {
	VISIBILITY: visible;
}
.cssnav A:hover IMG {
	VISIBILITY: hidden;
}
.cssnav span {
	PADDING: 5px 0 0 0; 
	MARGIN: 0px; 
	CURSOR: pointer; 
	POSITION: absolute; 
	TEXT-ALIGN: center;
	left: 0px;
}

.right_corporate {
	float: right;
	width: 200px;
	padding: 5px 10px 0 0;
	text-align: right;
}



#menu {
	FONT-FAMILY: Tahoma, Arial, Helvetica, sans-serif; 
	FONT-SIZE: 11px; 

	PADDING-RIGHT: 0px; 
	PADDING-LEFT: 0px; 
	PADDING-BOTTOM: 0px; 
	MARGIN: 0px; 
	PADDING-TOP: 0px; 
	BACKGROUND-REPEAT: no-repeat; 
	POSITION: relative; 
	
	height: 24px;
	display: inline;
	float: left;
}

#nav a {
	FONT-FAMILY: Tahoma, Arial, Helvetica, sans-serif; 
	FONT-SIZE: 11px; 

	color: #000000;
	text-decoration:none;
}
#nav a:hover {
	color: #000000;
	text-decoration:none;
}
ul#nav {
	margin: 0;
	padding: 0;
}
#nav li {
	list-style-type: none;

	height: 23px;
	line-height: 23px;
	float: left;

	position: relative;
	padding: 0;
	text-align:center;
}
#nav li ul {
	BORDER-BOTTOM: #c87400 1px solid;
	BORDER-RIGHT: #c87400 1px solid; 
	BORDER-LEFT: #c87400 1px solid; 

	FILTER: progid:DXImageTransform.Microsoft.Shadow(color='#d88400', Direction=135, Strength=3); 

	padding: 0;
	margin: 0;

	list-style-type: none;
	display: none;
	position: absolute;
	top: 23px;
	left: 0;
	background-color: #ffffff;

	width: 150px;
}
li>ul {
	top: auto;
	left: auto;
}
#nav li.over {

}
#nav li:hover ul, #nav li.over ul { 
	display: block; 
}
#nav li li {
	border-top: 1px dotted #f8b400;

	height: auto;
	LINE-HEIGHT: normal; 
	text-align:left;
	width: 150px;
	display: block;
	float: left;
	padding: 0;
	margin: 0;
}
#nav li li a {
	text-decoration:none;
	display: block;
	line-height: 22px;

	font-weight: normal;
	padding: 0 0 0 10px;
	margin: 0;
}
#nav li li a:hover {
	background-color: #c87400;
	color:#FFFFFF;
	text-decoration: none;
}




ul#men { 
/*
	margin: 10px; 
*/
	margin:0;
	padding:0;
	position: absolute; 
	z-index: 1; 
	width: 150px; 
	list-style-type: none; 
	text-align:left;
}
ul#men li { 
	list-style-type: none;
/*
	height: 20px;
*/
	line-height: 20px;
	padding: 1px 0 0 0;
	text-align:left;

	display: block; 
	width: 150px; 
	
/*
	position: relative;
	float: left;

	width: 130px; 
	display: block; 
	border: 1px solid #000000; 
	background: #33cc33; 
	padding: 3px 0; 
	margin: 5px 0; 
	list-style-type: none; 
*/
}
ul#men li.submenu { 
	position: relative; 
}
ul#men li.submenu ul { 
	BORDER: #c87400 1px solid;

	position: absolute; 
	top: 3px; 
	left: 150px; 
	z-index: 2; 
	display: none; 

	padding: 0;
	margin: 0;

	list-style-type: none;
	background: #ffffff;
	width: 150px;
}
ul#men li.submenu:hover ul { 
	display: block; 
}
ul#men li.submenu ul li { 
	width: 100%; 
	background-color: #fFFFff; 
	z-index: 3; 
}
ul#men li.submenu ul li.submenu ul { 
	position: absolute; 
	display: none; 
}
ul#men li.submenu ul li.submenu:hover ul { display: block; }
ul#men li.submenu ul li.submenu ul li { 
	width: 100%; 
	background-color: #fFFFff; 
}
#fitness-break {
	font: bold 16px Verdana, Arial, Helvetica, sans-serif;
	color: #000099;
	background: #E48800;
	text-align: center;
	height: 20px;
	width: 100%;
	display: block;
	vertical-align: middle;
	padding-top: 5px;
	border-top: thin solid #FFCC99;
	border-bottom: thin solid #CC6633;
	margin-top: 3px;
	padding-bottom: 5px;
}
.blue-text {
	font: 13px/18px Arial, Helvetica, sans-serif;
	color: #0069a8;
	text-align: left;
}
a.fitness:link {
	color: #000099;
	
}
a.fitness:visited {
	color: #000099;
	
}
a.fitness:hover {
	color: #FFFFFF;
	
}
a.fitness:active {
	color: #000099;
	
}
