﻿/*main navigation*/


ul#navlist
{
margin: 6px 0 0 0;
padding: 0;
white-space: nowrap;
font-weight: bold;
}

#navlist li
{
display: inline;
list-style-type: none;
}

#navlist a { padding: 0 4px 0 0; }

#navlist a:visited
{
color: #ffffff;
background-color: transparent;
text-decoration: none;
}

#navlist a:link
{
color: #ffffff;
background-color: transparent;
text-decoration: none;
}

#navlist a:hover
{
color: #fff;
background-color: #369;
text-decoration: none;
}

.active a {
	color: #0000ff !important;
	text-decoration:underline !important;
	
	}
	
.active a:hover {
	color: #ffffff !important;
	text-decoration:underline !important;
	
	}



/*support navigation*/


ul#suplist
{
margin: 8px 0 0 0;
padding: 0;
white-space: nowrap;
font-weight: bold;
}

#suplist li
{
display: inline;
list-style-type: none;
}

#suplist a { padding: 0 4px 0 0; }

#suplist a:visited
{
color: #888888;
background-color: transparent;
text-decoration: none;
}

#suplist a:link
{
color: #888888;
background-color: transparent;
text-decoration: none;
}

#suplist a:hover
{
color: #fff;
background-color: #369;
text-decoration: none;
}


.subnav {
	
	
	color: #888888;
	padding: 0px 0px 2px 0px;
	margin: 0;
	font-size: 0.86em;
}

.subnav ul {
	margin: 0;
	padding: 0 0 0 8px;
	vertical-align: bottom;
	
	}

.subnav li {
	
	list-style-type: none;
	}



#breadcrumb {
	text-align: right;
	float: right;
    font-size: 0.8em;
    vertical-align: bottom;
   	color: #333333;
	background-color: transparent;
	margin: 0;
	padding: 0px 0px 2px 0px;
	}

#breadcrumb ul {
	margin: 0;
	padding: 0;
	display: inline;
	border: none;
	} 

#breadcrumb ul li {
	margin-left: 0;
	padding-left: 2px;
	border: none;
	list-style: none;
	display: inline;
	}
	
#breadcrumb a {
		color: #aaaaaa;
		text-decoration:none;
	}

	

.rightnavi_float_right {
	float: right;
}

	

