﻿.horizontalcssmenu ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;	
}

/*Top level list items*/
.horizontalcssmenu ul li
{
	position: relative;
	display: inline;
	float: left;
	height: 29px;	
}

/*Top level menu link items style*/
.horizontalcssmenu ul li a
{
	display: inline;
	padding: 0;
	text-decoration: none;
	color: #FFFFFF;
	text-align: left;
}

/*Top level menu link items style*/
#aboutwidth
{
	/*width: 67px;*/ /*Width of top level menu link items*/
	width: 89px;
}

/*Top level menu link items style*/
#solutionswidth
{
	width: 89px; /*Width of top level menu link items*/
}

/*Top level menu link items style*/
#partnerswidth
{
	/*width: 85px;*/ /*Width of top level menu link items*/
	width: 89px;
}

/*Top level menu link items style*/
#secureareawidth
{
	/*width: 86px;*/ /*Width of top level menu link items*/
	width: 89px;
}

/*Top level menu link items style*/
#newswidth
{
	/*width: 83px;*/ /*Width of top level menu link items*/
	width: 89px;
}

/*Top level menu link items style*/
#contactwidth
{
	/*width: 76px;*/ /*Width of top level menu link items*/
	width: 89px;
}

/*Top level menu link items style*/
#extranetwidth
{
	width: 185px; /*Width of top level menu link items*/
	margin: 0 0 0 0;
}

/*Top level menu link items style*/
#dashedlinewidth
{
	width: 12px; /*Width of top level menu link items*/
	height: 29px;
	background-image: url("../images/dashed_line_2.gif");
	background-repeat: no-repeat;
}

/*Top level menu link items style*/
#customerwidth
{
	width: 183px; /*Width of top level menu link items*/
}




/*Sub level menu*/
.horizontalcssmenu ul li ul
{
	/*margin: 1px 0 0 0;*/
}


/*Sub level menu*/
.horizontalcssmenu ul li ul.aboutlist
{
	left: -3px;
	position: absolute;
	display: block;
	visibility: hidden;
	z-index: 100;
	/*background-image: url("../images/buttons/arrow_rollover_67.gif");*/
	background-repeat: no-repeat;
	height: 17px;
	padding: 5px 0 0 83px;
	width: 890px;
}


/*Sub level menu*/
.horizontalcssmenu ul li ul.solutionslist
{
	left: -92px;
	position: absolute;
	display: block;
	visibility: hidden;
	z-index: 100;
	/*background-image: url("../images/buttons/arrow_rollover_89.gif");*/
	background-repeat: no-repeat;
	height: 17px;
	padding: 5px 0 0 172px;
	width: 801px;
}

/*Sub level menu*/
.horizontalcssmenu ul li ul.securearealist
{
	/*left: -415px;*/
	left: -421px;
	position: absolute;
	display: block;
	visibility: hidden;
	z-index: 100;
	/*background-image: url("../images/buttons/arrow_rollover_86.gif");*/
	background-repeat: no-repeat;
	height: 17px;
	padding: 5px 0 0 501px;
	width: 472px;
}

/*Sub level menu*/
.horizontalcssmenu ul li ul.securearealist li
{/*
	left: 0px;
	position: absolute;
	padding: 0px 0 0 501px;
	width: 472px;*/
}


/*Sub level menu*/
.horizontalcssmenu ul li ul.partnerslist
{
	left: -174px;
	position: absolute;
	display: block;
	visibility: hidden;
	z-index: 100;
	/*background-image: url("../images/buttons/arrow_rollover_85.gif");*/
	background-repeat: no-repeat;
	height: 17px;
	padding: 5px 0 0 254px;
	width: 719px;
}

/*Sub level menu*/
.horizontalcssmenu ul li ul.extralist
{
	left: 0;
	position: absolute;
	display: block;
	visibility: hidden;
	z-index: 100;
	background-image: url("../images/buttons/arrow_rollover_185.gif");
	background-repeat: no-repeat;
	height: 17px;
	padding: 5px 0 0 83px;
	width: 185px;
}

/*Sub level menu list items*/
.horizontalcssmenu ul li ul li
{
	/*display: inline;*/
	top: -5px;
	left: -80px; 
	position: relative;
	display: block;
	float: none;
	/*line-height: 20px;*/
	width: 120px;	
	margin-left: 0px;
	background-color: #A3A9CA;	
	height: 20px;
}

/* Sub level menu links style */
.horizontalcssmenu ul li ul li a
{
	/*width: 160px; width of sub menu levels*/
	display: block;	
	font-weight: normal;
	padding: 3px 5px;	
	width: 110px;
	/*height: 29px;*/
}

.horizontalcssmenu ul li a:hover
{
	background: url(menubgover.gif) center center repeat-x;
}

.horizontalcssmenu ul li ul li a:hover
{
	color: #FFFFFF;
	text-decoration: none;
	background-color: #33418A;
}

.horizontalcssmenu .arrowdiv
{
	position: absolute;
	right: 0;
	background: transparent url(menuarrow.gif) no-repeat center left;
}

#cssmenu1 a
{
    /*text-decoration: overline;*/ 
    /*font-size: 12px;*/
}

/** html p#iepara{ /*For a paragraph (if any) that immediately follows menu, add 1em top spacing between the two in IE*/
/*padding-top: 1em;
}*/

/* Holly Hack for IE \*/
/** html .horizontalcssmenu ul li { float: left; height: 1%; }*/
/** html .horizontalcssmenu ul li a { height: 1%; }*/
/* End */

#MainMenu a:hover
{
    text-decoration: overline;
    color: Red;
    /*font-size: 12px;*/
}

.menuItem 
{
    color: #A3A9CA;
    text-decoration: none;
    background-color: #A3A9CA;
}

.menuPopupItemHover
{    
    background-color: #33418A;
}

#cssmenu1
{
    font-size: 11px;
}
