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

#menu #ajaxmenu {
	height: 31px;
	width: 967px;
	clear: left;
}

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

#ajaxmenu .category {
	display: block;
	position: relative;
	color: #ffffff;
	font-weight: normal;
	height: 31px;
	line-height: 31px;
	margin: 0px;
	font-size: 13px;
	float: left;
	z-index: 10;
	background: url(images/layout/menu.jpg) top left no-repeat;
}
#ajaxmenu .category {
	text-transform:uppercase;
}

#menu #ajaxmenu .menu_2 {
	width: 137px;
	background-position: 0 0;
}
#menu #ajaxmenu .menu_2:hover, #menu #ajaxmenu .menu_2.selected {
	width: 137px;
	background-position: 0 -31px;
}
#menu #ajaxmenu .menu_3 {
	width: 153px;
	background-position: -137px 0;
}
#menu #ajaxmenu .menu_3:hover, #menu #ajaxmenu .menu_3.selected {
	width: 153px;
	background-position: -137px -31px;
}
#menu #ajaxmenu .menu_4 {
	width: 190px;
	background-position: -290px 0;
}
#menu #ajaxmenu .menu_4:hover, #menu #ajaxmenu .menu_4.selected {
	width: 190px;
	background-position: -290px -31px;
}
#menu #ajaxmenu .menu_5 {
	width: 146px;
	background-position: -480px 0;
}
#menu #ajaxmenu .menu_5:hover, #menu #ajaxmenu .menu_5.selected {
	width: 146px;
	background-position: -480px -31px;
}
#menu #ajaxmenu .menu_6 {
	width: 123px;
	background-position: -626px 0;
}
#menu #ajaxmenu .menu_6:hover, #menu #ajaxmenu .menu_6.selected {
	width: 123px;
	background-position: -626px -31px;
}
#menu #ajaxmenu .menu_7 {
	width: 218px;
	background-position: -749px 0;
}
#menu #ajaxmenu .menu_7:hover, #menu #ajaxmenu .menu_7.selected {
	width: 218px;
	background-position: -749px -31px;
}

#ajaxmenu .category.first span {
	height: 31px;
	width: 8px;
	display: block;
	position: absolute;
	top:0;
	left:0;
}

#ajaxmenu .category.last span {
	height: 31px;
	width: 8px;
	display: block;
	position: absolute;
	top:0;
	right:-1px;
}


/* 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 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: 10;
 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;
 padding-bottom: 8px;
 width: 152px;
 background: url('images/layout/submenu_btm.png') bottom left no-repeat;
}
#ajaxmenu .menudiv div, .menudiv div {
 background: #1F1F1F url('images/layout/submenu_l.jpg') top left no-repeat;
 padding: 0px;
 height: 28px;
}
#ajaxmenu .menudiv div a, .menudiv div a {
	display: block;
 height: 28px;
	padding-left: 10px;
	padding-top: 5px;
 background: url('images/layout/submenu_r.jpg') top right no-repeat;
}
/* 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;
}
#ajaxmenu .menudiv a:hover {
	color: #2f79ac;
}
.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;
}

