/*
      Created by Surajit KAYAL of WEBmagix

	  E-Mail: SurajitKayal@WEBmagix.co.in
	  
*/

a:hover, a:active, a:focus {
   outline: none;
   -moz-outline-style: none;
}

/* Magic MENU LINE */
.nav-wrap { border-top: 2px solid white; border-bottom: 2px solid white;}

.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;}
#example-one li { display: inline; color: #333;}
#example-one li a { color: #999; display: block; float: right; padding: 6px 24px 4px 24px; text-decoration: none; }
#example-one li a:hover { color:#4DAEFF }
#magic-line { position: absolute; bottom: -4px; left: 0; width: 100px; height: 2px; background: #69D6FF;}
.current_page_item a { color: #999 !important;}

