/*TOP MENU STYLES*/
#menu_top ul#menu_nav {
	padding:0;
	margin:0;
	color:#FFFFFF;
	width:640px;
}

#menu_top ul#menu_nav li {
	padding:0;
	margin:0;
	float:left;
	display:block;
	list-style-type:none;
}

#menu_top ul#menu_nav li a {
	color:#FFFFFF;
	font-size:13px;
	text-transform:uppercase;
	text-decoration:none;
	padding:0 10px;
	margin:0;
	font-weight:normal;
}


#menu_top ul#menu_nav li a:hover {
	background-color:transparent;
	color:#CC0000;
}

/*BOTTOM MENU*/

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


/*This floats the menu so they appear side by side and not on top of each other.*/
#menu_bottom UL LI {
	float:left;
	
}

/*This changes the position and appearance of the submenus*/
UL LI UL {
	DISPLAY:none; 
	POSITION:absolute;	
	width:125px;
}

UL LI UL LI {
	background-image:url(../images/bg_menu.jpg);
	background-position:top left;
	background-repeat:repeat-x;
	border:1px #FFFFFF solid;
	width:125px;
}

/*This changes the top level menu's links*/
#menu_bottom UL LI A {
	PADDING:0 0 10px 0;
	DISPLAY: block;
	COLOR:#3E3839;
	TEXT-DECORATION: none;
}


/*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*/
#menu_bottom UL LI A:hover {
	BACKGROUND:none;
	color:#CC0000;
}


/*This changes the submenu links*/
#menu_bottom UL LI UL LI A {
	PADDING:10px 5px;
}


/*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 */

li#nav-design {
	width:50px;
	padding:0;
}

li#nav-prod {
	width:50px;
	padding:0 0 0 31px;
}

li#nav-install {
	width:70px;
	padding:0 0 0 23px;
}

li#nav-rent {
	width:50px;
	padding:0 0 0 27px;
}

li#nav-leasing {
	width:60px;
	padding:0 0 0 28px;
}

li#nav-green {
	width:50px;
	padding:0 0 0 28px;
}

li#nav-resource {
	width:60px;
	padding:0 0 0 22px;
}

li#nav-resource a {
}


/*LEFT MENU*/

#left_container ul {
	padding:0;
	margin:0;
	list-style-type:none;
	font-size:12px;
}

#left_container li {
	float:none;
	padding:0 0 0 3px;
	line-height:150%;
	color:#6E6567;
}

#left_container ul li a {
	PADDING:0;
	DISPLAY:inline;
	TEXT-DECORATION:underline;
	color:#6E6567;
}