/* MENU */

#menu li.current > a	{color:#fff; background:#b70200;}
#menu li.current > a.sub 	{color:#fff; background:#b70200 url(../img/down-arrow.gif) no-repeat right center;}

#menu 	    		{padding:0; margin:0; list-style:none; width:170px; position:relative; font-family: SourceSans, arial, verdana, sans-serif; text-decoration:none; font-size:16px; font-weight:bold; }
#menu li			{border-top:1px solid #888;}
#menu li :hover		{color:#fff; background-color:#d50505;}
#menu-sub 		{padding: 0; margin:0; list-style:none; width:170px;  background-color:#333;}

#menu li a 		{display:block; height:40px; width:120px; line-height:40px; background:#656565; color:#ccc; padding:0 30px 0 20px;}
#menu-sub li a 		{display:block; height:30px; width:120px; position:relative; line-height:30px; background:#333; color:#ccc; text-decoration:none; font-size:14px; font-weight:bold; padding:0 30px 0 20px;}

#menu li a.sub 		{background: #656565 url(../img/right-arrow.gif) no-repeat right center;}
#menu li:hover > a.sub 	{color:#fff; background-color:#d50505;}
