@charset "UTF-8";
/* CSS Document */


#topNav {
	background-image:url(/common/navbar/images/nav_bg.gif);
	background-repeat:repeat-x;
	height:27px;
	width:748px;
	margin:0 0 0 0px;
	padding:0;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #808080;
	border-left-color: #CCCCCC;
	position:relative;
	z-index: 10;
	
}

#topNav ol, ul {
list-style-image:none;
list-style-position:outside;
list-style-type:none;
}

#topNav li {
	/*float:left;*/
	display:inline;
	text-align:center;
}

#topNav li a {
	color:#4c4c4c;
	font-weight:bold;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 6px 5px;
	line-height:27px;	
}

#topNav li a.divider {
border-left:1px solid #606860;
/*width:141px;*/
}

#topNav li .vr {
background-image:url(/img/but_top_divider.gif);
background-repeat:repeat-x;
}

#topNav li a:hover {
background-image:url(/img/but_top_gray_over.gif);
background-repeat:repeat-x;
color:#000000;
}

#topNav .currentTab {
/*background-image:url(/img/but_top_gray_over.gif);
background-repeat:repeat-x;*/

}

#topNav .currentTab a {
color:#000000;
}




.dd_allMenus, .dd_allMenus_double {
	background-color:#DFDFDF;
	background-image:url(/img/dropdown_bg.gif);
	background-repeat:repeat-x;
	border-color:#B1B0B0 #B1B0B0 #00005D;
	border-style:solid;
	border-width:1px 2px 2px;
	padding:10px 10px 10px 10px;
	position:absolute;
	text-align:left;
	min-height:50px;
	width:200px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: -1px;
	left: 0px;
	top: 27px;
	z-index: 10;
	display:none;
}

.dd_allMenus_double { /*overrides the allproducts menu to make it a double menu*/
	height:270px;
	width:400px;
 padding:10px 10px 10px 10px;
	
}
#dd_hostedEmail {
	left: 87px;
	top: 27px;
	width:190px;
}
#dd_mobileEmail {
	left: 197px;
	top: 27px;
	width:196px;
}
#dd_spamDefense {
	left: 282px;
	top: 27px;
	width:190px;
}
#dd_archiving {
	left: 378px;
	top: 27px;
	width:190px;
}
#dd_hostedSharepoint {
	left: 525px;
	top: 27px;
	width:190px;
}
#dd_mailstreetVoice {
	left: 643px;
	top: 27px;
	width:190px;
}




#topNav .dd_column { /* column one in the all products double menu*/
border-right:1px solid #B1B0B0;
display:block;
float:left;
margin:0;
padding:0;
width:49%;
}

#topNav .dd_column2 { /* column two in the all products double menu*/
border-right-style:none;
margin-left:15px;
width:47%;
}

#topNav .dd_column_100percent { /* make the single menu 100% */
width:100%;
border-right:0px solid #B1B0B0;
}


/* mega double dropdown -------------------------------------------- */
#topNav .dd_column li {
float:none;
/*line-height:1.2;
margin-top:5px;*/
text-align:left;
padding:0;
margin:0;
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
font-weight:bold;
color:#111111;
}


#topNav .dd_column li ul {
margin:0;
padding:0 0 0 9px;
}

#topNav .dd_column li ul li {
	background-image:url(/common/navbar/images/dropdown_bullet.gif);
	background-position:0 8px;
	background-repeat:no-repeat;
	display:block;
	padding: 4px 0 0 7px;
}

#topNav .dd_column li ul li a {
color:#6A6A6A;
display:inline;
padding:0;
margin:0;
line-height:1em;
/*font-size: .9em;*/
}

#topNav .dd_column li ul li a:hover {
	color:#111111;
	text-decoration: underline;
}
/* single dropdown ----------------------------------- */

#topNav .dd_column.dd_column_100percent ul {
margin:0;
padding:0;
}

#topNav .dd_column.dd_column_100percent li {
	background-image:url(/common/navbar/images/dropdown_bullet.gif);
	background-position:0 5px;
	background-repeat:no-repeat;
	display:block;
	padding: 0px 0 0 2px;
	
	}
#topNav .dd_column.dd_column_100percent li a {
	color:#6A6A6A;
	line-height: 18px;


	
	}
	
#topNav .dd_column.dd_column_100percent li a:hover {
	color:#111111;
	text-decoration: underline;
}