/* language selection */


#language_box
{
	position: absolute;
	right: 200px;
	top: 40px;
}

#search {
	font-size: 10px;
	width: 164px;
}

.searchtext {
	margin-right:36px;
}

/*#search a:link, #search a:active, #search a:visited, #search a:hover {
	color:#666666;
	text-decoration: none;
}

#search a:hover {
	color:#666666;
	text-decoration: underline;
}*/

/* navigation */

.navbg {
	height: 34px;
	position: static;
	width: 742px;
	background-image: url(../img/nav/nav_top.jpg);
	margin-left:15px;
	background-repeat: no-repeat;
}

.navtext {
	position: relative;
	font-size: 9px;
	top: 11px;
	float: left;	
}

.navtext a:link, .navtext a:active, .navtext a:visited, .navtext a:hover {
	color:#ffffff;
	text-decoration: none;
	text-transform: uppercase;
}

.navtext a:hover {
	text-decoration: underline;	
}

.navtext-selected {
	position: relative;
	font-size: 9px;
	top: 11px;
	float: left;
	text-decoration:underline;	
}

.navtext-selected a:link, .navtext-selected a:active, .navtext-selected a:visited, .navtext-selected a:hover {
	color:#fff;
	position: relative;
	text-decoration:underline;
	text-transform: uppercase;
	
}

.navspace {
	position: relative;
    top: 11px;
	background-image: url(../img/nav/nav_spacer.gif);
	background-position: center;
	background-repeat: no-repeat; 
	width: 30px;
	height: 13px;
	float: left;	
}

/* font styling and margin for SUB-navigation*/

.subnavbg {
	height: 20px;
	position: static;
	width: 742px;
	background-image: url(../img/nav/subnav_bg.jpg);
	margin: 0 0 0 15px;
	background-repeat: no-repeat;
}

.subnavtext {
	position: relative;
	font-size: 9px;
	top: 2px;
	float: left;
}

.subnavtext a:link, .subnavtext a:active, .subnavtext a:visited, .subnavtext a:hover {
	color:#ffffff;
	text-decoration: none;
	text-transform: uppercase; 
}

.subnavtext a:hover {
	text-decoration: underline;	
}

.subnavtext-selected {
	position: relative;
	font-size: 9px;
	top: 2px;
	float: left;
	text-decoration:underline;	
}

.subnavtext-selected a:link, .subnavtext-selected a:active, .subnavtext-selected a:visited, .subnavtext-selected a:hover {
	color:#fff;
	position: relative;
	text-decoration:underline;
	text-transform: uppercase;
	
}

.subnavspace {
	position: relative;
    top: 4px;
	background-image: url(../img/nav/nav_spacer.gif);
	background-position: center;
	background-repeat: no-repeat;
	width: 14px;
	height:10px;
	float: left;	
}

.subnavspace-first {
	position: relative;
    top: 4px;
	background-image: url(../img/nav/nav_spacer.gif);
	background-position: center;
	background-repeat: no-repeat;
	width: 30px;
	height:10px;
	float: left;	
}

/* functional navigation */

#funcnav-box{
	position: absolute;
	top: 10px;
	right: 20px;
}

#funcnav {
	position: relative;
	font-size: 10px;
	float:left;
}

#funcnav a:link, #funcnav a:active, #funcnav a:visited, #funcnav a:hover {
	color:#666666;
	text-decoration: none;
	margin: 0 5px 0 5px;
}

#funcnav a:hover {
	color:#666666;
	text-decoration: underline;
}
.funcnav-space{
	color: #666666;
	margin: 0 5px 0 5px;
}
.funcnav-spacelast{
	color: #666666;
	margin: 0 0px 0 5px;
}

