
/*
 * 
 * 	Home Mainnav
 * 
 */


#main_menu ul li#home_item {
	text-decoration: none;
	line-height: 39px;
	height: 39px;
	width: 108px;
	color: #024188;
	display: block;
	background: url('../img/item_bg_home.gif') no-repeat;
}

#main_menu ul li#home_item a {
	text-decoration: none;
	line-height: 39px;
	height: 39px;
	width: 108px;
	color: #024188;
	display: block;	
}

/*
 * 
 * 	About Mainnav
 * 
 */

#main_menu ul li#aboutus_item {
	text-decoration: none;
	line-height: 39px;
	height: 39px;
	width: 108px;
	color: #024188;
	display: block;	
	background: url('../img/item_bg_about.gif') no-repeat;
}

#main_menu ul li#aboutus_item a {
	text-decoration: none;
	line-height: 39px;
	height: 39px;
	width: 108px;
	color: #024188;
	display: block;	
}


/*
 * 
 * 
 * 	Product Mainnav
 * 
 * 
 */
#main_menu ul li#products_item {
    display: inline; 
    text-transform: uppercase; 
    color: #024188;                
    font-weight: bold;
    width: 138px;
	line-height: 39px;
    display: block;
    float: left;                
    text-align: center;
    vertical-align: top;
	font-size: 1.2em;
	background: url('../img/item_bg.gif') no-repeat;			
}

#main_menu ul li#products_item a {
	text-decoration: none;
	line-height: 39px;
	height: 39px;
	width: 138px;
	color: #024188;
	display: block;
}

/*
 * 
 * 	Customer Mainnav
 * 
 */

#main_menu ul li#customer_item {
	text-decoration: none;
	line-height: 39px;
	height: 39px;
	width: 178px;
	color: #024188;
	display: block;	
	background: url('../img/item_bg_customer.gif') no-repeat;
}

#main_menu ul li#customer_item a {
	text-decoration: none;
	line-height: 39px;
	height: 39px;
	width: 178px;
	color: #024188;
	display: block;	
}

/*
 * 
 * 	My Airtricity Mainnav
 * 
 */

#main_menu ul li#airtricity_item {
	text-decoration: none;
	line-height: 39px;
	height: 39px;
	width: 138px;
	color: #024188;
	display: block;	
	background: url('../img/item_bg_myairtricity.gif') no-repeat;
}

#main_menu ul li#airtricity_item a {
	text-decoration: none;
	line-height: 39px;
	height: 39px;
	width: 138px;
	color: #024188;
	display: block;	
}

.submenu {
	display:none;
}

/*
 * 
 * 	Submenus
 * 
 * 
 */
/*
 * 
 * 	Airtricity Submenu
 * 
 * 
 */
#airtricity_menu {
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	margin-left: 430px;
	top: 178px;		
	z-index: 99;
	position: absolute;
	background: url('../img/top_line.gif') no-repeat #ffffff;
	clear: both;
	border-left: 1px solid #74a4cc;
	border-right: 1px solid #74a4cc;
	border-bottom: 1px solid #74a4cc;
}


/*
 * 
 * 	About Us Submenu
 * 
 * 
 */
#aboutus_menu {
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	margin-left: 844px;
	top: 178px;		
	z-index: 99;
	position: absolute;
	background: url('../img/top_line.gif') no-repeat #ffffff;
	clear:both;
	border-left: 1px solid #74a4cc;
	border-right: 1px solid #74a4cc;
	border-bottom: 1px solid #74a4cc;
}

/*
 * 
 * 	Products Submenu
 * 
 * 
 */

#products_menu {
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	margin-left: 114px;
	top: 178px;		
	z-index: 99;
	position: absolute;
	background: url('../img/top_line.gif') no-repeat #ffffff;
	clear:both;
	border-left: 1px solid #74a4cc;
	border-right: 1px solid #74a4cc;
	border-bottom: 1px solid #74a4cc;
	width: 178px;
}


/*
 * 
 *  Customer Submenu
 * 
 * 
 */
#customer_menu {
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	margin-left: 252px;
	top: 178px;		
	z-index: 99;
	position: absolute;
	background: url('../img/top_line.gif') no-repeat #ffffff;
	clear:both;
	border-left: 1px solid #74a4cc;
	border-right: 1px solid #74a4cc;
	border-bottom: 1px solid #74a4cc;
}


/*
 * 
 *  Help Submenu
 * 
 * 
 */
#help_menu {
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	margin-left: 568px;
	top: 178px;		
	z-index: 99;
	position: absolute;
	background: url('../img/top_line.gif') no-repeat #ffffff;
	clear:both;
	border-left: 1px solid #74a4cc;
	border-right: 1px solid #74a4cc;
	border-bottom: 1px solid #74a4cc;
	width: 178px;
}


/*
 * 
 *  Energy Submenu
 * 
 * 
 */
#energy_menu {
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	margin-left: 706px;
	top: 178px;		
	z-index: 99;
	position: absolute;
	background: url('../img/top_line.gif') no-repeat #ffffff;
	clear:both;
	border-left: 1px solid #74a4cc;
	border-right: 1px solid #74a4cc;
	border-bottom: 1px solid #74a4cc;
}

