#menu {
	height: 49px;
	margin: 0px;
}

#menu #ajaxmenu {
	height: 49px;
	width: 627px;
	background: #FFFFFF url(../images/menu_back.jpg) no-repeat center;
	clear: left;
}

#ajaxmenu div {
	margin: 0;
	padding: 0;
	list-style: none;
	}

#ajaxmenu .category {
	
	position: relative;
	color: #ffffff;
	font-weight: normal;
	height: 44px;
	line-height: 36px;
	margin: 0px;
	font-size: 14px;
	float: left;
	z-index: 5;
	top: 10px;
	left: 30px;
	
}

#ajaxmenu .category.fr {

	font-size: 13px;
	top: 10px;
	left: 20px;
	
}

#ajaxmenu .category a:hover{
	text-decoration: underline;
}

#ajaxmenu div.category.selected a {
	text-decoration: underline;
}


#ajaxmenu div.category.first {
	padding-left: 10px;
}


/* Styles for Menu Items */
/*
#ajaxmenu .category {
	
	position: relative;
	color: #ffffff;
	font-weight: normal;
	height: 44px;
	line-height: 36px;
	margin: 0px;
	padding-left: 11px;
	margin-right: 11px;
	float: left;
	z-index: 5;
	top: 0;
	left: 0;
	
}
#ajaxmenu .category.selected {
 
	background: transparent url(images/navitem_left.png) no-repeat left;
	padding-left: 11px;
	padding-right: 0;
	margin: 0px;
}

#ajaxmenu .category.selected span {
	display: block;
	float: left;
	height: 44px;
	line-height: 36px;
	background: transparent url(images/navitem_rpt.png) no-repeat right;
	padding-right: 11px;
	margin: 0px;
}

#ajaxmenu .category:hover, #ajaxmenu .category.over {

	color: #fff;
	background: transparent url(images/navitem_left.png) no-repeat left;
	padding-left: 11px;
	margin: 0px;
}

#ajaxmenu .category:hover span, #ajaxmenu .category.over span {
	display: block;
	height: 44px;
	line-height: 36px;
	background: transparent url(images/navitem_rpt.png) no-repeat right;
	padding-right: 11px;
	margin: 0px;
}
*/


/* commented backslash \*/ 
* html div a {height:1%}
/* end hack */ 
#ajaxmenu div a {
	text-decoration: none;
}

/* hovered lists */
#ajaxmenu a, #ajaxmenu .over a {
	color: #fff;
}
#ajaxmenu div div div a:hover, #ajaxmenu div.over div div a:hover {
	color: #fff;
	background: transparent url(../images/drop_down_over.jpg) no-repeat 0 0;
}
#ajaxmenu div div div.last a:hover, #ajaxmenu div.over div div.last a:hover {
	color: #fff;
	background: transparent url(../images/drop_down_over_last.gif) no-repeat 0 0;
}


#ajaxmenu div div div a, #ajaxmenu div.over div div a {
	color: #ffffff;
	text-align: left;
	font-weight: normal;
	width: 135px;
	padding-left:10px;
	height: 35px;
	line-height: 35px;
	/*
height: 35px;
	line-height: 35px;
*/
	background: transparent url(../images/drop_down_back.jpg) no-repeat 0 0;
}

#ajaxmenu div div div.last a{
	height: 35px;
	line-height: 35px;
	background: transparent url(../images/drop_down_back_last.gif) no-repeat 0 0;
}

#ajaxmenu li ul, #ajaxmenu li.over ul { 

	
} /* The pop */

#myajaxmenu {
	top:0px;
	left: 0px;
	display: block;
	z-index: 9;
}




/* RULES FOR THE "MENUDIV" OBJECT */


/* An absolutely positioned and hidden DIV (treated as a layer in NS4). */
#ajaxmenu .menudiv, .menudiv {
 position: absolute;
 visibility: hidden;
 z-index: 1;
 text-align: left;
 /* Here's a cool effect, try uncommenting this, althought it's non-standard: */
 /* filter: alpha(opacity=80); -moz-opacity: 0.8; opacity: 0.8 */
 margin: 0;
 padding: 0;
 top: 0;
 left: 0;
 margin-top: 5px;
 
}
/* Formatting to apply to the elements inside the "menudiv" class elements. */
/* Of course, you can put whatever you want within the menu divs, these are just examples. */

.menudiv .header {
 width: 100%;
 font-weight: normal;
 text-align: center;
 background: #15427B;
 cursor: default;
}
#ajaxmenu #dropdown_container {
	position: absolute; 
	top:0; 
	left: 0; 
	width: 1px;
	visibility: hidden;
}

#ajaxmenu .menudiv a {
 float: none;
 display: block;
 /* I've specified borders for each side individually so NS4 ignores this setting */
 /*border-bottom: 1px solid #888;*/
 color: #fff;
/*
 padding-left: 5px;
 padding-right: 5px;
 padding-top: 5px;
*/
 text-decoration: none;
 font-size: 12px;
 font-weight: normal;
 white-space: nowrap;
}

/* I'm using :hover and :active pseudo-classes for link mouse effects. */
.menudiv a:visited {
 text-decoration: none;
}
.menudiv a:hover {
	
}
.menudiv a:active {
 /*background-color: #f55e2f;*/
 color: #FFFFFF;
}

/*
The script will automatically assign a class of "highlighted" to elements that currently
have an active submenu, so here's a little CSS to format links within a .menudiv element.
*/
.menudiv .highlighted {
 background-color: #336699;
 border-color: #336699;
 color: #FFFFFF;
}

/* The links in the upper-left that pop out 'divMenu' menus. */
.trigger a {
 font: Bold 14px Arial, Helvetica, sans-serif;
 color: #003366;
 text-decoration: none;
}

/* Likewise, style active trigger links */
.trigger a.highlighted {
 color: #CC9966;
}

