.a_menuh { border-color: #C0CFE2; border-style: solid; border-width: 1px; background-color: #D8D8D8; color: #330066; border-right-color: #FFFFFF; border-left-color: #FFFFFF; border-top-color: #FFFFFF; line-height: 110%; margin: 0 0 0 0; width: 100%; display: block; page-break-before: never; } .a_menu { border-color: #C0CFE2; border-style: solid; border-width: 1px; background-color: #EFEFEF; color: #330066; border-right-color: #FFFFFF; border-left-color: #FFFFFF; border-top-color: #FFFFFF; line-height: 110%; margin: 0 0 0 15; width: 100%; display: block; page-break-before: never; } .a_menu:hover { background-color: #DFDFFF; border-color: #507BAF; color: #330066; } .a_btn { border-color: #C0CFE2; border-style: solid; border-width: 1px; background-color: #EFEFEF; padding-left: 5px; padding-bottom: 0px; padding-right: 5px; color: #330066; border-right-color: #FFFFFF; border-left-color: #FFFFFF; border-top-color: #FFFFFF; line-height: 130%; margin: 5 0 5 0; } .a_btn:hover { background-color: #DFDFFF; border-color: #507BAF; color: #330066; } body { margin-left: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; background-position: center; font-family: Tahoma; font-size: 13px; scrollbar-base-color: #7F7F7F; } a:link { font-family: Tahoma; font-size: 13px; color: #0000FF; text-decoration: none; } a:visited { font-family: Tahoma; font-size: 13px; color: #0000FF; text-decoration: none; } a:hover { font-family: Tahoma; font-size: 13px; color: #3300FF; text-decoration: none; } a:active { font-family: Tahoma; font-size: 13px; color: #006600; text-decoration: none; } b,font,td,span,div,body.textarea,input,select { font-family: Tahoma; font-size: 13px; } .table_head { padding-left: 2px; text-align: center; font-weight: bold; border-style: solid; border-color: #44659B; border-width: 0px; border-bottom-width: 2px; border-left-width: 1px; background-color: #FFFABB; color: #000000; } .table_head2 { padding: 3px; padding-left: 2px; text-align: center; font-weight: bold; border-style: solid; border-color: #D1D1D1; border-width: 0px; border-bottom-width: 1px; border-left-width: 1px; background-color: #E0E3F3; color: #000000; } .table_border { border-style: solid; border-color: #C1C1C1; border-width: 1px; background-color: #F4F4F4; border-left-color: #7C7C7C; border-right-color: #7C7C7C; } .table_td { padding-left: 2px; border-width: 0px; border-style: solid; border-left-width: 1px; border-left-color: #D6D6D6; border-top-width: 1px; border-top-color: #D6D6D6; background-color: #F9F9F9; } /*tabs*/ /*Credits: By Santosh Setty (http://webdesigninfo.wordpress.com) */ /*Posted to: Dynamic Drive CSS Library (http://www.dynamicdrive.com/style/) */ .glossymenu{ position: relative; padding: 0 0 0 34px; margin: 0 auto 0 auto; background: url(/edoc2/images/tabs/menub_bg.gif) repeat-x; /*tab background image path*/ height: 46px; list-style: none; width: 750; } .glossymenu li{ float:left; } .glossymenu li a{ float: left; display: block; color:#000; text-decoration: none; font-family: sans-serif; font-size: 13px; font-weight: bold; padding:0 0 0 16px; /*Padding to accomodate left tab image. Do not change*/ height: 46px; line-height: 46px; text-align: center; cursor: pointer; } .glossymenu li a b{ float: left; display: block; padding: 0 24px 0 8px; /*Padding of menu items*/ } .glossymenu li.current a, .glossymenu li a:hover{ color: #fff; background: url(/edoc2/images/tabs/menub_hover_left.gif) no-repeat; /*left tab image path*/ background-position: left; } .glossymenu li.current a b, .glossymenu li a:hover b{ color: #fff; background: url(/edoc2/images/tabs/menub_hover_right.gif) no-repeat right top; /*right tab image path*/ }