/* Nav Override */
#SM_Software {
	background-image: url('../../images/MoreArrow_Red.jpg');
}

#SM_Software:hover, #SM_Software.Active {
	background-image: url('../../images/MoreArrow_On.jpg');
	color: #e2001a;
}

#SM_Telecommunications {
	background-image: url('../../images/MoreArrow_Burgundy.jpg');
}

#SM_Telecommunications:hover, #SM_Telecommunications.Active {
	background-image: url('../../images/MoreArrow_On.jpg');
	color: #b60a39;
}

#SM_Online {
	background-image: url('../../images/MoreArrow_Orange.jpg');
}

#SM_Online:hover, #SM_Online.Active {
	background-image: url('../../images/MoreArrow_On.jpg');
	color: #f29400;
}


.PopBox {
	display: none;
	padding: 0;
	position: absolute;
	z-index: 99;
	width: 170px;
}

.PopBox .Top {
	background-image: url('../../images/PopBox_Top.png');
	height: 20px;
	overflow: hidden;
	margin: 0;
}

.PopBox .Bottom {
	background-image: url('../../images/PopBox_Bottom.png');
	height: 20px;
	overflow: hidden;
	margin: 0;
}

.PopBox .Inner {
	background-image: url('../../images/PopBox_Background.png');
	padding: 0 20px;
	margin: 0;
}

.PopBox .Inner p {
	padding: 0;
	margin: 0;	
}

.LogoCol ul li:Hover .PopBox {
	top: 0;
	right: 170px;
	display: block;	
}

/* Column */
#Col2 {
	background-image: none;
	padding: 0 0 0 20px;
	width: 665px;
}

.LogoCol ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.LogoCol ul li {
	position: relative;
	padding: 0 !important;
	background-image: none !important;
}

.LogoCol ul li a {
	display: block;
	padding: 10px 0;
	width: 190px;	
}

.LogoCol ul li a.HasLink {
	background: url('../../images/MoreArrow.jpg') no-repeat right center;	
}
.LogoCol ul li a.HasLink:hover {
	background: url('../../images/MoreArrow_On.jpg') no-repeat right center;
}

.LogoCol a img {
	border: none;	
}

.LogoCol {
	display: inline;
	float: left;
	margin-left: 30px;
	width: 190px;
}

/* */
#CLogos a {
	display: block;
	padding: 8px 0;
	width: 190px;
}

#CLogos li.HasLink a {
	background: url('../../images/MoreArrow.jpg') no-repeat right center;
}

#CLogos li.HasLink a:hover {
	background: url('../../images/MoreArrow_On.jpg') no-repeat right center;
}

#CLogos a img {
	border: none;	
}
