.top_menu {
    border: none;
    border: 0px;
    margin: 0px;
    padding: 0px;
    font-size: 14px;
    font-weight: bold;
    color: #000;
	min-width: 300px;
	float: right;
	
}

.top_menu ul {
    /*
     * background:url(/images/menu-bg.v6.gif) top left repeat-x;
     */
    /* background:url(/images/menu-bg.gif) top left repeat-x; */
	background-color: #E5E5E5;
    color: #000;
    height: 43px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.top_menu li {
    float: left;
    color: #000;
}

.top_menu li a {
    display: block;
    line-height: 43px;
    padding: 0px 25px;
    text-align: center;
    text-decoration: none;
    color: #000;
	color: red;
	background-color: #E5F4D6;
}

.top_menu li a:hover {
    color: #000000;
    text-decoration: none;
}

.top_menu li ul {
    background: #e0e0e0;
    border-left: 2px solid #0079b2;
    border-right: 2px solid #0079b2;
    border-bottom: 2px solid #0079b2;
    display: none;
    height: auto;
    filter: alpha(opacity = 95);
    opacity: 0.95;
    position: absolute;
    width: 225px;
    z-index: 200;
    /*top:1em;
     /*left:0;*/
}

.top_menu li:hover ul {
    display: block;
}

.top_menu li li {
    display: block;
    float: none;
    width: 225px;
}

.top_menu li ul a {
    display: block;
    font-size: 12px;
    font-style: normal;
    padding: 0px 10px 0px 15px;
    text-align: left;
}

.top_menu li ul a:hover {
    background: #949494;
    color: #000000;
    opacity: 1.0;
    filter: alpha(opacity = 100);
}

.top_menu p {
    clear: left;
}

.top_menu #current {
    background: url(/images/current-bg.v6.gif) top left repeat-x;
    
    color: #000;
}
