/* CSS Document */

/* style top menu */
.menuContainer {
	
	border-right:1px solid #863333;
	border-left:1px solid #863333;
	border-top:0px solid #000000;
}
.menu, .menu2 {
	padding:0px 0px 0px 0px;
	height:27px;
	background-color:#CCCCCC;
	border-bottom:0px solid #000000;
	border-right:0px solid #000000;
	cursor:pointer;
	border:0px;
}
.menu2 {
	background-color:#FF6600;
}
/* \style top menu */
/* style sub menu */
.subMenuContainer {
	border-left:1px solid #863333;
	border-top:1px solid #863333;
z-index:100;
	
}
.subMenu,.subMenu2 {
	background-color:#690202;
	padding:0px 2px 0px 7px;
	border-bottom:1px solid #863333;
	border-right:1px solid #863333;
	height:20px;
line-height:18px;
	cursor:pointer;
	text-transform:uppercase; font-weight:bold; color:#ffffff;
	  font-family:Verdana; font-size:10px;
}
.subMenu2 {
	background-color:#863333;
  font-family:Verdana; font-size:10px;
}
div.subMenu, div.subMenu2 {
	padding-top:3px;
	height:17px;
	white-space:nowrap;
	cursor:pointer;
	width:135px;
}
/* \style sub menu */
.menu_bg, .menu_bg_hover { text-align:center; background:url(../images/red/menu_bg.gif) repeat-x top left; height:27px;}
.menu_bg_hover { background:url(../images/red/menu_bg.gif) repeat-x bottom left;}
.menu_bg span, .menu_bg_hover span { display:block; background:url(../images/red/bord_menu.gif) no-repeat top left; height:27px; text-align:center;}
.menu_bg_hover span {background:url(../images/red/bord_menu.gif) no-repeat bottom left;}

