#site-menu {
	width: 135px;
	font-size: 15px;
	color: #003300;
}

#site-menu td {
	background-image: url('../images/box/center.gif');
	font-size: 15px;
	color: #003300;
}

#site-menu .box1 {
    background-color: #ffffaa;
/* 	#EEEEDE; */
    font-size: 15px;
    padding: 4px 8px;
	margin-top: 5px;
    border-width: 1px;
    border-color: #448882;
    border-style: solid solid solid solid;
    position: relative;
	text-decoration: none;
	cursor: pointer;
}

#site-menu .menu_link {
	text-decoration: none;
	color: #003300;
	cursor: pointer;
}

#site-menu .box1-hover, .box1-open-hover {
    background-color: #ffffcc;
/* #f8f8f8; */
    font-size: 15px;
	color: #003300;
    padding: 4px 8px;
	margin-top: 5px;
    border-width: 1px;
    border-color: #448882;
    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: 15px;
	color: #003300;
    background-color: #ffffcc;
    padding: 4px 8px;
	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: #113344;
    color: #CCEEEB;
    font-weight: bold;
    font-size: 12px;
    font-family: tahoma;
    padding: 4px 8px;
    border-width: 1px;
    border-color: #99CCAE;
    border-style: solid solid none 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: 13px;
    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: #CCEEEB;
*/
    text-decoration: none;
    white-space: nowrap;
}
#site-menu .box2 {
}
#site-menu .box2-hover {
    background: #f8f8f8;
}
#site-menu .section .active,
#site-menu .section .active:hover {
    color: yellow;
}