﻿/***** Global Classes *****/

a span {
	display: none;
	}

/***** Main Navigation *****/

ul#main-nav {
	width: 574;
	height: 21px;
	background: url(http://www.contestprep.ca/images/menu/bg.gif) repeat-x;
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
	}

ul#main-nav li {
	display: inline;
	float: left;
	margin: 0;
	padding: 0;
	height: 21px;
	position: relative;
	}

ul#main-nav li.spacer {
	width: 2px !important;
	font-size: 1px;
	background: url(http://www.contestprep.ca/images/menu/spacer.gif) no-repeat;
	}

ul#main-nav li a {
	display: block;
	height: 21px;
	position: relative;
	z-index: 999;
	}

a#nav-consulting {
	width: 213px;
	background: url(http://www.contestprep.ca/images/buttons/consulting.gif) no-repeat 0% 0%;
	}

a#nav-trainers {
	width: 63px;
	background: url(http://www.contestprep.ca/images/buttons/trainers.gif) no-repeat 0% 0%;
	}

a#nav-success {
	width: 112px;
	background: url(http://www.contestprep.ca/images/buttons/success-stories.gif) no-repeat 0% 0%;
	}

a#nav-eshop {
	width: 57px;
	background: url(http://www.contestprep.ca/images/buttons/e-shop.gif) no-repeat 0% 0%;
	}

a#nav-contactus {
	width: 78px;
	background: url(http://www.contestprep.ca/images/buttons/contact-us.gif) no-repeat 0% 0%;
	}

a#nav-home {
	width: 51px;
	background: url(http://www.contestprep.ca/images/buttons/home.gif) no-repeat 0% 0%;
	}

/***** a#nav-about:hover, a#nav-charter:hover, a#nav-services:hover, a#nav-fleet:hover, a#nav-experience:hover, a#nav-contact:hover {	background-position: 100% 100%;	} *****/

.drop { 
	position:absolute; 
	top: 21px; 
	}
	
.drop ul {
	margin: 0;
	padding: 0 0 5px 0; 
	width:163px; 
	list-style-type:none; 
	background: #000000;
	}
	
.drop li { 
	margin: 0; 
	padding: 0 0 0 4px;
	text-align: left !important;
	}
	
.drop a:visited {
	color: #cc9933;
	width: 135px;
	display: block;
	padding: 5px 0 5px 5px !this is the front of the padding for the drop down the last one;
	text-decoration: none;
	border-top: solid 1px #ffffff;

	text-align: left !important;
	font-size: 11px !important;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}

.drop a {
	color: #cc9933;
	width: 135px;
	display: block;
	padding: 5px 0 5px 5px !this is the front of the padding for the drop down the last one;
	text-decoration: none;
	border-top: solid 1px #ffffff;

	text-align: left !important;
	font-size: 11px !important;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}

.drop a:active {
	background: url(http://www.contestprep.ca/images/menu/drop-hover.gif) repeat-x;
	color: #cc9933;
	text-align: left !important;
	font-size: 11px !important;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}

.drop a:hover {
	background: url(http://www.contestprep.ca/images/menu/drop-hover.gif) repeat-x;
	color: #cc9933;
	text-align: left !important;
	font-size: 11px !important;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}

.drop-fot {
	background-color: #943332;
	height:5px; 
	width:163px;
	clear:both;
	}

#drop1 {
	left: 0;
	z-index: 200;
	}

#drop1 ul {
	width: 213px !important width of the menu;
	}

#drop1 a {
	width: 201px !important inside width;
	}

#drop3 {
	left: 280px;
	z-index: 200;
	}
	
#drop3 ul {
	width: 112px !important width of the menu;
	}

#drop3 a {
	width: 100px !important inside width;
	}

#drop5 {
	left: 449px;
	z-index: 200;
	}

#drop5 ul {
	width: 80px !important width of the menu;
	}

#drop5 a {
	width: 68px !important inside width;
	}

