/* Some images Padding */
.dot {
        padding-left : 0px;
        padding-bottom : 0px;
        padding-top : 0px;
}

/*****************************************
 *	MENU STYLES
 *****************************************/

/* Left menu style */

.left_menu  {
        font-family : Arial, Helvetica, sans-serif;
        font-size : 11px;
        color : #666666;
        padding-bottom : 3px;
        padding-top : 3px;
        background-color : #EDEDED;
        padding-left : 10px;
}

/* Active menu's section style */
.left_menu_active {
        font-family : Arial, Helvetica, sans-serif;
        font-size : 11px;
        background-color : White;
        font-weight : bold;
        padding-left : 10px;
        padding-bottom : 3px;
        padding-top : 3px;
        color : #999999;
        text-decoration : none;
}

/* Link's style of active menu's section */
.left_menu_active a {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	background-color : White;
	font-weight : bold;
	color : #999999;
	text-decoration : none;
}

/* Menu's section style over that exists cursor */
.left_menu_over  {
        font-family : Arial, Helvetica, sans-serif;
        font-size : 11px;
        color : #999999;
        padding-bottom : 3px;
        padding-top : 3px;
        background-color : #E0EBF5;
        padding-left : 10px;
}

/* Active menu's style over that exists cursor */
.left_menu_over_active {
        font-family : Arial, Helvetica, sans-serif;
        font-size : 11px;
        color : #999999;
        padding-bottom : 3px;
        padding-top : 3px;
        background-color : #E0EBF5;
        padding-left : 10px;
        font-weight : bold;
}

/* Link's style of menu's section */
.left_menu  a {
        text-decoration : none;
        color: #666666;
}

/* Menu's section link's style over that exists cursor */
.left_menu_over a {
        text-decoration : none;
        color: #0C2577 ;
}

/* Active menu's section link's style over that exists cursor */
.left_menu_over_active a {
        text-decoration : none;
        color: #999999;
}

/* Link's style of bottom menu */
A.bottom_menu {
        text-decoration : none;

}
/*main menu style on enter page*/

#menu td { background-image: url(file:///F|/Web/web_r1/ColdWellBankers/web/images/makeover/menu_bg.gif); background-repeat: repeat-x; }

#menu .help { text-align: right; }

#menu .help a { color: #999; font-size: 11px; font-family: Helvetica, Arial, sans-serif, Geneva, SunSans-Regular; padding-right: 12px; }

#menu .help a:hover { color: #4184bd; }



