﻿@charset "utf-8";
/* -------------------------------------------------
	CYDental.org - Menu CSS file
	Last Updated - 08/19/08 - 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: 1px solid #3D803D; /*dark green border*/border-width: 1px 0; height: 23px;}

#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; /*text color*/; padding: 5px 11px; text-decoration: none; border-right: 1px solid #004C7F; /*dark blue divider between menu items*/}

#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-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: #6AB66F; border-right-color: #6AB66F; border-bottom-color: #6AB66F; border-left-color: #6AB66F;}

.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 li a {text-decoration: none; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-top-style: none; border-right-style: none; border-bottom-style: solid; border-left-style: none; border-bottom-color: #F68F35;}

.leftmenu .notopbrdr0xNone {border-top-style: none; border-right-style: none; border-bottom-style: none; border-left-style: none;}

.leftmenu li a:visited {color: #FFFFFF; display: block; background-color: #3D803D; padding-top: 3px; padding-right: 0; padding-bottom: 3px; padding-left: 10px;}

.leftmenu li a:link {color: #FFFFFF; display: block; background-color: #3D803D; padding-top: 3px; padding-right: 0; padding-bottom: 3px; padding-left: 10px;}

.leftmenu li a:hover {color: #000080; background: #6AB66F; padding-top: 3px; padding-right: 0; padding-bottom: 3px; padding-left: 10px;}

.wingdings3 {font-family: "Wingdings 3"; font-weight: bold;}

/* Bottom Navigation Menu ---------------------------------------------------------- */
#bottomNavigation {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: 1px solid #3D803D; /*dark green border*/border-width: 1px 0; height: 23px;}

#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;}


