
/* you can make changes these classes, which will effect the top menu */

/* CUSTOMIZATION SECTION*/

.menu {	
	background-color:#cc0000;	/* top menu bg color*/
}
.menu li a {
border-right:	1px solid #980404;		/* top menu right border color*/

}

.menu a, .menu a:link, .menu a:visited{ /* top menu link color*/
	color:#fff;	
}
.menu li a:hover { /* top menu mouse over color*/
	color:#3b3b3a;	
}

.menu li li {
	background:		#ededed;
	border-bottom:	1px solid #ddd;} /* top menu drop down link bg  color*/
	

.menu li li a:link, .menu li li a:visited{ /* top menu drop down link color*/
	color:#3b3b3a;
}

.menu li li a:hover, .menu li.current_page_item ul a:hover { /* top menu drop down link mouse over color*/
color:#666;
}
	
.menu li.current_page_item a,  .menu li.current_page_item a:link, .menu li.current_page_item a:visited{  /* top menu current or active link color*/
color:#3b3b3a;
}	
/* END CUSTOMIZATION SECTION */
	
/*** ESSENTIAL STYLES ***/
.menu, .menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
	z-index:414;

	
}
.menu {
	margin-top:70px;
	position:relative;
	
}

.menu ul {
	position:		absolute;
	top:			-999em;
	width:			15em; /* left offset of submenus need to match (see below) */
	
}
.menu ul li {
	width:			100%;
}
.menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.menu li {
	float:			left;
	position:		relative;
}
.menu a {
	display:		block;
	position:		relative;
}
.menu li:hover ul,
.menu li.sfHover ul {
	left:			0;
	top:			3.53em; /* match top ul list item height */
	z-index:		99;
}
ul.menu li:hover li ul,
ul.menu li.sfHover li ul {
	top:			-999em;
}
ul.menu li li:hover ul,
ul.menu li li.sfHover ul {
	left:			15em; /* match ul width */
	top:			0;
}
ul.menu li li:hover li ul,
ul.menu li li.sfHover li ul {
	top:			-999em;
}
ul.menu li li li:hover ul,
ul.menu li li li.sfHover ul {
	left:			15em; /* match ul width */
	top:			0;
}
/*** DEMO SKIN ***/
.menu {
	float:right;

}

.menu a {
	font-size:1.50em;
	
}

.menu li a {

	padding:15px 20px 10px 20px;
	text-decoration:none;	
}

.menu .lastlink a{
	background-image:none;
	border-right: none;
}


.menu ul li a{
border:none;

}

.menu li li ul {
margin-left:-1px;
}


.menu li:hover, .menu li.sfHover,
.menu a:focus, .menu a:hover, .menu a:active {

	outline:		0;


}

.menu a:active {	
	outline:		0;
}
.menu li a span {
display:block; 
font:normal 9px/20px Tahoma, Arial, Helvetica, sans-serif; 


}


/*** arrows **/
.menu a.sf-with-ul {
	padding-right: 	1.55em;
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
	position:		absolute;
	display:		block;
	right:			1.75em;
	top:			1.95em; /* IE6 only */
	width:			10px;
	height:			10px;
	text-indent: 	-999em;
	overflow:		hidden;
	background:		url('../images/arrows-ffffff.png') no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top:			1.70em;
	background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}
a > .sf-sub-indicator li {  /* give all except IE6 the correct values */
	top:			1.10em;
	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 */
.menu ul .sf-sub-indicator { background-position:  -10px 0; }
.menu ul a > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
.menu ul a:focus > .sf-sub-indicator,
.menu ul a:hover > .sf-sub-indicator,
.menu ul a:active > .sf-sub-indicator,
.menu ul li:hover > a > .sf-sub-indicator,
.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/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;
}
