@import url(http://fonts.googleapis.com/css?family=Abel);

@font-face {
    font-family: 'abelregular';
    src: url('abel-regular-webfont.eot');
    src: url('abel-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('abel-regular-webfont.woff') format('woff'),
         url('abel-regular-webfont.ttf') format('truetype'),
         url('abel-regular-webfont.svg#abelregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

#navigation {
	float: right;
    margin: 0;
	padding: 0;
	font-family:Abel, 'abelregular';
	font-size: 17px;
	font-weight:400;
	background-color: #ffffff;
    z-index: 1100;
    position: relative;
	
}

*html #navigation {
	width: 955px;
}

#navigation .nav, .nav * {
    margin: 0;
    padding: 0;
    list-style: none;
}

#navigation  .nav {
    line-height: 1.0;
}

#navigation .nav ul {
    position: absolute;
    top: -999em;
	border-left: 1px solid #e2e2e2;
	border-right: 1px solid #e2e2e2;
    width: 600px;
	background: #F2F2F2;
	margin:0.2em 0 0;
}

#navigation .nav ul li {
    width: 33.3%;
}

#navigation .nav li:hover {
    visibility: inherit; /* fixes IE7 'sticky bug' */
}

#navigation .nav li:last-child a{
	/*border-right:1px solid #b5bac2;*/
}

#navigation .nav li a{
	font-weight: 400;
	/*background-color:#f8f8f8;*/
}

#navigation .nav li {
    float: left;
    position: relative;
}

#navigation .nav a {
    display: block;
    position: relative;
}
#navigation .nav li:hover ul,
#navigation .nav li.sfHover ul {
    left: 0;
    top: 46px; /* match top ul list item height */
    z-index: 9999;
}

#navigation ul.nav li:hover li ul,
#navigation ul.nav li.sfHover li ul {
    top: -999em;
}

#navigation ul.nav li li:hover ul,
#navigation ul.nav li li.sfHover ul {
    left: 185px; /* match ul width */
    top: -1px;
}

#navigation ul.nav li li:hover li ul,
#navigation ul.nav li li.sfHover li ul {
    top: -999em;
}

#navigation ul.nav li li li:hover ul,
#navigation ul.nav li li li.sfHover ul {
    left: 185px; /* match ul width */
    top: 0;
}

#navigation ul.nav .active{
	/*background-color: #4d5769;
	background-image:url('../img/active_nav_bg.png');
	background-repeat:no-repeat;
	background-position:bottom center;*/
}

#navigation ul.nav .active a { /* Main Nav When Active */
    color: #C4161C;
	font-weight: 400;
}

#navigation ul.nav .active a:hover { /* Main Nav When Hover */
    color: #ED2A31;
}

#navigation ul.nav li.active ul li a { /* Sub Nav When Main Nav is Active */
    background-color:none;
    color: #000000;
}

#navigation ul.nav li ul li a:hover{ /* Sub Nav When Active */
    background-color: #333;
    background-image: none;
    color: #fff;
}

#navigation ul.nav li ul li.active ul li a {
    background-color: transparent;
}

#navigation ul.nav li ul li.active ul li a:hover {
    background-color: #333;
}

/*** DEMO SKIN ***/

#navigation .nav {
    float: left;
}

#navigation .nav li a {
	text-decoration: none;
	color: #000000;
    text-align: left;
    padding: 0.8em 1.5em 1em 1.5em;
	margin-bottom: 0!important;
	/*border-left: 1px solid #b5bac2;*/
}

@media \0screen {
	#navigation .nav li a {width: 187px;}
}


#navigation .nav li ul li a {
    font-size: 15px;
    text-align: left;
    padding: 1em 1.4em 1em 2em;
	text-transform: capitalize;
	word-wrap: break-word;
	border-bottom:1px solid #e2e2e2!important;
	height:22px;
	color: #444;
	background: #f2f2f2;
}

#navigation .nav li ul li ul li a {
    padding: 8px 6px 7px;
}

#navigation .nav li {
    background: transparent;
}

#navigation .nav li li {
    line-height: 1.5;
    background: #fff; /* Sub Nav background color */
}

#navigation .nav li li li {
    background: #f8f8f8; /* Sub Sub Nav background color */
}

#navigation .nav li:hover {
    outline: 0;
    color: #fff;
}

/* #navigation .nav a:focus {
    background-color: #4d5769;
    outline: 0;
    color: #fff;
} */

#navigation .nav a:hover {
    outline: 0;
    color: #666;
}

#navigation .nav li ul li{
	padding:0;	
}

#navigation .nav li ul li a{
	border:0px;
	color: #000;
}

#navigation .nav li ul li a:hover {
	background-image: none;
}

#navigation .nav li:hover ul li a:hover {
    color: #fff;
	background-color: #ed7478;
}

/*** arrows **/
#navigation .nav a.sf-with-ul {
    /*padding-right: 	2.25em;*/
    min-width: 1px; /* trigger IE7 hasLayout so spans position accurately */
}

#navigation .sf-sub-indicator {
    position: absolute;
    display: block;
    right: .75em;
    top: 1.05em; /* IE6 only */
    width: 10px;
    height: 10px;
    text-indent: -999em;
    overflow: hidden;
}

#navigation 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 */
#navigation a:focus > .sf-sub-indicator,
#navigation a:hover > .sf-sub-indicator,
#navigation a:active > .sf-sub-indicator,
#navigation li:hover > a > .sf-sub-indicator,
#navigation li.sfHover > a > .sf-sub-indicator {
    background-position: -10px -100px; /* arrow hovers for modern browsers*/
}

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

/*** shadows for all but IE6 ***/

#navigation .sf-shadow ul {
    padding: 0;
}

#navigation .sf-shadow ul.sf-shadow-off {
    background: transparent;
}