/* 
WOO CUSTOM STYLESHEET
---------------------

Instructions:

Add your custom styles here instead of style.css so it 
is easier to update the theme. Simply copy an existing 
style from style.css to this file, and modify it to 
your liking.

*/

#nav .linkalert a{
	line-height:26px;/*height: 20px;*/
	background: #4e9d4e;/*#b3d5b3*/
	color: #ffffff; /*#131095*/
	border-top: 1px solid #131095;
	border-bottom: 1px solid #131095;
	border-left: 5px solid #cccccc;
	border-right: 5px solid #cccccc;
	/*padding-bottom: 4px;*/
}
#nav .linkalert a:hover {
	background: #131095;
	color: #FFFFFF;
	display: block;
	text-decoration: none;
	/*margin: 0px 20px 0px 0px;
	padding: 6px 10px 4px 10px;*/
}
