/*
	 CSS-Tricks Example
	 by Chris Coyier
	 http://css-tricks.com
*/

.nav-wrap-one { 
	margin: 0px auto;
	background-color:#857CB6; /* #999fff; */
	border-top: 2px solid #1A1D28;
	padding-top:5px;
}
.nav-wrap-two{

	margin: 0px auto;
	background-color: #FCFCFE;
	height:30px;
	padding-top:10px;
	*height:40px;
	_height:40px;
}
.menu-holder{
	background-color:#000;
	
}
.group:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
*:first-child+html .group { zoom: 1; } /* IE7 */

#example-one { margin: 0 auto; list-style: none; position: relative; width: 100%;}
#example-one li { display: inline; line-height:1em; padding:0px; font-size:1em}
#example-one li a { color: #bbb; font-size: 14px; display: block; float: left; padding: 6px 33px 10px 10px; text-decoration: none; text-transform: uppercase; }
#example-one li a:hover { color: white; }
#magic-line { 
position: absolute; bottom: -2px; left: 0; width: 100px; height: 2px; background: #ffffff; /* #fe4902 */
}

#example-two { margin: 0 auto; list-style: none; position: relative; width: 100%; }
#example-two li { display: inline; line-height:1em; padding:0px; font-size:1em}
#example-two li a { position: relative; z-index: 200; color: #bbb; font-size: 13px; display: block; float: left; padding: 6px 10px 4px 10px; text-decoration: none; }
#example-two li a:hover { color: white; }
#example-two #magic-line-two { padding-top:3px; position: absolute; top: 0; left: 0; width: 100px; background: #FF3300; z-index: 100; -moz-border-radius: 5px; -webkit-border-radius: 5px; }

/* my edit*/

#example-two-a { margin: 0 auto; list-style: none; position: relative; width: 100%; }
#example-two-a li { display: inline; line-height:1em; padding:0px; font-size:1em}
#example-two-a li a { position: relative; z-index: 200; color: #bbb; font-size: 13px; display: block; float: left; padding: 6px 10px 4px 10px; text-decoration: none; }
#example-two-a li a:hover { color: white; }
#example-two-a #magic-line-two-a { padding-top:3px; position: absolute; top: 0; left: 0; width: 100px; background: #FF3300; z-index: 100; -moz-border-radius: 5px; -webkit-border-radius: 5px;}

/* my edit*/

#example-two-b { margin: 0 auto; list-style: none; position: relative; width: 100%; }
#example-two-b li { display: inline; line-height:1em; padding:0px; font-size:1em}
#example-two-b li a { position: relative; z-index: 200; color: #bbb; font-size: 13px; display: block; float: left; padding: 6px 10px 4px 10px; text-decoration: none; }
#example-two-b li a:hover { color: white; }
#example-two-b #magic-line-two-b { padding-top:3px; position: absolute; top: 0; left: 0; width: 100px; background: #FF3300; z-index: 100; -moz-border-radius: 5px; -webkit-border-radius: 5px;}
/* my edit*/

#example-two-c { margin: 0 auto; list-style: none; position: relative; width: 100%; }
#example-two-c li { display: inline; line-height:1em; padding:0px; font-size:1em}
#example-two-c li a { position: relative; z-index: 200; color: #bbb; font-size: 13px; display: block; float: left; padding: 6px 10px 4px 10px; text-decoration: none; }
#example-two-c li a:hover { color: white; }
#example-two-c #magic-line-two-c { padding-top:3px; position: absolute; top: 0; left: 0; width: 100px; background: #FF3300; z-index: 100; -moz-border-radius: 5px; -webkit-border-radius: 5px;}
/* my edit*/

#example-two-d{ margin: 0 auto; list-style: none; position: relative; width: 100%; }
#example-two-d li { display: inline; line-height:1em; padding:0px; font-size:1em}
#example-two-d li a { position: relative; z-index: 200; color: #bbb; font-size: 13px; display: block; float: left; padding: 6px 10px 4px 10px; text-decoration: none; }
#example-two-d li a:hover { color: white; }
#example-two-d #magic-line-two-d { padding-top:3px; position: absolute; top: 0; left: 0; width: 100px; background: #FF3300; z-index: 100; -moz-border-radius: 5px; -webkit-border-radius: 5px;}

.current_page_item a, .current_page_item_two a, .current_page_item_two_a a, .current_page_item_two_b a, .current_page_item_two_c a, .current_page_item_two_d a { color: white !important;}
/*.current_page_item_two-1 a { color: white !important;}*/