﻿/* Navigation Menu Css */

#Menu a:link, #Menu a:active, #Menu a:visited
{
	color					: #fff;
	text-transform			: uppercase;
	padding-left			: 60px;
	border-bottom			: solid 1px #dd4901;
	height					: 30px;
	line-height				: 30px;
	width					: 240px;
	text-decoration			: none;
	display					: block;
	text-align				: left;
	background				: transparent url(images/mitem.gif) no-repeat 30px center;
}

#Menu a:hover
{
	
	background				: transparent url(images/mitemover.gif) no-repeat 30px center;
}
