/* Root = Horizontal, Secondary = Vertical */
.menu table {
	margin: 0px 0px 0px 0px;
	height: 28px;
	line-height: 28px;
}

.menu td {
	margin: 0px 0px 0px 0px;
	text-align: left;
	height: 28px;
}
.menu a{
        padding: 0px 15px 0px 15px;
	margin: 0px 0px 0px 0px;
	color: #ffffff;
	height: 28px;
	font-weight: normal;
	text-decoration:none;
}
.menu a:hover{
        padding: 0px 15px 0px 15px;
	margin: 0px 0px 0px 0px;
	color: #f5f5f5;
	height: 28px;
	font-weight: normal;
	text-decoration:none;
}

.menu a.active{
	padding: 0px 15px 0px 15px;
	margin: 0px 0px 0px 0px;
	height: 28px;
	color: #fefefe;
	font-weight: bold;
	text-decoration:none;
}
#breadcrumb, #breadcrumb * {
font-size:10px;
line-height:20px;
color:#003366;
}
#breadcrumb a {
color:#003366;
}
/*-----------SUBNAVIGATION-----------*/
#subnavigation {
list-style: none;
font-size:11px;
margin: 0px 5px 10px 5px;
}
#subnavigation ul {
    display:block;
	padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
	list-style: none;
font-size:11px;
 	border-right: 0px solid #00ff00;
text-decoration: none;
}

#subnavigation ul li {
    display:block;
	height: auto !important;
list-style: none;
font-size:11px;
    height: 15px;
    padding: 7px 0px 0px 0px;
    margin: 0px;
text-decoration: none;

}

#subnavigation ul li a {
    display:block;
    padding: 2px 10px 2px 10px;
	color: #003366;
font-size:11px;
	height: auto !important;
	font-weight: normal;
	text-transform: none;
list-style: none;
background-color:#d8d7d5;
text-decoration: none;
}

