/* --------------------------
AUTHOR : STYLED MENUS
URL : http://www.styledmenus.com
Copyrights by STYLED MENUS
----------------------------*/
*{
	margin:0;
	padding:0;
}
body{
	background:#fff;
	color:#666;
	font:11px/18px;
}
#menu{
	width:120%;
	margin:-8px;
}
	#menu ul{
		list-style:none;
	}
		#menu li{
			list-style:none;
			display:block;
			float:left;
			height:30px;
			line-height:30px;
			text-align:center;
			margin:0 10px;
		}
			#menu li a{
				display:block;
				float:left;
				font-weight:bold;
				color:#fff;
				text-decoration:none;
				padding:5px 35px;
				//text-transform:uppercase;
			}
				#menu li a:hover{
					text-decoration:none;
					font-weight:bold;
				}
			#menu li a.red{
				background:#c40d0b url(images/r_f.gif) no-repeat left top;
			}
				#menu li a:hover.red{
					background:#c40d0b none;
				}
			#menu li a.orange{
				background:#f26522 url(images/o_f.gif) no-repeat left top;
			}
				#menu li a:hover.orange{
					background:#f26522 none;
				}
			#menu li a.yellow{
				background:#e4c016 url(images/y_f.gif) no-repeat left top;
			}
				#menu li a:hover.yellow{
					background:#e4c016 none;
				}
			#menu li a.green{
				background:#23AA2D no-repeat left top;
			}
				#menu li a:hover.green{
					background:#23AA2D url(images/g_f.gif) no-repeat left top;
			}
				}
			#menu li a.blue{
				background:#2c88ce url(images/b_f.gif) no-repeat left top;
			}
				#menu li a:hover.blue{
					background:#2c88ce none;
				}
			#menu li a.grey{
				background:#939393 url(images/gr_fold.gif) no-repeat left top;
			}
				#menu li a:hover.grey{
					background:#939393 none;
				}
			