.bar-menu {
    width: 175px;
}
.bar-menu .box1 {
	/*background-color: #FFCC33;*/
	color: #900;
	font-weight: bold;
	font-size: 12px;
	font-family: tahoma;
	text-align:right;
	padding-top:4px;
	padding-bottom:4px;
	/*padding: 4px 8px;
	
    border-width: 1px;
    border-color: #448882;
    border-style: solid solid solid solid;
	*/
	line-height:150%;
    cursor: default;
	position: relative;
}
.bar-menu .box1-hover {
    background-color: #BA0000;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 12px;
    font-family: tahoma;
	text-align:right;
	padding-top:4px;
	padding-bottom:4px;
	line-height:150%;

	/*
    padding: 4px 8px;
    border-width: 1px;
    border-color: #99CCAE;
    border-style: solid solid solid solid;
	*/
    cursor: default;
    position: relative;
}

.boxlink {
	    color: #FFFFFF;
    font-weight: bold;
    font-size: 12px;
    font-family: tahoma;
	text-align:right;
	padding-top:4px;
	padding-bottom:4px;

	/*
    padding: 4px 8px;
    border-width: 1px;
    border-color: #99CCAE;
    border-style: solid solid solid solid;
	*/
    cursor: default;
    position: relative;
}

.boxlink-hover {
    background-color: #BA0000;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 12px;
    font-family: tahoma;
	text-align:right;
	padding-top:4px;
	padding-bottom:4px;

	/*
    padding: 4px 8px;
    border-width: 1px;
    border-color: #99CCAE;
    border-style: solid solid solid solid;
	*/
    cursor: default;
    position: relative;
}

.bar-menu .box1-open {
    background-color: #FFCC33;
    color: #BA0000;
    font-weight: bold;
    font-size: 12px;
    font-family: tahoma;
   	padding-top:4px;
	padding-bottom:4px;
		text-align:right;
	/*
	 padding: 4px 8px;
    border-width: 1px;
    border-color: #448882;
    border-style: solid solid none solid;
	*/
    cursor: default;
    position: relative;
}
.bar-menu .box1-open-hover {
    background-color: #BA0000;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 12px;
    font-family: tahoma;
	padding-top:4px;
	padding-bottom:4px;
	text-align:right;
	/*
	    padding: 4px 8px;
    border-width: 1px;
    border-color: #99CCAE;
    border-style: solid solid none solid;
	*/
    cursor: default;
    position: relative;
}
.bar-menu .box1 img, .bar-menu .box1-hover img, .bar-menu .box1-open img, .bar-menu .box1-open-hover img {
    position: absolute;
    top: 6px;
    right: 6px;
}
.bar-menu .section {
    background-color: #FFCC33;
    font-family: arial;
    font-size: 12px;
    line-height: 15px;
    padding: 5px 5px 6px 5px;
	text-align:right;
	/*
    border-width: 1px;
    border-color: #448882;
    border-style: none solid solid solid;
	*/
    display: none;
}
.bar-menu .section a {
    color: #000000;
    text-decoration: none;
    white-space: nowrap;
}
.bar-menu .section a:hover {
    color: #BA0000;
    text-decoration: none;
    white-space: nowrap;
}
.bar-menu .box2 {
}
.bar-menu .box2-hover {
    background: #FFCC33;
}
.bar-menu .section .active,
.bar-menu .section .active:hover {
    color: yellow;
}