@charset "utf-8";


#activelementparent a,#activelementparent a:visited{
display : block;
background-color : #ccc;
float : left;
display : inline;
text-decoration : none;
font-family: "Times New Roman", Times, Georgia, serif;
font-size: 13px;
color : #000000;
}
#activelementparent a:hover{
background-color : #557766;
color : #fff;
}
#activelementparent ul{
display : block;
position : absolute;
width : 100%;
top : 21px;
left : 0;
background-color : #ccc;
color : #fff;
}

#activelement a,#activelement a:visited,#activelement a:hover{
display : block;
background-color : #FFFFFF;
float : left;
display : inline;
text-decoration : none;
font-family: "Times New Roman", Times, Georgia, serif;
font-size: 13px;
color : #000000;
}
#activelement ul li a,#activelement ul li a:visited{
display : block;
background-color : #ccc;
float : left;
display : inline;
text-decoration : none;
font-family: "Times New Roman", Times, Georgia, serif;
font-size : 13px;
color : #000;
}
#activelement ul li a:hover{
display : block;
background-color : #557766;
float : left;
display : inline;
text-decoration : none;
font-family: "Times New Roman", Times, Georgia, serif;
font-size : 13px;
color : #FFF;
}


.menu {
background-color : #222;
position : absolute;
width : 100%;
top : 287px;
display : inline;
font-family: "Times New Roman", Times, Georgia, serif;
font-size : 13px;
color : white;
padding : 0 0 0 0;
font-family : arial, sans-serif;
white-space:nowrap;
}
.menu ul {
	padding : 0 0 0 0px;
	width : 100%;
	margin : 0;
	list-style-type : none;
}
.menu ul li {
float : left;
}
.menu ul li a, .menu ul li a:visited {
display : block;
float : left;
display : inline;
text-decoration : none;
padding : 2px 6px 4px 6px;
font-family: "Times New Roman", Times, Georgia, serif;
font-size : 13px;
color : #ccc;
white-space:nowrap;
}
.menu ul li a:hover {
background-color : #557766;
color : #ffffff;
}
.menu ul li ul {
display : none;
}
.menu ul li:hover a, .menu ul li:hover a:visited {
z-index:4;
display : block;
float : left;
display : inline;
text-decoration : none;
padding : 2px 6px 4px 6px;
font-family: "Times New Roman", Times, Georgia, serif;
font-size : 13px;
background-color : #ccc;
color : #000;
text-decoration : none;
white-space:nowrap;
}
.menu ul li:hover a:hover {
z-index:4;
background-color : #557766;
color : #fff;
white-space:nowrap;
}
.menu ul li:hover ul {
z-index:4;
display : block;
position : absolute;
width : 100%;
top : 21px;
left : 0;
background-color : #ccc;
color : #fff;
white-space:nowrap;

}
.menu ul li:hover ul li ul {
display : none;
}
.menu ul li:hover ul li a, .menu ul li:hover ul li a:visited {
display : block;
float : left;
display : inline;
text-decoration : none;
padding : 2px 6px 4px 6px;
font-family: "Times New Roman", Times, Georgia, serif;
font-size : 13px;
color : #000;
white-space:nowrap;
}
.menu ul li:hover ul li a.hide {
z-index:4;
background-color : #ccc;
color : #000;
}
.menu ul li:hover ul li a:hover {
background-color : #557766;
color : #fff;
}
.menu ul li:hover ul li:hover ul {
display : block;
position : absolute;
width : 100%;
top : 21px;
left : 0;
background-color : #ccc;
color : #fff;
width : 100%;
}
.menu ul li:hover ul li:hover ul li a {
background : #ccc;
color : #000;
}
.menu ul li:hover ul li:hover ul li a.hide {
background-color : #ccc;
color : #000;
}
.menu ul li:hover ul li:hover ul li a:hover {
background : #557766;
color : #fff;
}
