﻿#OutsideHorizontalMenu {

	float:none;

}
#OutsideHorizontalMenu ul {
margin:0px;
margin-left:-40px;


}
.HorizontalMenu {

	line-height:30px;
	height:30px;
	background-image:url(/images/NavBackground.gif);
	background-repeat:repeat-x;
}

.HorizontalMenulist ul {

}

.HorizontalMenulist li {

    float:left;
	list-style:none;
/*text-transform:uppercase; */

}

.HorizontalMenulist li:hover {
	background-image:url(/images/NavOver.gif);
	background-repeat:repeat-x;
}


.TopLinks {

    font-size:13px;
 
}

.TopLinks a:link, .TopLinks a:visited, .TopLinks a:active {
	padding:0px 5px;
	margin-RIGHT: 5px;
	margin-left: 5px;
	FONT-WEIGHT: bold;
	color:#ffffff;
	padding-bottom:2px;
text-decoration:none;

}

.TopLinks a:hover {
	color:#ffffff;
text-decoration:none;

	
}


.DropDownMenu {
margin-left:10px;

    float:none;
    color:#ffffff;
	z-index: 100; 
	visibility: hidden;
	clear:both;
	background-color:#f33dac;

	position:absolute;
	margin-top:24px;
	line-height:16px;
	
}

.DropDownMenu a:link, .DropDownMenu a:active, .DropDownMenu a:visited {

	display:inline-block;
	width:100%;
	color:#ffffff;
	margin-right:0px;
	margin-left:0px;
	padding:0px;
	text-decoration:none;
	border:0px;
    font-size:13px;
	font-weight:normal;
	text-transform:none;

}

.DropDownMenu a:hover {


}

.DropDownMenu li {
	border-right:0px ;
	padding:7px 7px;
    float:none;
	list-style:none;
	text-transform:uppercase;
}

.DropDownMenu li:hover {
	background-color:#7a248a;
	text-decoration:none;
	background-image:none;
}

