/* Start of CMSMS style sheet 'idm: main' */
.menu_item {
 	margin: 0px;
 	padding: 0px;
 	float: left;
 }
 
 /* container divs */
 
 #header_ian_dennis_miller {
     width: 720px;
     height: 48px;
 }
 
 #header_container {
 	width: 720px;
 	height: 201px;
 }
 
 #header_menu {
 	width: 720px;
 	height: 38px;
 }
 
 /* top and bottom of header */
 
 #header_top {
 	background: url("images/menu/header_top.png");
 	width: 720px;
 	height: 77px;
 }
 
 #header_bottom {
 	background: url("images/menu/header_bottom.png");
 	width: 720px;
 	height: 38px;
 	clear: left;
 }
 
 /* stars between menu items */
 
 #menu_star_01 {
 	background: url("images/menu/star_01.png");
 	width: 19px;
 	height: 38px;
 }
 
 #menu_star_02 {
 	background: url("images/menu/star_02.png");
 	width: 20px;
 	height: 38px;
 }
 
 #menu_star_03 {
 	background: url("images/menu/star_03.png");
 	width: 19px;
 	height: 38px;
 }
 
 /* padding images on the left side of the menu */
 
 #menu_padding_01 {
 	background: url("images/menu/padding_01.png");
 	width: 317px;
 	height: 48px;
 }
 
 #menu_padding_02 {
 	background: url("images/menu/padding_02.png");
 	width: 288px;
 	height: 38px;
 }
 
 /* various menu items */
 
 #menu_ian_dennis_miller {
 	background: url("images/menu/ian_dennis_miller.png");
 	width: 403px;
 	height: 48px;
 }
 
 #menu_ian_dennis_miller:hover {
 	background: url("images/menu/ian_dennis_miller_hover.png");
 }
 
 #menu_about {
 	background: url("images/menu/about.png");
 	width: 77px;
 	height: 38px;
 }
 
 #menu_about:hover {
 	background: url("images/menu/about_hover.png");
 }
 
 #menu_portfolio {
 	background: url("images/menu/portfolio.png");
 	width: 96px;
 	height: 38px;
 }
 
 #menu_portfolio:hover {
 	background: url("images/menu/portfolio_hover.png");
 }
 
 #menu_resume {
 	background: url("images/menu/resume.png");
 	width: 86px;
 	height: 38px;
 }
 
 #menu_resume:hover {
 	background: url("images/menu/resume_hover.png");
 }
 
 #menu_contact {
 	background: url("images/menu/contact.png");
 	width: 112px;
 	height: 38px;
 }
 
 #menu_contact:hover {
 	background: url("images/menu/contact_hover.png");
 }

/* End of 'idm: main' */

