﻿@charset "utf-8";
/* -- www.1affordabledental.com - Menu CSS - Last Updated - 07/01/09 - wg -- */

/* -- Top Navigation Menu -- */

#topNavigation {font: bold 85.1% Arial; width: 100%; /*leave this value as is in most cases*/; background: #004C7F url(../images/indentbg.gif) center center repeat-x; border-color: 1px #CCCCCC solid; border-width: 1px 0; height: 24px;}

#topNavigation ul {margin: 0; padding: 0; float: left; background: #004C7F url(../images/indentbg.gif) center center repeat-x;}
#topNavigation ul li {display: inline;}
#topNavigation ul li a {float: left; color: white; padding: 5px 11px; text-decoration: none; border-right: 1px solid #004C7F;}
#topNavigation ul li a:visited {color: white;}
#topNavigation ul li .current {color: white !important; /*text color of selected and active item*/; padding-top: 6px; /*shift text down 1px for selected and active item*/; padding-bottom: 4px; /*shift text down 1px for selected and active item*/ /*background: #004C7F url(../images/indentbg2.gif) center center repeat-x;*/; background: #3E89A8;}
#topNavigation ul li a:hover {color: white !important; /*text color of selected and active item*/; padding-top: 6px; /*shift text down 1px for selected and active item*/; padding-bottom: 4px; /*shift text down 1px for selected and active item*/ /*background: #004C7F url(../images/indentbg2.gif) center center repeat-x;*/; background: #3E89A8;}

/* Left Menu ----------------------------------------- */

.leftmenu {width: 150px; margin: 10px; border: 1px solid #CCCCCC; border-collapse: collapse;}
.leftmenu ul {list-style: none; margin: 0; padding: 0; font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-style: normal; font-weight: bold; text-decoration: none;}
.leftmenu ul li a {text-decoration: none; border-bottom: 1px solid #CCCCCC; border-collapse: collapse;}

.leftmenu .notopbrdr0xNone {border-style: none;}

.leftmenu ul li a:visited {color: #FFFFFF; display: block; background-color: #3E89A8; padding-top: 3px; padding-right: 0; padding-bottom: 3px; padding-left: 9px;}

.leftmenu ul li a:link {color: #FFFFFF; display: block; background-color: #3E89A8; padding-top: 3px; padding-right: 0; padding-bottom: 3px; padding-left: 9px;}

.leftmenu ul li a:hover {color: #004C7F; background: #E8E8E8; padding-top: 3px; padding-right: 0; padding-bottom: 3px; padding-left: 9px;}

.wingdings3 {font-family: "Wingdings 3"; font-weight: bold;}

/* Bottom Navigation Menu ---------------------------------------------------------- */

#bottomNavigation {font: bold 85.1% Arial; width: 100%; background: #004C7F url(../images/indentbg.gif) center center repeat-x; border: 1px #CCCCCC solid; border-width: 1px 0; height: 24px;}

#bottomNavigation ul {margin: 0; padding: 0; float: left; background: #004C7F url(../images/indentbg.gif) center center repeat-x;}

#bottomNavigation ul li {display: inline;}

#bottomNavigation ul li a {float: left; color: white; /*text color*/; padding: 5px 11px; text-decoration: none; border-right: 1px solid #004C7F; /*dark blue divider between menu items*/}

#bottomNavigation ul li a:visited {color: white;}

#bottomNavigation ul li .current {color: white !important; /*text color of selected and active item*/; padding-top: 6px; /*shift text down 1px for selected and active item*/; padding-bottom: 4px; /*shift text down 1px for selected and active item*/ /*background: #004C7F url(../images/indentbg2.gif) center center repeat-x;*/; background: #3E89A8;}

#bottomNavigation ul li a:hover {color: white !important; /*text color of selected and active item*/; padding-top: 6px; /*shift text down 1px for selected and active item*/; padding-bottom: 4px; /*shift text down 1px for selected and active item*/ /*background: #004C7F url(../images/indentbg2.gif) center center repeat-x;*/; background: #3E89A8;}

