#site-menu {
	width: 155px;
	font-size: 11pt;
	font-weight: bold;
	color: #003300;
	background-color: #008060; /*rgb(127,0,0);*/
	padding: 0px;
}

#site-menu td {
	font-size: 11pt;
	color: #003300;
}

#site-menu .box1 {
    background-color: #ffcc99;
    font-size: 11pt;
    font-weight: bold;
    padding: 4px 4px;
	/*margin-top: 1px;*/
    border-width: 3px;
    border-color: #008060;
    border-style: solid solid solid solid;
    position: relative;
	text-decoration: none;
	cursor: pointer;
}

#site-menu .menu_link {
	text-decoration: none;
	color: black;
	cursor: pointer;
}


#site-menu .box1-hover, .box1-open-hover {
   background-color: #ffffc0;
    font-size: 11pt;
    color: black;
    padding: 4px 4px;
	/*margin-top: 5px; */
    border-width: 3px;
    border-color: green;
    border-style: solid solid solid solid;
    cursor: default;
    position: relative;
	cursor: pointer;
}

#site-menu .box1-hover a {
	text-decoration: none;
	color: #ff0000;
}


#site-menu .box1-open {
    font-size: 11pt;
	/*color: #003300;*/
    background-color: yellow;
    padding: 4px 6px;
	margin-top: 5px;
    border-width: 1px;
    border-color: #448882;
    border-style: solid solid solid solid;
    cursor: default;
    position: relative;
}

#site-menu .box1-open-hover {
    background-color: yellow;
    color: grey;
    /*color: rgb(127,0,0);*/
    font-weight: bold;
    font-size: 11pt;
    padding: 4px 6px;
    border-width: 3px;
    border-color: #448882;
    border-style: solid solid solid solid;
    cursor: default;
    position: relative;
}
*/

#site-menu .box1 img, #site-menu .box1-hover img, #site-menu .box1-open img, #site-menu .box1-open-hover img, #site-menu .lnk1 img, #site-menu .lnk1-hover img {
    position: absolute;
    top: 6px;
    right: 6px;
}
#site-menu .section {
    background-color: #ffffaa;
    font-size: 11pt;
    line-height: 15px;
    padding: 5px 5px 6px 5px;
    border-width: 1px;
    border-color: #448882;
    border-style: none solid solid solid;
    display: none;
}
#site-menu .section a {
	text-decoration: none;
	color: #003300;
    white-space: nowrap;
}
#site-menu .section a:hover {
/*
    /*color: #ddffdd;*/
*/
    text-decoration: none;
    white-space: nowrap;
}
#site-menu .box2 {
}
#site-menu .box2-hover {
    background: rgb(200,250,200);
}
#site-menu .section .active,
#site-menu .section .active:hover {
    color: green;
}
