/*Top menu, left, width, padding, zindex, and top can all be changed*/


/*main headings*/
UL {
	PADDING: 0px; 
	MARGIN: 0px; 
	LIST-STYLE-TYPE: none;
	width:128px;
}


/*This floats the menu so they appear side by side and not on top of eachother.*/
UL LI {
	POSITION: relative;
	padding:0px 18px 0px 0px;
	margin:4px 0px 4px 0px;
	text-align:right;
	font-size:11px;
}

/*This changes the position and appearance of the submenus*/
LI UL {
	DISPLAY: none; 
	POSITION: absolute;
	left:128px;
	top:0px;
	background-color:#666666;
	z-index:10;
	/*line-height:140%;*/
}

LI UL LI  {
	line-height:150%;
	padding-bottom:0;
	border-bottom:2px solid #474747;
}

/*This changes the top level menu's links*/
UL LI A {
	DISPLAY: block;
	COLOR: #FFFFFF;
	TEXT-DECORATION: none;
	padding:5px 2px 32px 22px;
}

li#packages a{
	padding:5px 2px 20px 22px;
}

li#referral a {
	padding:5px 2px 20px 22px;
}

/*Don't change anything in the IE5-mac hack. Do not put comment tags in side the hack*/
/* Hides from IE5-mac \*/
*HTML UL LI {
	FLOAT: left; 
	HEIGHT: 1%;
}

*HTML UL LI A {
	HEIGHT: 1%;
}
/* End hide from IE5-mac */


/*This changes the hover for all links in the menu div*/
UL LI A:hover {
	BACKGROUND:none;
	color:#FFFFFF;
	background-color:#999999;
}

LI UL LI A:hover {
	color:#BB0A38;
	background-color:#666666;
}


/*This changes the submenu links*/
LI UL LI A {
	PADDING:2px 3px;
	color:#333333;
	font-weight:normal;
	padding-bottom:0px;
	text-align:left;
}


/*This makes the submenu list display in the hover. Do not change either of the commands listed below.*/
LI:hover UL {
	DISPLAY: block;
}

LI.over UL {
	DISPLAY: block;
}
/*Please note that each of the main menus can have a class added to them and then each given a different width. The 
same can be done for the submenus. Each sub UL can be given a class and then each given a different width */img a {
	text-decoration: none;
}
a img {
	border: none;
}
