/* FOME v2.0 - Nav CSS */

/* RightHeaderNav*/

#RHRight ul { 
	margin:0;
	padding:0;
}

#RHRight ul li {
	display:inline;
	float:right;
	padding-left:15px;
	padding-right:10px;
	background-image: url(../gfx/RedArrow.gif);
	background-repeat: no-repeat;
	background-position: left 12px;
}

#RHRight ul li a{
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #114A76;
	text-decoration: none;
}
#RHRight ul li a:hover{
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #4079A5;
	text-decoration: none;
}

/** TopNav **/
.TNButton {
	width:116px;
	height:38px;
	background-image: url(../gfx/TopNavBackground.gif);
	display:block;
	float:left;
	line-height: 38px;
	font-family: Tahoma;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	text-align: center;

}
.TNButton:hover {
	background-color: #B2212C;
	background-position: left -38px;
	text-decoration: none;

}
.TNButton div.LER {
	width:1px;
	height:38px;
	background-image: url(../gfx/TopNavLERBackground.gif);
	float:left;
}
.TNButton:hover div.LER {
	background-position: left -38px;
}
.TNButton div.LE {
	width:1px;
	height:38px;
	background-image: url(../gfx/TopNavLEBackground.gif);
	float:left;
}
.TNButton:hover div.LE {
	background-position: left -38px;
}
.TNButton div.RE {
	width:1px;
	height:38px;
	background-image: url(../gfx/TopNavREBackground.gif);
	float:right;
}
.TNButton:hover div.RE {
	background-position: left -38px;

}
/** LeftNav **/

.LNButton {
	width:218px;
	height:27px;
	background-image: url(../gfx/LeftNavBackground.gif);
	display:block;
	line-height: 27px;
	font-family: Tahoma;
	font-size: 11px;
	color: #114A76;
	text-decoration: none;
	font-weight: bold; 
	margin-bottom:1px;

}

.LNButton:hover {
	color: #4079A5;
	text-decoration: none;

}

.LNButton div.LE {
	width:34px;
	height:27px;
	background-image: url(../gfx/LeftNavLEBackground.gif);
	float:left;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	margin-right:5px;
}

.LNButton:hover div.LE {
	background-image: url(../gfx/LeftNavLEBackground.gif);
	background-position: left -28px;
}

.LNButton div.RE {
	width:1px;
	height:27px;
	background-image: url(../gfx/LeftNavREBackground.gif);
	float:right;
}

.LNButton_kiemelt {
	width:218px;
	height:27px;
	background-image: url(../gfx/LeftNavBackground_k.gif);
	display:block;
	line-height: 27px;
	font-family: Tahoma;
	font-size: 11px;
	color: #B00000;
	text-decoration: none;
	font-weight: bold; 
	margin-bottom:1px;

}

.LNButton_kiemelt:hover {
	color: #BC2626;
	text-decoration: none;

}

.LNButton_kiemelt div.LE {
	width:34px;
	height:27px;
	background-image: url(../gfx/LeftNavLEBackground_k.gif);
	float:left;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	margin-right:5px;
}

.LNButton_kiemelt:hover div.LE {
	background-image: url(../gfx/LeftNavLEBackground_k.gif);
	background-position: left -28px;
}

.LNButton_kiemelt div.RE {
	width:1px;
	height:27px;
	background-image: url(../gfx/LeftNavREBackground_k.gif);
	float:right;
}

#MainContent  #TabNav {
	text-align: left; /* set to left, right or center */
	border-bottom: 1px solid #D8E0E6; /* set border COLOR as desired */
	margin:0px;
	margin-top:1px;
	list-style-type:none;
	padding:6px;
	padding-left:0px;
	margin-right:1px;
	}

#MainContent #TabNav li {
	margin-right:5px;
	display: inline;
}

#MainContent #TabNav li a{
	display: inline-block;
}



#MainContent .CurrentTab{ /* settings for selected tab */
	background-color:#F9FAFB;
	background-image:none;
	border-bottom: 1px solid #F9FAFB;
	border-right:1px solid #D8E0E6;
	border-left:1px solid #D8E0E6;
	border-top:1px solid #D8E0E6;
	margin:0px;
	padding:6px;

}

#MainContent .CurrentTab a{ /* settings for selected tab */
	font-weight: bold;
	color: #114A76;
	text-decoration: none;
}

#MainContent .CurrentTab a:hover{ /* settings for selected tab */
	font-weight: bold;
	color: #4079A5;
	text-decoration: none;
}

#MainContent .Tab{ /* settings for selected tab */
	background-color:#FDFDFD;
	background-image:none;
	border-right:1px solid #E4EAEE;
	border-left:1px solid #E4EAEE;
	border-top:1px solid #E4EAEE;
	margin:0px;
	padding:6px;
}

#MainContent .Tab a{ /* settings for selected tab */
	font-weight: bold;
	color: #617685;
	text-decoration: none;
}

#MainContent .Tab a:hover{ /* settings for selected tab */
	font-weight: bold;
	color: #8194A3;
	text-decoration: none;
}
