ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
}

li {
	float: left;
	position: relative;
	width: 175px;
	text-indent: 2px;
	vertical-align: middle;
	background-color: #FFFFFF;
	border: 1px solid #0062a8;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	text-decoration: none;
	color: #000000;
	cursor: hand;
}

li a { /* all list items */
	display: block;
	width: 175px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	text-decoration: none;
	color: #000000;
}

#txtLink {
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	text-decoration: none;
	color: #FFFFFF;
}

#txtLink:hover {
	color: #FFFF00;
}

#blank { /* all list items */
	float: left;
	position: relative;
	background-image: url(http://www.gridxpower.com/images/menu/menu_top_bg.gif);
	width: 516px;
	height: 56px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 0;
}
#menu1 { /* all list items */
	float: left;
	position: relative;
	width: 129px;
	height: 56px;
	background-image: url(http://www.gridxpower.com/page_sections/customermanagement/menu/images/home.gif);
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 0;
}

#menu2 { /* all list items */
	float: left;
	position: relative;
	width: 129px;
	height: 56px;
	background-image: url(http://www.gridxpower.com/page_sections/customermanagement/menu/images/myaccount.gif);
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 0;
}

#menu3 { /* all list items */
	float: left;
	position: relative;
	width: 129px;
	height: 56px;
	background-image: url(http://www.gridxpower.com/page_sections/customermanagement/menu/images/faqs.gif);
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 0;
}

#menu4 { /* all list items */
	float: left;
	position: relative;
	width: 129px;
	height: 56px;
	background-image: url(http://www.gridxpower.com/page_sections/customermanagement/menu/images/contactus.gif);
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 0;
}

#menu_right { /* all list items */
	float: left;
	position: relative;
	width: 280px;
	height: 56px;
	background-image: url(http://www.gridxpower.com/images/menu/menu_right_bg.jpg);
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 0;
	cursor: default;
}
#menu_right_items {
	top: 5px;
	left: 165px;
	position: absolute;
}

#menu_right_items a, #menu_right_items img{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	display: inline;
	text-decoration: none;
}

#menu_right_items a:hover {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: 0px;
}

#menu_right_items a:visited {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: 0px;
}

#separator { /* all list items */
	float: left;
	position: relative;
	width: 1px;
	height: 56px;
	background-image: url(http://www.gridxpower.com/images/menu/separator.gif);
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 0;
}

li ul { /* second-level lists */
	display: none;
	position: absolute;
	top: 56px;
}

li ul ul{ /* third-level lists */
	display: none;
	position: absolute;
	top: -1px;
	left:-9999px;
	font-weight: normal;
}

li:hover ul, li.over ul {
	display: block;
}

li:hover, li.over, li a:hover, li a.over {
	background-color: #0062a8;
	color: #FFFFFF;
	
}

li li:hover ul, li li.over ul {
	display: block;
	left:175px;
}

li:hover ul ul, li.over ul ul {
	display: block;
}

#content {
	clear: left;
}