#dropdown-holder {
	/*
		This is just the holder and how you want what is behind the
		main menu links too look like
	*/
	padding-left: 15px;
}
.dropdown {
	/*
		OVER ALL LINE HEIGHT
	*/
	line-height:24px;
}
.dropdown li {
	border-right: 3px solid #fff;
}
.dropdown a {
	/* The minimum width of the "MAIN" links on top */
	display:block;
	text-decoration:none;
	text-align: center;
	color: #333;
	font-size: 80%;
	padding: 0 5px;
}
.dropdown a:hover{
	background-color: #fff;
	text-decoration: none;
}
.dropdown ul {
	width: 204px;
	padding: 0;
	border: 1px solid #ccc;
	background-image: url(sw-bg-primarynav-dropdown.png);
	background-position: left top;
}
.dropdown li ul li{
	/* The width of the dropdown and popout menu */
	border-right: 0;
}
.dropdown li ul a{
	/* The width of the dropdown and popout menu */
	width:190px;
	margin: 1px 0;
}
.dropdown li ul a:hover {
	/* The width of the dropdown and popout menu */
	background-color: #ff329c;
	color: #fff;
}
.dropdown li ul li{
	margin: 0 2px;
	width: 200px;
	border-bottom: 1px solid #ff329c;
	text-align: left;
}
.dropdown li ul li a{
	text-align: left;

}
.sw_lastlink {border: 0 !important;}

/************************************************************
ONLY EDIT BELOW IF YOU REALLY KNOW WHAT YOUR DOING!
************************************************************/
.dropdown {
	margin:0;
	padding:0;
	list-style-type:none;
}
.dropdown ul{
	margin:0;
	padding:0;
	list-style-type:none;
}
.dropdown a {
	display:block;
}
.dropdown li{
	float:left;
	position:relative;
	display: block;
}
.dropdown ul {
	position:absolute;
	display:none;
}
.dropdown li ul a{
	float:left;
}
.dropdown li ul {
	float:left;
}
.dropdown li ul li{
	float:left;
	position:relative;
}
.dropdown ul ul{
	top:0;
	left:100%;
}
.dropdown li ul ul {
	width:auto;
	margin: -1px 0px 0px 0px;
	float:left;
}
.dropdown li:hover ul ul, .dropdown li:hover ul ul ul, .dropdown li:hover ul ul ul ul{
	display:none;
}
.dropdown li:hover ul, .dropdown li li:hover ul, .dropdown li li li:hover ul, .dropdown li li li li:hover ul{
	display:block;
}

