/* CSS Document */

.menu {margin-top: -5px;}

.menu A:link {text-decoration: none; color: #666666;}
.menu A:visited {text-decoration: none; color: #666666;;}
.menu A:active {text-decoration: none; color: #666666;;}
.menu A:hover {text-decoration: underline; color: #666666;;}


.sf-menu a {
	display: block; 
	xwidth: 81px;
	border-left-color:	transparent;
	border-top-color:		transparent;
	font-size: 11px;
	color: #333333;
	
	
}

.sf-menu li:hover, .sf-menu li.sfHover, .sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	background-color: transparent;
	color: #333333;
	z-index: 100; /* This is the important style directive, without it IE7 chokes */
	visibility: inherit; /* fixes IE7 'sticky bug' */
}

.sf-menu li {
	background-color: transparent;
	color: #333333;
}
.sf-menu li li {
	background-color: #F4FAFF;
	color: #333333;
	border-bottom: #CCCCCC thin solid;
}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	background-color: #003399;
	color: white;
}

.sf-shadow ul {
	background:	url('');
}

.sf-sub-indicator {
	background:		url('../images/arrows-666666.png') no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
}

.sf-menu li li li {
	background-color: #F4FAFF;
	color: #333333;
	border-bottom: #CCCCCC thin solid;
}



