@charset "utf-8";
/* default style */
a.mainlevel{
	text-transform: uppercase;
	font-size: 10px;
}

/* header Top-nav */
#topmenu {
	text-align:right;
	border: 0px solid #0F0;
	height: 20px;
	text-transform: uppercase;
	color: #333;
	margin-top: 15px;
}
/******************************************************/

#footermenu {
	border: #00CC33 solid 0px;
	text-align: left;
	text-transform: uppercase;
	width: 610px;
	float:left;
	font-size: 10px;
	color: #333;
}
/*****************************************************/
/* Legacy Horizontal Menu */
#footermenu a.mainlevel, #footermenu a.mainlevel {
	color: #CCC;
	font-size: 10px;
	display: inline;
	text-decoration: none;
}
#footermenu a.mainlevel:hover, #footermenu a.mainlevel:hover {
	color: #FFF;
	text-decoration: none;
}
#footermenu span.mainlevel, #footermenu span.mainlevel {
	color: #333;
}
#footermenu #active_menu, #footermenu a.mainlevel_active {
	color: #F90;
	font-size: 10px;
	font-weight: bold;
}

/*** SUPERFISH MENU ***/

.sf-menu {
	float: right;
	margin-bottom:	1em;
}
.sf-menu a {
	border-left:	0px solid #333;
	border-top:		0px solid #333;
	text-decoration:none;
	padding-top: .45em;
	padding-right: .8em;
	padding-bottom: .45em;
	padding-left: .8em;
}
.sf-menu a, .sf-menu a:visited { /* visited pseudo selector so IE6 applies text colour*/
	color:			#FFF;
}
.sf-menu li {
	background-color: #333;
	font-size: 12px;
}
.sf-menu li li {
	background-color: #333;
	font-size: 11px;
}
.sf-menu li li li {
	font-size: 11px;
	background-color: #333;
}
.sf-menu li:first-child, .sf-menu li.first-child {
}
.sf-menu li:last-child, .sf-menu li.last-child {
}
.sf-menu li:hover, .sf-menu li.sfHover, .sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	outline:		0;
	color: #FFF;
	background-color: #000;
	text-decoration: none;
}
.sf-menu li .separator {
	display: block;
	padding: 		.75em 1em;
	text-decoration:none;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-left-color: #fff;
}
/*** arrows **/

.sf-menu a.sf-with-ul {
	padding-right: 	2.25em;
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
	position:		absolute;
	display:		block;
	right:			.75em;
	top:			1.05em; /* IE6 only */
	width:			10px;
	height:			10px;
	text-indent: 	-999em;
	overflow:		hidden; /* 8-bit indexed alpha png. IE6 gets solid image only */
	background-image: url(../images/images_menu/arrows-ffffff.png);
	background-repeat: no-repeat;
	background-position: -10px -100px;
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top:			.8em;
	background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}
/* apply hovers to modern browsers */

a:focus > .sf-sub-indicator, a:hover > .sf-sub-indicator, a:active > .sf-sub-indicator, li:hover > a > .sf-sub-indicator, li.sfHover > a > .sf-sub-indicator {
	background-position: -10px -100px; /* arrow hovers for modern browsers*/
}
/* point right for anchors in subs */

.sf-menu ul .sf-sub-indicator {
	background-position:  -10px 0;
}
.sf-menu ul a > .sf-sub-indicator {
	background-position:  0 0;
}
/* apply hovers to modern browsers */

.sf-menu ul a:focus > .sf-sub-indicator, .sf-menu ul a:hover > .sf-sub-indicator, .sf-menu ul a:active > .sf-sub-indicator, .sf-menu ul li:hover > a > .sf-sub-indicator, .sf-menu ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}
/*** shadows for all but IE6 ***/

.sf-shadow ul {
	background:	url('../images/images_menu/shadow.png') no-repeat bottom right;
	padding: 0 8px 9px 0;
	-moz-border-radius-bottomleft: 17px;
	-moz-border-radius-topright: 17px;
	-webkit-border-top-right-radius: 17px;
	-webkit-border-bottom-left-radius: 17px;
}
.sf-shadow ul.sf-shadow-off {
	background: transparent;
}
.sf-menu .active {
	background-color: #000;
	color: #F90 !important;
}
.sf-menu .active a span{
	color: #F90 !important;
}
.sf-menu #current {
	background-color: #000;
	color: #F90 !important;
}
.superfish_clear {
	clear: both !important;
	height: 1px !important;
	overflow: hidden !important;
	font-size: 1px !important;
	margin: 0 !important;
	padding: 0 !important;
}
/******* END SUPERFISH *******/
