/* 
--------------------------------------
   MAIN MENU
--------------------------------------
*/ 

#menu ul {
	width				:812px;
	list-style-type		: none;
	text-indent			: -2000px;
/*	display				: block;*/
	clear				: both;
	padding-top			: 0px;
	margin				: 0px;
	padding				: 0px;
	}

#menu li {
	float				: left;
	}
	
#menu li.one a {
	background-image	: url(../img/menu/about_us.jpg);
	height				: 29px;
	width				: 122px;
	text-decoration		: none;
	display				: block;
	}

#menu li.one a:hover {
	background-image	: url(../img/menu/about_us_over.jpg);
	}
	
#menu li.two a {
	background-image	: url(../img/menu/capabilities.jpg);
	height				: 29px;
	width				: 115px;
	text-decoration		: none;	
	display				: block;
	}

#menu li.two a:hover {
	background-image	: url(../img/menu/capabilities_over.jpg);
	}	

#menu li.three a {
	background-image	: url(../img/menu/gallery.jpg);
	height				: 29px;
	width				: 156px;
	text-decoration		: none;display:block;
	display				: block;
	}

#menu li.three a:hover {
	background-image	: url(../img/menu/gallery_over.jpg);
	}	

#menu li.four a {
	background-image: url(../img/menu/quote.jpg);
	height				: 29px;
	width				: 152px;
	text-decoration		: none;
	display				: block;
	}

#menu li.four a:hover {
	background-image	: url(../img/menu/quote_over.jpg);
	}	

#menu li.five a {
	background-image	: url(../img/menu/login.jpg);
	height				: 29px;
	width				: 126px;
	text-decoration		: none;
	display				: block;
	}

#menu li.five a:hover {
	background-image	: url(../img/menu/login_over.jpg);
	}
	
#menu li.six a {
	background-image	: url(../img/menu/contact.jpg);
	height				: 29px;
	width				: 141px;
	text-decoration		: none;
	display				: block;
	}

#menu li.six a:hover {
	background-image	: url(../img/menu/contact_over.jpg);
	}	

/* 
--------------------------------------
   GALLERY MENU
--------------------------------------
*/ 

#gallery {
	font-family			: Century Gothic, Tahoma, "Trebuchet MS", Georgia, "Times New Roman", times, serif;
	font-size			: 13px;
	width				: 233px;
	padding				: 0px;
	margin				: 0px;
	}

#gallery ul {
	list-style			: none;
	margin				: 0px;
	padding				: 0px;
	border				: none;
	}

#gallery ul li {
	margin				: 0px;
	padding				: 0px;
	}
	
#gallery ul li a {
	font-size			: 13px;
	display				: block;
	border-bottom		: solid #bfbfbf 1px;
	border-right		: dashed #bfbfbf 1px;
	padding				: 5px 0px 2px 4px;
	text-decoration		: none;
	color				: #000000;
	width				: 232px;
	}

#gallery ul li a:hover, #vertmenu ul li a:focus {
	color				: #ec1f2f;
	background-color	: #b5b4b4;
	}
		
