/*BASIC MENU*/


#menu {
/*USE THIS TO MOVE THE ENTIRE MENU*/
	padding-left: 20px;
}

#menu li{
	display:inline;
}

#menu a{
	display: block;
	float: left;
	padding-right: 30px;
	text-transform:uppercase; 
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #808080;
	text-decoration: none;	
	font-size: 14px;
}

#menu a:hover {
	color: #00aeef;
}


/*TAB MENU
	PUT ID'S IN LINKS (a) IN CODE OF BODY
	USE ONE IMAGE IN a AND MOVE VERTICALLY FOR HOVER
*/

#tab_menu {
/*USE THIS TO MOVE THE ENTIRE MENU*/
	clear: both;
	border-top: 1px solid #808080;
}


#tab_menu li{
	display:inline;
}

#tab_menu a{
	width:230px;
	display: block;
	float: left;
	border-bottom: #ffffff 4px solid;
}

#tab_menu a:hover {
	background-position: 0px -201px;
}

#create {
	background-image: url(../images/create_tab.jpg);
	display: block;
	line-height: 201px;
	width: 230px;
	background-repeat: no-repeat;
	text-indent: -5000px;
}

#protect {
	background-image: url(../images/protect_tab.jpg);
	display: block;
	line-height: 201px;
	width: 230px;
	background-repeat: no-repeat;
	text-indent: -5000px;
}

#grow {
	background-image: url(../images/grow_tab.jpg);
	display: block;
	line-height: 201px;
	width: 230px;
	background-repeat: no-repeat;
	text-indent: -5000px;
}

#transfer {
	background-image: url(../images/transfer_tab.jpg);
	display: block;
	line-height: 201px;
	width: 230px;
	background-repeat: no-repeat;
	text-indent: -5000px;
}



