#navContainer {
	width:800px;
}
#navContainerSub {
	width:208px;
	margin:2px;
	float: left;
}

#buttonAbout a { 
	background-image: url("../images/buttons/about.jpg");
	display: block;
	width: 120px;
	height: 23px;
	float: left; 
}
#buttonAbout a:hover {
	background: url("../images/buttons/about_over.jpg");
	width: 120px;
	height: 23px;
	display:block;
	float:left;
}
#buttonLasik a {
	background-image: url("../images/buttons/lasik.jpg");
	float:left;
	width: 125px;
	height: 23px;
	display:block;
}

#buttonLasik a:hover {
	background-image: url("../images/buttons/lasik_over.jpg");
	width: 125px;
	height: 23px;
	display:block;
	float:left;
}
#buttonGeneral a {
	background-image: url("../images/buttons/general.jpg");
	display:block;
	width: 204px;
	height: 23px;
	float:left;
}
#buttonGeneral a:hover {
	background-image: url("../images/buttons/general_over.jpg");
	display:block;
	width: 204px;
	height: 23px;
	float:left;
}
#button-alternatives a {
	background-image: url("../images/buttons/lasik-alternatives.jpg");
	float:left;
	width: 157px;
	height: 23px;
	display:block;
}
#button-alternatives a:hover {
	background-image: url("../images/buttons/lasik-alternatives-over.jpg");
	width: 157px;
	height: 23px;
	float:left;
	display:block;
}
#buttonContact a {
	background-image: url("../images/buttons/contact.jpg");
	float:left;
	width: 102px;
	height: 23px;
	display: block;
}
#buttonContact a:hover {
	background-image: url("../images/buttons/contact_over.jpg");
	float:left;
	width: 102px;
	height: 23px;
	display: block;
}
#buttonHome a {
	background-image: url("../images/buttons/home.jpg");
	float:left;
	width: 92px;
	height: 23px;
	display:block;
}
#buttonHome a:hover {
	background-image: url("../images/buttons/home_over.jpg");
	float:left;
	width: 92px;
	height: 23px;
	display:block;
}
#buttonAdvanced a {
	background-image: url("../images/home/submenu_1.jpg");
	width: 208px;
	height: 35px;
	display:block;
}
#buttonAdvanced a:hover {
	background-image: url("../images/home/submenu_1_over.jpg");
	width: 208px;
	height: 35px;
	display:block;
}
#buttonOptical a {
	background-image: url("../images/home/submenu_2.jpg");
	width: 208px;
	height: 18px;
	display:block;
}
#buttonOptical a:hover {
	background-image: url("../images/home/submenu_2_over.jpg");
	width: 208px;
	height: 18px;
	display:block;
}
#buttonPatient a {
	background-image: url("../images/home/submenu_3.jpg");
	width: 208px;
	height: 20px;
	display:block;
}
#buttonPatient a:hover {
	background-image: url("../images/home/submenu_3_over.jpg");
	width: 208px;
	height: 20px;
	display:block;
}
#buttonPrivacy a {
	background-image: url("../images/home/submenu_4.jpg");
	width: 208px;
	height: 42px;
	display:block;
}
#buttonPrivacy a:hover {
	background-image: url("../images/home/submenu_4_over.jpg");
	width: 208px;
	height: 42px;
	display:block;
}

.podseminars {

	margin: 2px;
	width: 208px;
	background-image: url(../images/sub/repeat_locations.jpg);
	background-repeat: repeat-y;
}

ul { padding-left:15px; }
		ul li { 
			padding:14px 0 0 0; /* pushes text to the right to display bg img */
			}