/* CSS Document */



/* Edited with EditCSS */



/**** Inline STYLE-tag style sheet ****/



/* ================================================================ 

This copyright notice must be untouched at all times.



The original version of this stylesheet and the associated (x)html

is available at http://www.cssplay.co.uk/menus/final_drop3.html

Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.

This stylesheet and the assocaited (x)html may be modified in any 

way to fit your requirements.

=================================================================== */

/* style the outer div to give it width 

.menu {padding-bottom:200px; font-family:Arial, Helvetica, sans-serif; font-size: .68em; font-weight:lighter;}*/

.menu {

	float: right; 

	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; 

	font-size: 15px;

	margin: 0; 

	width: 743px;

	height: 62px;

	background: url(/images/menu-bg.jpg) no-repeat center; 

	padding: 0; 

}



/* remove all the bullets, borders and padding from the default list styling */

.menu ul {

	padding:0;

	margin:0;

	list-style-type:none;

	height:59px;

	width: 743px;

}





/* float the top list items to make it horizontal and a relative positon so that you can control the dropdown menu positon */

.menu ul li {

	float:left;

	height: 59px;

	width: 184px;

	line-height:2.5em;

}



/* style the links for the top level */

.menu a {

	display: block;

	/*float: left;*/

	text-decoration: none;

	color: #ffffff;

	padding: 0;

	font-weight: bold; 

	line-height: 59px;

}





.first, .second {

	margin-left: 55px;

}



.third {

	margin-left: 60px;

}



.fourth {

	margin-left: 65px;

}



/* style the table so that it takes no part in the layout - required for IE to work */

.menu table {position:absolute; left:0; top:0; font-size:1em; z-index:-1;}

.menu ul ul table {lef\t:-1px;}

.menu ul ul table ul.left {margin-lef\t:2px;}



.menu li:hover {position:relative;}

* html .menu a:hover {position:relative; text-decoration: none;}



