/* Page Bottom Navigation */
.innerlink { margin: 10px 0; border-top: solid 1px #ccc; background: #eee; border-bottom: solid 1px #ccc; }
.innerlink p { margin: 5px 20px; text-align: right; }
.innerlink a:link { color: #33c!important; text-decoration: none; }
.innerlink a:visited { color: #99c!important; text-decoration: none; }
.innerlink a:hover { color: #66c!important; text-decoration: underline; }

/* Esthe Page Navigation */
.esthe-navigation { margin-top: 24px; }
.esthe-navigation * { margin: 0; padding: 0; }
.esthe-navigation ul { width: 700px; height: 30px; background: url(../images/nav_esthe.png) no-repeat top left; list-style: none; }
.esthe-navigation ul li { width: 175px; float:left; text-indent: -9999px; }
.esthe-navigation ul li a { display: block; width: 175px; height: 30px; background: url(../images/nav_esthe.png) no-repeat; }
.esthe-navigation ul li.esthe1a a { background-position: 0 -30px; }
.esthe-navigation ul li.esthe1j a { background-position: -175px -30px; }
.esthe-navigation ul li.esthe2a a { background-position: -350px -30px; }
.esthe-navigation ul li.esthe2j a { background-position: -525px -30px; }
.esthe-navigation ul li.esthe1a a:hover { background-position: 0 0; }
.esthe-navigation ul li.esthe1j a:hover { background-position: -175px 0; }
.esthe-navigation ul li.esthe2a a:hover { background-position: -350px 0; }
.esthe-navigation ul li.esthe2j a:hover { background-position: -525px 0; }
.esthe-navigation h3 { width: 700px; padding: 6px 12px; text-align: left; color: #fff; }
html>/**/body .esthe-navigation h3 { width: 676px; }
.esthe-navigation h3 span { font-size: 76%; }
.esthe-navigation h3.esthe1 { background: #066; }
.esthe-navigation h3.esthe2 { background: #f90; }

/* Top Page Left Navigation */
div#leftmenu * { margin: 0; padding: 0; }
div#leftmenu h3 { padding: 2px 6px; background: #998; border: solid 2px; border-color: #aa9 #665 #665 #aa9; font-size: 13px; color: #eed; }
div#leftmenu dl { text-align: left; font-size: 12px; color: #fff; }
div#leftmenu dl dt.lm1 { display: block; padding: 2px 6px; background: #7a8; border: solid 2px; border-color: #8b9 #475 #475 #8b9; }
div#leftmenu dl dt.lm2 { display: block; padding: 2px 6px; background: #c84; border: solid 2px; border-color: #d95 #951 #951 #d95; }
div#leftmenu dl a { display: block; padding: 2px 6px; border: solid 2px; text-decoration: none; color: #fff; }
div#leftmenu dl dd.lm1a a, div#leftmenu dl dd.lm1j a { background: #9ca; border-color: #adb #697 #697 #adb; }
div#leftmenu dl dd.lm2a a, div#leftmenu dl dd.lm2j a { background: #ea6; border-color: #fb7 #b73 #b73 #fb7; }
div#leftmenu dl dt.lm3 a, div#leftmenu dl dt.lm4 a, div#leftmenu dl dt.lm5 a { background: #c89; border-color: #d9a #956 #956 #d9a; }
div#leftmenu dl dt.lm6 a { background: #89c; border: solid 2px; border-color: #9ad #569 #569 #9ad; }
div#leftmenu dl dt.lm7 a { background: #aa7; border: solid 2px; border-color: #bb8 #774 #774 #bb8; }
div#leftmenu dl dt.lm77 a { width: 165px; height: 60px; padding: 0; border: none; background: url(../images/top_leftmenu_areaserch.png) no-repeat left top; text-indent: -9999px; }
div#leftmenu dl a:hover { border-left-width: 6px; font-weight: bold; }
div#leftmenu dl dt.lm77 a:hover { background-position: 0 -60px; }

/* Top Page Area Navigation */
div#area-shortcut { width: 585px; margin: 12px 0 24px; border: solid 1px #ccc; text-align: left; }
div#area-shortcut * { margin: 0; padding: 0; }
div#area-shortcut a:link { color: #33c; }
div#area-shortcut a:visited { color: #99c; }
div#area-shortcut a:hover { color: #66c; }
div#area-shortcut h3 { padding: 3px; background: #eee; border-bottom: solid 1px #ccc; text-align: center; font-size: 100%; font-weight: normal; }
div#area-shortcut ul { list-style: none; }
div#area-shortcut ul li { float: left; margin: 0 6px; line-height: 1.7; }
div#area-shortcut ul:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
div#area-shortcut ul { display: inline-block; }
/* Hides from IE-mac \*/
* html div#area-shortcut ul { height: 1%; }
div#area-shortcut ul { display: block; }
/* End hide from IE-mac */
