/*#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	height: 43px;
	padding: 12px 30px 0 15px;
	text-decoration: none;
	font: bold 1.2em "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #333333;
}
*html #menu a{
font-size:1.7em;
}


#menu a:hover {
	text-decoration: underline;
}

#menu .active a {
	background: url(../img/img03.gif) no-repeat center bottom;
	text-decoration:underline;
}
*/

ul#nav, ul#nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}

ul#nav  li {
/*
	position: relative;
	float: left;
	width:120px;*/
	text-align:center;
	display:block;
	float:left;
}
	
#nav li ul {
	position: absolute;
	margin-left: -999em; /* hide menu from view */
	top: auto;
	left:0;
}

/* Styles for Menu Items */
ul#nav  li a {
	display: block;
	float:left;
	text-decoration: none;
	background: transparent; /* IE6 Bug */
	margin-bottom:-1px;
	min-height:0;
	
	height: 43px;
	padding: 12px 30px 0 15px;
	text-decoration: none;
	font: bold 1em "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #333333;
	}
ul#nav  li ul a{
height:auto;
}	
ul#nav  li:hover a{
background:transparent;
text-decoration:underline;
}

#menu .active a {
	background: url(../img/img03.gif) no-repeat center bottom;
	text-decoration:underline;
}
#menu .active a:hover {
	background: url(../img/img03.gif) no-repeat center bottom;
	text-decoration:underline;
}

/* commented backslash mac hiding hack \*/ 
* html ul#nav  li a {height:1%;	position:relative;font-size:1.4em;height:43px}
* html ul#nav  li ul li a {font-size:1em;height:20px}
/* end hack */ 

/* this sets all hovered lists to red */
#nav li:hover a,#nav  li.over a,
#nav li:hover li a:hover,#nav li.over li a:hover {
   color:#333;
   background:transparent;
   }
   
#nav li:hover ul li a:hover,#nav li.over ul li a:hover {
background:#666;
}


/* set dropdown to default */
#nav li:hover li a,#nav li.over li a {
	text-align:left;
   color: #777;
   background-color: #333;
   background:#333;
}
#nav li ul li a { padding: 2px 5px; } /* Sub Menu Styles */
#nav li:hover ul,#nav li.over ul {margin-left:0;background: url(../img/menu_hover.gif) no-repeat center top; 
padding:11px 0 5px 0;margin-top:-16px;} /* show menu*/
