@charset "utf-8";
/* CSS Document */

#navbar {
	margin: 0;
	padding: 0;
	margin-left:auto;
	margin-right:auto;
	width:930px;
	height:40px;
	padding-top:2px;
	background:url(../images/menu-950px.jpg) no-repeat;

	}
	
#navbar li {
	list-style: none;
	float: left;
	height:30px; /*height for sub*/

	}
#navbar li a {
	display: block;
	padding: 10px 7px; /*first number is for top padding. second is left and right*/
	background-color #5e8ce9; /*COLOR FOR CATEGORY*/
	height:18px; /*height for category*/
	border-LEFT:#FFFFFF solid 1px;
	border-right:#efb4bf solid 1px;
	font-family:arial;
	font-size:11px;
	font-weight:bold;
	color:#1d6275; /*controls color font for category*/
	text-decoration:none;
	}

#navbar li.double a {
	display: block;
	padding: 6px 7px; /*first number is for top padding. second is left and right*/
	background-color #5e8ce9; /*COLOR FOR CATEGORY*/
	color #000; /*controls color font for category*/
	height:26px; /*height for category*/
	border-LEFT:#FFFFFF solid 1px;
	border-right:#efb4bf solid 1px;
	font-family:arial;
	font-size:11px;
	font-weight:bold;
	color:#1d6275;
	text-decoration:none;
	width: auto;
	}
#navbar li.single a {
	display: block;
	padding: 10px 7px; /*first number is for top padding. second is left and right*/
	background-color #5e8ce9; /*COLOR FOR CATEGORY*/
	color #000; /*controls color font for category*/
	height:18px; /*height for category*/
	border-LEFT:#FFFFFF solid 1px;
	border-right:#efb4bf solid 1px;
	font-family:arial;
	font-size:11px;
	font-weight:bold;
	color:#1d6275;
	text-decoration:none;
		width:auto;
	}

#navbar li.single a:hover {
	display: block;
	padding: 10px 7px; /*first number is for top padding. second is left and right*/
	background:url(../images/menu-hover.gif) repeat-x; /*COLOR FOR CATEGORY*/

	color #000; /*controls color font for category*/
	height:18px; /*height for category*/
	text-decoration: none;
	border-LEFT:#FFFFFF solid 1px;
	border-right:#efb4bf solid 1px;
	width: auto;
	}

#navbar li.first a {
	display: block;
	padding: 10px 7px; /*first number is for top padding. second is left and right*/
	background-color #5e8ce9; /*COLOR FOR CATEGORY*/
	color #000; /*controls color font for category*/
	height:18px; /*height for category*/
	text-decoration: none;
	border-LEFT:#FFFFFF solid 1px;
	border-right:#efb4bf solid 1px;
		width: auto;
	}

#navbar li.first a:hover {
	display: block;
	padding: 10px 7px; /*first number is for top padding. second is left and right*/
	background:url(../images/menu-hover.gif) repeat-x; /*COLOR FOR CATEGORY*/
	color #000; /*controls color font for category*/
	height:18px; /*height for category*/
	text-decoration: none;
	border-LEFT:#FFFFFF solid 1px;
	border-right:#efb4bf solid 1px;
		width: auto;
	}
	
#navbar li ul {
	display: none;
	width: 12em; /* Width to help Opera out 10em */
	background-color: #695;}

#navbar li ul.wide {
	display: none;
	width: 14em; /* Width to help Opera out 10em */
	background-color: #695;}

#navbar li:hover ul {
	display: block;
	position: absolute;
	margin: 0;
	padding: 0;
	}
#navbar li:hover li {
	float: none;
	}
#navbar li:hover li a {
	background-color: #feeeef; /*SUB COLOR*/
	border-bottom: 1px solid #efb4bf;
	border-left: 1px solid #efb4bf;
	border-right: 1px solid #efb4bf;
	font-weight:normal;
	font-size:12px;
	color #000; /*CONTROLS COLOR FONT FOR SUB MENU*/
}
#navbar li li a:hover {
	background-color: #ffffff; /*SUB HOVER COLOR*/
	text-decoration:underline;
}
	
/*BREAST DEFORMITY PHOTO GALLERY***************************************************/






