@charset "utf-8";
/* CSS Document */

.megamenu{
	position: absolute;
	display: none;
	left: 0;
	top: 0;
	padding: 10px;
	z-index: 100;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 5px;
	border-left-width: 1px;
	background-image: url(images/dropdownBG.jpg);
	background-repeat: repeat-x;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #033767;
	border-bottom-color: #033767;
	border-left-color: #033767;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;

}

.megamenu .column{
	float: left;
	width: 180px; /*width of each menu column*/
	margin-right: 5px;
	padding-left: 20px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
}

.megamenu .column ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.megamenu .column ul li{
	padding-bottom: 5px;
}

.megamenu .column h3{
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 2px;
	margin-left: 0;
	font-size: 104%;
	font-weight: bold;
	color: #CC0033;
}

.megamenu .column ul li a{
	text-decoration: underline;
	color: #FFFFFF;
	font-size: 90%;
	font-weight: bold;
}

.megamenu .column ul li a:hover{
	color: #CCCCCC;
}
#nav #laptops, #nav #providers, #nav #desktops {
	background-image: url(images/arrowDown.gif);
	background-repeat: no-repeat;
	background-position: 10px 15px;
	padding-left: 30px;
}

