﻿/*--------------------------------------
========================================
EMS-IT Main Style Sheet

version: 1.0
author:  rotimi a-williams
email:   neobanzia@gmail.com
website: http://neobanzia.net
========================================
----------------------------------------*/

#menu {
	background: #3e3e3e;
	list-style: none;
	margin: 0px;
	padding: 0px;
	width: 200px;
}
#menu li {
	font-size:117.5% ;
	font-weight:bold;
	margin: 0px;
	padding: 0px;
}
#menu a {
	background: #3e3e3e;
	border-bottom:1px #494949 solid;
	color: #ccc;
	display: block;
	margin: 0;
	padding: 4px 6px;
	text-decoration: none;
	font-weight:normal;
	
}
#menu a:hover {
	background: #be6263 url("../img/menu-hover.gif") left center no-repeat;
	color: #fff;
	padding-bottom: 4px;
}                    
                    


