/*************************************************************************
* This is the SKIN style definition for the CSS menu.                    *
* Feel free to customize this section.                                   *
*************************************************************************/

/*
 * Menu container settings
 * Applies to the first level menu container
 */
.yellow {
	text-transform: lowercase;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	left: -10px;	
}

.yellow a {
	text-decoration: none;
	/*color: #fff;*/
	line-height: 36px;
	padding: 0px 0px 0px 24px;
	cursor: pointer;
}

.yellow a.hover {
	background-image: url(http://members.iinet.net.au/%7Emmoshpty/assets/backgrounds/bgBurgundy.jpg);
}
/*
 * Menu items settings
 * Applies to all menu items in first container
 */
.yellow li {
	width: 185px;
	background-image: url(http://members.iinet.net.au/%7Emmoshpty/assets/backgrounds/m6.jpg);
}
/*
 * Menu container settings
 * Applies to second (or more) level menu containers
 */
.yellow ul {
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #000000;	/*font-weight: normal;*/
	border-right-width: 3px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-left-color: #000000;
}


/* Settings specific for YELLOW skin */
/* this applies to the last item of the first level */
.yellow li.last {
	/*margin-bottom: 20px;*/
}





/*************************************************************************
* This is the LAYOUT style definition for the CSS menu                   *
* DO NOT alter this section, unless you know what you're doing           *
*************************************************************************/
div.vertical {
	clear: both;
}
div.vertical br {
	clear: both;
}
div.vertical ul {
	margin: 0px;
	padding: 0px;
	display: block;
	float: left;
	clear: both;
	z-index: 10;
	position: relative;
}
div.vertical li {
	list-style-type: none;
	display: block;
	float: left;
	clear: both;
	text-align: left;
    position: static;
}

div.vertical a {
	clear: both;
	display: block;
	margin: 0px;
}
div.vertical ul li ul {
	position: absolute;
	left: -999em;
	top: -999em;
	visibility: hidden;
	clear: both; 
}
div.vertical ul li ul li {
	clear: both;
	
}

div.vertical ul li ul li a {
	clear: both;
}
