body
{
	text-align: center;
}

.clear_float
{
	clear: both;
}

/*
-------------------------------------------
MAIN MENU
-------------------------------------------
*/

#main_menu
{
	background-image: url('http://www.sentryhomes.com/images/BACK-Menu.jpg');
	background-repeat: repeat-x;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: normal;
	font-size: 11pt;
	width: 750px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	border: 0px;
}
#main_menu .menu_item_off
{
	background-image: url('http://www.sentryhomes.com/images/BACK-Menu.jpg');
	background-repeat: repeat-x;
	background-position: top right;
	width: 107px;
	height: 38px; /* FireFox version */
	#height: 73px; /* IE version */
	padding-top: 35px;
	border: 0px;
	margin: 0px;
	float: left;
	color: black;
	text-decoration: none;
	cursor: pointer;
}
#main_menu .menu_item_last_off
{
	background-image: url('http://www.sentryhomes.com/images/BACK-Menu.jpg');
	background-repeat: repeat-x;
	background-position: top right;
	width: 108px;
	height: 38px; /* FireFox version */
	#height: 73px; /* IE version */
	padding-top: 35px;
	border: 0px;
	float: right;
	color: black;
	text-decoration: none;
	cursor: pointer;
}
#main_menu .menu_item_on
{
	background-image: url('http://www.sentryhomes.com/images/BACK-MenuOn.jpg');
	background-repeat: repeat-x;
	background-position: top right;
	width: 107px;
	height: 38px; /* FireFox version */
	#height: 73px; /* IE version */
	padding-top: 35px;
	float: left;
	color: red;
	text-decoration: none;
	cursor: pointer;
}
#main_menu .menu_item_last_on
{
	background-image: url('http://www.sentryhomes.com/images/BACK-MenuOn.jpg');
	background-repeat: repeat-x;
	background-position: top right;
	width: 108px;
	height: 38px; /* FireFox version */
	#height: 73px; /* IE version */
	padding-top: 35px;
	float: right;
	color: red;
	text-decoration: none;
	cursor: pointer;
}
#main_menu a
{
	text-decoration: none;
	margin: 0px;
}

/*
-------------------------------------------
SUB MENU
-------------------------------------------
*/

#sub_menu
{
	background-color: white;
	background-image: url('http://www.sentryhomes.com/images/BACK-SubMenuBar.gif');
	background-repeat: repeat-x;
	background-position: top left;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: normal;
	font-size: 10pt;
	width: 750px;
	height: 35px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	border: 0px;
	cursor: pointer;
}

#sub_menu .menu_item_off
{
	background-image: url('http://www.sentryhomes.com/images/BACK-SubMenu.gif');
	background-repeat: no-repeat;
	background-position: top left;
	width: 206px;
	height: 30px; /* FireFox version */
	#height: 35px; /* IE version */
	padding-top: 5px;
	float: left;
	margin-left: 32px;
	color: black;
	text-decoration: none;
	cursor: pointer;
}

#sub_menu .menu_item_on
{
	background-image: url('http://www.sentryhomes.com/images/BACK-SubMenu.gif');
	background-repeat: no-repeat;
	background-position: top left;
	width: 206px;
	height: 30px; /* FireFox version */
	#height: 35px; /* IE version */
	padding-top: 5px;
	float: left;
	margin-left: 32px;
	color: rgb(180,0,0);
	text-decoration: none;
	cursor: pointer;
}

#sub_menu a
{
	text-decoration: none;
	margin: 0px;
}




