@charset "UTF-8";
/* Be-sure menu item CSS Document */

div#nav-main-holder td {cursor:pointer;cursor:hand;}
td#col-right td {cursor:pointer;cursor:hand;}

.menu-item {
	color: #666;
text-align:center;
background:transparent url(/cssimg/tab-up-2.png) no-repeat bottom center;
font-weight:bold;
}

.menu-item-hover {
	color: #000;
text-align:center;
background:transparent url(/cssimg/tab-down-2.png) no-repeat bottom center;
font-weight:bold;
}

.menu-item-selected {
	color: #000;
text-align:center;
background:transparent url(/cssimg/tab-down-2.png) no-repeat bottom center;
font-weight:bold;
}

.submenu-item {
background:#fff url(/cssimg/sub-menu-bg-up.jpg) repeat-x 0 0;
	color: #000;
	font-size: 11px;
	padding-left: 6px !important;
text-align:left;
border-bottom:1px dotted #ff6600;
}

.submenu-item-hover {
background:#fff url(/cssimg/sub-menu-bg-down.jpg) repeat-x 0 0;
	color: #000;
	font-size: 11px;
	padding-left: 6px !important;
text-align:left;
border-bottom:1px dotted #ff6600;
}

.submenu-item-selected {
background:#fff url(/cssimg/sub-menu-bg-down.jpg) repeat-x 0 0;
	color: #000;
	font-size: 11px;
	padding-left: 6px !important;
text-align:left;
border-bottom:1px dotted #ff6600;
}

.submenu-item-2 {
background:#fff url(/cssimg/sub-menu-bg-up.jpg) repeat-x 0 0;
	color: #000;
	font-size: 11px;
	padding-left: 6px !important;
text-align:left;
border-bottom:1px dotted #ff6600;
}

.submenu-item-hover-2 {
background:#fff url(/cssimg/sub-menu-bg-down.jpg) repeat-x 0 0;
	color: #000;
	font-size: 11px;
	padding-left: 6px !important;
text-align:left;
border-bottom:1px dotted #ff6600;
}

.submenu-item-selected-2 {
background:#fff url(/cssimg/sub-menu-bg-down.jpg) repeat-x 0 0;
	color: #000;
	font-size: 11px;
	padding-left: 6px !important;
text-align:left;
border-bottom:1px dotted #ff6600;
}


/* SIDE MENU STYLE */

.sidemenu-item {
	color: #000;
	font-size: 12px;
	padding: 0px 30px !important;
text-align:left;
border-bottom:1px dotted #ff6600;
background:transparent url(/cssimg/arrow.png) no-repeat center left;
}

.sidemenu-item-hover {
	color: #ff6600;
	font-size: 12px;
	padding: 0px 30px !important;
text-align:left;
border-bottom:1px dotted #ff6600;
background:transparent url(/cssimg/arrow.png) no-repeat center left;
}

.sidemenu-item-selected {
	color: #ff6600;
	font-size: 12px;
	padding: 0px 30px !important;
text-align:left;
border-bottom:1px dotted #ff6600;
background:transparent url(/cssimg/arrow.png) no-repeat center left;
}

