/* ------------------------------------ */
/*      FILE INFO
Filename:       adv_menu.css
Description:    Graph menu CSS
Author:         Yuriy Piskun aka YoYurec
Author URI:     http://yoyurec.in.ua/
Version:
Project:
/* ------------------------------------ */

.hide {text-indent:-9999px; overflow:hidden; zoom:1; display:block;}

#menu {width:990px; margin:0; padding:0;overflow:hidden; zoom:1;}

	#menu li {list-style-type:none; display:inline; margin:0; padding:0;}

		#menu li a {float:left;height:30px;background: #145395 url(../img/adv_menu.png) no-repeat 0 0;}

		#menu a#menu-home {width:97px;background-position:0 0;}
		#menu a#menu-home:hover, #menu .prev a#menu-home:hover, #menu a#menu-home.current {background-position:0 -30px;}
		#menu .prev a#menu-home {background-position:0 -60px;}

		#menu a#menu-incentives {width:174px;background-position:-97px 0;}
		#menu a#menu-incentives:hover, #menu .prev a#menu-incentives:hover, #menu a#menu-incentives.current {background-position:-97px -60px;}
		#menu .prev a#menu-incentives {background-position:-97px -30px;}

		#menu a#menu-approach {width:174px;background-position:-271px 0;}
		#menu a#menu-approach:hover, #menu .prev a#menu-approach:hover, #menu a#menu-approach.current {background-position:-271px -30px;}
		#menu .prev a#menu-approach {background-position:-271px -60px;}

		#menu a#menu-solutions {width:186px;background-position:-445px 0;}
		#menu a#menu-solutions:hover, #menu .prev a#menu-solutions:hover, #menu a#menu-solutions.current {background-position:-445px -60px;}
		#menu .prev a#menu-solutions {background-position:-445px -30px;}

		#menu a#menu-opportunities {width:220px;background-position:-631px 0;}
		#menu a#menu-opportunities:hover, #menu .prev a#menu-opportunitie:hover, #menu a#menu-opportunities.current {background-position:-631px -30px;}
		#menu .prev a#menu-opportunities {background-position:-631px -60px;}

		#menu a#menu-contacts {width:139px;background-position:-851px 0;}
		#menu a#menu-contacts:hover, #menu .prev a#menu-contacts:hover, #menu a#menu-contacts.current {background-position:-851px -60px;}
