@charset "utf-8";
/* CSS Document */
/* Content 531px Breite */

body						{ background-color:#ffffff; text-align:center; margin:0px; padding:0px; margin-top:10px; margin-bottom:20px; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:11px; color:#000000;}

#container					{ width:740px; text-align:left;}
#header						{ width:740px; height:150px; background-image:url(images/header.jpg); border:1px solid #000000; border-bottom:0px;}
#navi						{ width:740px; height:25px; border-left:1px solid #000000; border-right:1px solid #000000; background-image:url(images/a_bg.gif); background-repeat:repeat-x; background-position:bottom;}
#content-container			{ width:740px; float:left; background-color:#FFFFFF; border:1px solid #000000; background-image: url(images/inner_776x1.jpg); background-repeat:repeat-y;}
#content					{ width:494px; float:left; padding:20px; line-height:18px;}
#right						{ width:186px; float:right; padding-top:20px; padding-left:10px; padding-right:10px; padding-bottom:20px;}
#right-box					{ width:163px; background-color:#ea2121; border:1px solid #000000; border-right:0px; margin-top:20px; margin-bottom:20px;}
#footer						{ width:740px; height:20px; background-color:#ea2121; border-left:1px solid #000000; border-right:1px solid #000000; border-bottom:1px solid #000000; color:#FFFFFF;}
							

#ajaxmenu{
	width:740px;
	height:24px;
	border-top:1px solid black;
	/*background:  url(images/header_776x43.jpg) no-repeat left top;*/
}

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

#ajaxmenu ul li {
	border-right: 1px solid #ea2121;
	position: relative;
	float: left;
	width:104px;
	display: block;
	text-decoration: none;
	text-align: center;
	font-weight: normal;
}
	
#ajaxmenu ul li ul {
	position: absolute;
	left: 0; /* Set 1px less than menu width */
	top:24px;
	line-height: 16px;
	}
#ajaxmenu ul li a {
	color: #ffffff;
	font-weight:normal;
}



/* Styles for Menu Items */
#ajaxmenu ul li.categoryfirst {
	color: #062E4B;
	height: 24px;
	line-height: 24px;
	padding-right: 0px;
	padding-left: 0px;
	background-image: url(images/a_bg.gif);
	background-repeat:repeat-x;
	background-position: -111px;
	margin: 0px;
	width:107px;
	}
	
#ajaxmenu ul li.category {
	color: #062E4B;
	height: 24px;
	line-height: 24px;
	padding-right: 0px;
	padding-left: 0px;
	background-image: url(images/a_bg.gif);
	background-repeat:repeat-x;
	background-position: -111px;
	margin: 0px;
	}
	
#ajaxmenu ul li.categorylast {
	color: #062E4B;
	height: 24px;
	line-height: 24px;
	padding-right: 0px;
	padding-left: 0px;
	background-image: url(images/a_bg.gif);
	background-repeat:repeat-x;
	background-position: -111px;
	margin: 0px;
	border:0px;
	width:107px;
	}


#ajaxmenu ul li.categoryfirst:hover, #ajaxmenu ul li.firstcategory.over {
	color: #fff;
	background-image: url(images/a_bg_hover.gif);
	width:107px;
}

#ajaxmenu ul li.category:hover, #ajaxmenu ul li.category.over {
	color: #fff;
	background-image: url(images/a_bg_hover.gif);
	width:104px;
}
#ajaxmenu ul li.categorylast:hover, #ajaxmenu ul li.lastcategory.over {
	color: #fff;
	background-image: url(images/a_bg_hover.gif);
	width:107px;
}

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

/* hovered lists */
#ajaxmenu li a, #ajaxmenu li.over a {
	color: #fff;
	display: block;

}


#ajaxmenu li.categoryfirst a:hover {
	color: #fff;
	background-image: url(images/a_bg_hover.gif);
	width:107px;
}

#ajaxmenu li.category a:hover {
	color: #fff;
	background-image: url(images/a_bg_hover.gif);
	width:104px;
}

#ajaxmenu li.categorylast a:hover {
	color: #fff;
	background-image: url(images/a_bg_hover.gif);
	width:107px;
}




#ajaxmenu li li a:hover, #ajaxmenu li.over li a:hover {
	background-image: url(images/bullet_11x8_roll.gif) !important;
	color: #fff;
	background-repeat:repeat-x;
	background-color: #ea2121;
	background-position: left center;
	text-indent: 8pt;
}

/* set dropdown */
#ajaxmenu li li a, #ajaxmenu li.over li a {
	background-color:#FFFFFF;
	color: #000000;
	background-image: url(images/bullet_11x8.gif) !important;
	background-repeat: no-repeat !important;
	text-align: left;
	font-weight: normal;
	background-position: left center;
	text-indent: 8pt;
}
#ajaxmenu li ul li a {
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 5px;
	padding-left: 5px;
	border-top: 0px solid #000000;
	font-weight:bold;
	background-color:#F2F2F2;
} 

#second li, #second a, #second a:hover {
	width: 172px !important;
	display:block;
}

#second {
	width:172px;
	border-right: 0px solid #000000;
	border-left: 0px solid #000000;
}

#second li.last {
	border-bottom: 0px solid #000000;
} 

#second li.first {
	border-top: 1px solid #000000;
} 



/* Sub Menu Styles */

#ajaxmenu li ul, #ajaxmenu li.over ul { 
	display: block; 
} /* The pop */
#ajaxmenu {
	margin-right: auto;
	margin-left: auto;
	width: 740px;

}

#myajaxmenu {
	display: block;
	z-index: 1000;
}
