/*reset default properties*/

.menu04b67 .sf-menu a {
	border-left: none;
	border-top: none;
	padding: 0;
}

.menu04b67 .sf-menu li:hover, 
.menu04b67 .sf-menu li.sfHover,
.menu04b67 .sf-menu a:focus, 
.menu04b67 .sf-menu a:hover, 
.menu04b67 .sf-menu a:active {
	background:		none;
}


/* generated styles */


/* global settings */
.menu04b67 ul.sf-menu {
	font-family:arial,verdana,helvetica,sans-serif;
	font-weight:normal;
	font-size:0.9em;
	color: #ffffff ;
	padding:3px;
}

.menu04b67 ul.sf-menu > li {
	background: transparent;
	margin-left: 0.3em;
}

.menu04b67 ul.sf-menu > li > a {
	padding: 0.6em 0;
	width: 90px;
}


/* top level default styles */
.menu04b67 ul.sf-menu {
}

.menu04b67 ul.sf-menu a, .menu04b67 ul.sf-menu a:visited {
	color: #ffffff ;
	border: # solid 0px ;
}

/* top level hover styles */

.menu04b67 ul.sf-menu > li > a:hover{
	color: #ffffff ;
	background: url(images/button.png) right top  no-repeat;
	-moz-border-radius: ;
	-webkit-border-radius: ;
    border: # solid 0px ;
}

.menu04b67 ul.sf-menu > li.topLevel > a:hover{
	color: #ffffff ;
	background: url(images/subMenuBackground.png) right top  no-repeat;
	-moz-border-radius: ;
	-webkit-border-radius: ;
    border: # solid 0px ;
}

.menu04b67 ul.sf-menu > li.sfHover > a {
	color: #ffffff ;
	background: url(images/subMenuBackground.png) right top  no-repeat;
	-moz-border-radius: ;
	-webkit-border-radius: ;
    border: # solid 0px ;
}

/* top level selected styles */

.menu04b67 ul.sf-menu > li.current > a {
	color: #ffffff ;
	background: url(images/button.png) right top  no-repeat;
	-moz-border-radius: ;
	-webkit-border-radius: ;
    border: # solid 0px ;
}



/* inner level default styles */
.menu04b67 ul.sf-menu ul
{
	top: 25px;
	width: 90px;
	zindex: 3;
	display:none;
	visibility:hidden;
}

ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			89px; /* match ul width */
	top:			0;
}

.menu04b67 ul.sf-menu ul li,
.menu04b67 ul.sf-menu ul li.sfHover,
.menu04b67 ul.sf-menu ul li:hover {
	background: url(images/subMenuBackground.png) no-repeat scroll 0 -20px transparent;
}

.menu04b67 ul.sf-menu ul li.first {
	-moz-border-radius: ;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 0px;
	-webkit-border-radius: ;
	-webkit-border-bottom-right-radius: 0px;
	-webkit-border-bottom-left-radius: 0px;
}

.menu04b67 ul.sf-menu ul li.level
{
	background: url(images/subMenuBackground.png) right top  no-repeat;
}
.menu04b67 ul.sf-menu ul li.last {
	-moz-border-radius: ;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 0px;
	
	-webkit-border-radius: ;
	-webkit-border-top-left-radius: 0px;
	-webkit-border-top-right-radius: 0px;
	background: url(images/subMenuBackground.png) right bottom  no-repeat;
	padding-bottom:10px;
	
}

.menu04b67 ul.sf-menu ul a, 
.menu04b67 ul.sf-menu ul a:visited {
	color: #ffffff ;
	background: transparent;
    padding-top: 5px;
    padding-bottom: 5px;
}

.menu04b67 ul.sf-menu ul .first
{
	padding-top: 10px;
}

/* inner level hover styles */

.menu04b67 ul.sf-menu ul li a:hover {
	color: #ffffff ;
	background: url(images/menueHoverBackground.png) repeat scroll 0 0 transparent;
	-moz-border-radius: ;
	-webkit-border-radius: ;
    border: # solid 0px ;
}

/* inner level selected styles */

.menu04b67 ul.sf-menu ul li.current a {
	color: #ffffff ;
	background: url(images/menueHoverBackground.png) repeat scroll 0 0 transparent;
	-moz-border-radius: ;
	-webkit-border-radius: ;
    border: # solid 0px ;
}



