/* CSS Document */

#menu { width:805px; height:33px; position:relative; margin:0; padding: 0; font-size: 11px; z-index: 350; font-weight:regular; font-family: Arial, Helvetica, sans-serif; text-align:center;   color:ff0000}


/* Main Nav Menu images and positions */

#menu #nav-about, #menu #nav-about a{ width:86px; background-image:url(images/nav2/about.gif);  float:left; text-align:center; }

#menu #nav-patient, #menu #nav-patient a{ width:151px; background-image:url(images/nav2/patient.gif);   float:left; text-align:center; font-size: 11px;}

#menu #dental_implants, #menu #dental_implants a{ width:124px; background-image:url(images/nav2/inplants.gif);  float:left; text-align:center }

#menu #period, #menu #period a{ width:176px; background-image:url(images/nav2/period.gif);  float:left; text-align:center }

#menu #doctors, #menu #doctors a{ width:141px; background-image:url(images/nav2/doctors.gif);  float:left; text-align:center }

#menu #contact, #menu #contact a{ width:84px; background-image:url(images/nav2/contact.gif);  float:left; text-align:center }





.greenType a { color:#009900 }

.dropList, .dropList ul { list-style: none; margin:0; padding:0; }

.dropList { position:relative; z-index:100; }

.dropList li {
	float:left;
	margin:0pt;
	padding:0pt;
	position:relative;
	height: 25px;
	display: inline;
}
.dropList li a{
	width: 129px;
	text-decoration:none;
	overflow: hidden;
	padding-top: 25px;
	height:0;
	display:block;
	color: #000;
	font-weight:regular;
	
}


.dropList .subNavContainer {
	z-index: 1000;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0pt;
	position:absolute;
	width:129px;
	top:25px;
	left:0;
	padding: 0 0 15px 0px;
	background: url(images/subMenu_bg_bottom.gif) bottom left no-repeat !important;
	display: none;
}
.dropList .subNavContainer ul{
	background: url(images/subMenu_bg_top.gif) 0 0 no-repeat !important;
	padding: 10px 0 0 0;
}
.dropList .subNavContainer ul:after {
    content: "."; 
    display: block; 
    height: 0; 
	padding: 0 10px;
    clear: both; 
    visibility: hidden;
}

.dropList .subNavContainer ul {display: inline-block;}

/* Hides from IE-mac \*/
* html .dropList .subNavContainer ul {height: 1%;}
.dropList .subNavContainer ul {display: block;}


/* End hide from IE-mac */

.dropList .subNavContainer li{
	width: 125px;
	margin: 0 2px;
	height: 18px;
} 
.dropList .subNavContainer li.separator {
	display: none;
	background-color:#000;
	height: 5px !important;
} 
.dropList .subNavContainer li a{
	position: static;
	padding-top: 3px;
	padding-left: 14px;
	height: 100%;
	overflow-y: hidden;
	width:98px;
}
.dropList .subNavContainer li.newItem{
	height: 26px !important;
}

.dropList .subNavContainer li.newItem a img{
} 
.dropList .subNavContainer li.newItem a{
	padding-left: 14px;
	height: 26px;
}
.dropList .subNavContainer li.newItem a img{
}

.dropList ul {
	float:none;
}
.dropList .subNavContainer li a {
	background: none !important;
	width: auto !important;
	color: #000;
	font-weight:regular;
}
.dropList .subNavContainer li a:hover {
	background: #FFFFFE !important;
	height: 100% !important;
	
}

.dropList a:hover {
	background-position: 0 -58px;
}
.dropList li.active a{
	background-position: 0 -58px;
}



