/*
   CSS Image Menu Example
	 Orlando de Frias - July 10, 2008
	 (c) 2008 "The World And Everyone In It"
	 Free to use without giving credit.


html {margin: 0; padding: 0;}
body {
	margin: 0;
	padding: 10px;
	font-family: Arial;
	background-color: #303136;
	font-size: .75em;
	color: #333;
}*/

ul#menu {
	list-style: none;
	margin: 0;
	padding: 0;
	height: 25px;	
}
ul#menu li {
	float: left;
	display: inline;
	height: 25px;
	margin: 0px;
	overflow: hidden;
	list-style-type:none;
    list-style-image:none;  
	background-image:none;  
	margin:0px;
	padding:0px;   
}
ul#menu li a {
	display: block;
	height: 25px;
	text-indent: -999em;	
}

ul#menu li#home a {background: url(../images/home-on-off.gif) no-repeat bottom left; width: 37px;}
ul#menu li#entrepreneurs a {background: url(../images/entrepreneurs-on-off.gif) no-repeat bottom left; width: 107px;}
ul#menu li#investors a {background: url(../images/investors-on-off.gif) no-repeat bottom left; width: 82px;}
ul#menu li#aboutvg a {background: url(../images/aboutvg-on-off.gif) no-repeat bottom left; width: 79px;}
ul#menu li#newschannel a {background: url(../images/newschannel-on-off.gif) no-repeat bottom left; width: 101px;}
ul#menu li#investorprofiles a {background: url(../images/investor-profiles-on-off.gif) no-repeat bottom left; width: 118px;}
ul#menu li#investmentproposals a {background: url(../images/investment_prop_on_off.gif) no-repeat bottom left; width: 145px;}

ul#menu li#home a:hover, ul#menu li#entrepreneurs a:hover, ul#menu li#investors a:hover,ul#menu li#aboutvg a:hover,
ul#menu li#newschannel a:hover, ul#menu li#investorprofiles a:hover,ul#menu li#investmentproposals a:hover,
ul#menu li#home.selected a, ul#menu li#entrepreneurs.selected a, ul#menu li#investors.selected a,ul#menu li#aboutvg.selected a,
ul#menu li#newschannel.selected a, ul#menu li#investorprofiles.selected a,ul#menu li#investmentproposals.selected a
{ background-position: top left;}


/*ul#menu li#home a:hover,ul#menu li#home.selected a {background: url(../images/home_but_on.gif) 0 0 no-repeat; width: 37px;}
ul#menu li#entrepreneurs a:hover,ul#menu li#entrepreneurs.selected a {background: url(../images/entrepreneurs_but_on.gif) 0 0 no-repeat; width: 107px;}
ul#menu li#investors a:hover,ul#menu li#investors.selected a {background: url(../images/investors_but_on.gif) 0 0 no-repeat; width: 82px;}
ul#menu li#aboutvg a:hover,ul#menu li#aboutvg.selected a {background: url(../images/about_but_on.gif) 0 0 no-repeat; width: 79px;}
ul#menu li#newschannel a:hover,ul#menu li#newschannel.selected a {background: url(../images/newschannel_but_on.gif) 0 0 no-repeat; width: 101px;}
ul#menu li#investorprofiles a:hover,ul#menu li#investorprofiles.selected a {background: url(../images/investor_pro_button_on.gif) 0 0 no-repeat; width: 118px;}
ul#menu li#investmentproposals a:hover,ul#menu li#investmentproposals.selected a {background: url(../images/Investment_prop_on.gif) 0 0 no-repeat; width: 145px;}
*/

