/***********************************************/
/* © ECRM (http://www.e-crm.co.uk/)
* This notice MUST stay intact for legal use
* Visit http://www.e-crm.co.uk/ for this template and others.
***********************************************/
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */
/***********************************************/

.menu { font-family: verdana; font-size: 1em; font-weight: bold; background: #267780; margin-left: auto; margin-right: auto; width: 980px; }

.menu ul { margin: 0; padding: 0px 0px 0px 0px; list-style-type: none; }

/*List items - keeps horizontal*/
.menu ul li { position: relative; display: inline; float: left; }

/*Menu link items style*/
.menu ul li a { display: block; width: 126px;  height: 30px; background: #267780;; /*background of tabs (default state)*/ color: white; text-align: center; padding: 6px 0px 0px 12px; border: 1px solid #999999; text-decoration: none; }

.menu ul li a:link, .menu ul li a:visited { color: white; }

.menu ul li a:hover { background: #3DBECC; /*tab link background during hover state*/ color: white; }
