.bar-menu {
    width: 200px;
	text-decoration : none;
}
.bar-menu a{
text-decoration : none !important;
color: #747474;
}
.bar-menu .box3 {
    background-color: #FFFFFF;
    color: #000000;
    font-weight: normal;
    font-size: 13px;
    font-family : "Lucida Sans Unicode", "Lucida Sans", Verdana, Arial, Helvetica;
    padding: 15px;
	padding-left : 17px;
    cursor: default;
    position: relative;
	text-decoration : none;
	border-bottom : 1px solid #e4e4e4;
	background-image : url(../images/2010buttonbg.gif);
}
.bar-menu .box1 {
    background-color: #FFFFFF;
    color: #747474;
    font-weight: normal;
    font-size: 13px;
    font-family : "Lucida Sans Unicode", "Lucida Sans", Verdana, Arial, Helvetica;
    padding: 15px;
    cursor: pointer;
	text-decoration : none;
	border-bottom : 1px solid #e4e4e4;
    position: relative;
}
.bar-menu .box1-hover {
    background-color: #FFFFFF;
    color: #000000;
    font-weight: normal;
    font-size: 13px;
    font-family : "Lucida Sans Unicode", "Lucida Sans", Verdana, Arial, Helvetica;
    padding: 15px;
	padding-left : 17px;
    cursor: pointer;
    position: relative;
	text-decoration : none;
	border-bottom : 1px solid #e4e4e4;
	background-image : url(../images/2010buttonbg.gif);
}
.bar-menu .box1-open {
    background-color: #FFFFFF;
    color: #000000;
    font-weight: normal;
    font-size: 13px;
    font-family : "Lucida Sans Unicode", "Lucida Sans", Verdana, Arial, Helvetica;
    padding: 15px;
	padding-left : 17px;
    cursor: pointer;
    position: relative;
	text-decoration : none;
	background-image : url(../images/2010buttonbg.gif);
}
.bar-menu .box1-open-hover {
    background-color: #FFFFFF;
    color: #000000;
    font-weight: normal;
    font-size: 13px;
    font-family : "Lucida Sans Unicode", "Lucida Sans", Verdana, Arial, Helvetica;
    padding: 15px;
	padding-left : 17px;
    cursor: pointer;
    position: relative;
	text-decoration : none;
	background-image : url(../images/2010buttonbg.gif);
}
.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;
	text-decoration : none;
}
.bar-menu .box1 a, .bar-menu .box1-hover a, .bar-menu .box1-open a, .bar-menu .box1-open-hover a {
	text-decoration : none;
}
.bar-menu .box1 a:hover, .bar-menu .box1-hover a:hover, .bar-menu .box1-open a:hover, .bar-menu .box1-open-hover a:hover {
	text-decoration : none;
}
.bar-menu .box2 a, .bar-menu .box2-hover a, .bar-menu .box2-open a, .bar-menu .box2-open-hover a {
	text-decoration : none;
}


.bar-menu .section {
    background-color: #ffffff;
    font-family : "Lucida Sans Unicode", "Lucida Sans", Verdana, Arial, Helvetica;
	font-size: 13px;
    padding: 2px 10px 10px 10px;
    display: none;
	border-bottom : 1px solid #D3D3D3;
	text-decoration : none;
}
.bar-menu .section a {
    color: #D3D3D3;
    text-decoration: none;
    white-space: nowrap;
}
.bar-menu .section a:hover {
    color: #000000;
    text-decoration: none;
    white-space: nowrap;
}
.bar-menu .box2 {
	color : #747474;
	padding: 5px;
	text-decoration : none;
}
.bar-menu .box2-hover {
	color : #000000;
	padding: 5px;
    background: #e4e4e4;
	text-decoration : none;
}
.bar-menu .box2-hover a:hover{
	text-decoration : none;
	background: #e4e4e4;
	color : #000000;
}

.bar-menu .section .active,
.bar-menu .section .active:hover {
    color: #000000;
	text-decoration : none;
}

.noborder{
border-top : 0px solid #000000;
}
