/*----- Start "Menu" -----*/
div,ul,li { margin: 0; padding: 0; outline: 0; }

#menu {
	width: 177px;
	background: url(images/menu-bg.gif) repeat-y 0 0;
	margin-bottom: 4px;
}
#menu .bot {
	padding-bottom: 83px;
	background: url(images/menu-bot.gif) no-repeat 0 bottom;
}
#menu ul {
	padding-top: 4px;
	background: url(images/menu-top.gif) no-repeat 0 0;
	height:100%;
}
#menu ul li {
	list-style-type: none;
	position:relative;
	z-index:1000;
	width:177px;
	display:block;
	float:left;
}
#menu ul li a {
	display: block;
	height: 33px;
	width:177px;	
	line-height: 33px;
	padding-left: 18px;
	background: url(images/menu-link.gif) no-repeat 0 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px; 
	color:#b42328; 
	font-weight:bold;
	text-decoration:none;
}

/* #menu ul li a.active, */
#menu ul li a.hover,
#menu ul li a:hover {
	background-position: 0 bottom;
	color: #000000;
	text-decoration: none;
}

#menu .submenu ul{
	position:absolute;
	width:177px;
	top:-4px;
	left:177px;
	background: url(images/submenu-top.gif) no-repeat 0 0;
	margin: 0; padding: 0; outline: 0;
}
#menu .submenu ul li {
	width:177px;
	margin: 0; padding: 0; outline: 0;
}
#menu .submenu ul a {
	background-image:url(images/submenu-link.gif);
	width:177px;
}


#menu .submenurtl ul{
	position:absolute;
	width:177px;
	top:-4px;
	right:177px;
	background: url(images/submenu-top-rtl.gif) no-repeat 0 0;
}
#menu .submenurtl ul li {
	width:177px;
}
#menu .submenurtl ul a {
	background-image:url(images/submenu-link-rtl.gif);
	width:177px;
}
/*------ End "Menu" ------*/