#dropdown-holder {
	/*
		This is just the holder and how you want what is behind the
		main menu links too look like
	*/
	padding-left: 15px;
}
#menuul {
	/*
		OVER ALL LINE HEIGHT
	*/
	line-height:26px;
	*line-height:24px;
}
#menuul li {
	/*border-right: 3px solid #fff;*/
}
#menuul 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 10px;
}
#menuul a:hover{
	/*background-color: #fff;*/
	text-decoration: none;
}
#menuul ul {
	width: 204px;
	padding: 0;
	border: 1px solid #ccc;
	background-image: url(dropdownback.png);
	background-position: left top;
}
#menuul li ul li{
	/* The width of the dropdown and popout menu */
	border-right: 0;
}
#menuul li ul a{
	/* The width of the dropdown and popout menu */
	width:190px;
	margin: 1px 0;
}
#menuul li ul a:hover {
	/* The width of the dropdown and popout menu */
	/*background-color: #ff329c;*/
	/*color: #fff;*/
}
#menuul li ul li{
	margin: 0 2px;
	width: 200px;
	/*border-bottom: 1px solid #ff329c;*/
	text-align: left;
}
#menuul li ul li a{
	text-align: left;

}
.sw_lastlink {border: 0 !important;}

/************************************************************
ONLY EDIT BELOW IF YOU REALLY KNOW WHAT YOUR DOING!
************************************************************/
#menuul {
	margin:0px 0px 0px 22px !important; /* mr  was 0 */
	padding:0;
	list-style-type:none;
}
#menuul ul{
	margin:0;
	padding:0;
	list-style-type:none;
}
#menuul a {
	display:block;
}
#menuul li{
	float:left;
	position:relative;
	display: block;
}
#menuul ul {
	position:absolute;
	display:none;
}
#menuul li ul a{
	float:left;
}
#menuul li ul {
	float:left;
}
#menuul li ul li{
	float:left;
	position:relative;
}
#menuul ul ul{
	top:0;
	left:100%;
}
#menuul li ul ul {
	width:auto;
	margin: -1px 0px 0px 0px;
	float:left;
}
/*#menuul li:hover ul ul, #menuul li:hover ul ul ul, #menuul li:hover ul ul ul ul{
	display:none;
}*/
#menuul li:hover ul, #menuul li li:hover ul, #menuul li li li:hover ul, #menuul li li li li:hover ul{
	display:block;
}


