/** SCC **/

ul.scc_menu,
ul.scc_menu li,
ul.scc_menu ul 
{
	list-style: none;
}

ul.scc_menu
{
	float: right;
}

.scc_submenu
{
	position: relative;
	z-index: 20;
}


ul.scc_menu
{
	font-weight: bold;
	
}

ul.scc_menu a {
	padding-left: 7px;
	}
	
ul.scc_menu a:hover {
	color: #fff;
	}	

ul.scc_menu li
{
	text-align: center;
	float: left;
	vertical-align: middle;
	margin: 0 1px;
	line-height: 28px;
	background: url(/images/menu_item.gif) no-repeat right bottom;
}

ul.scc_menu li a
{
	color: #fff;
 	text-decoration: none;
	width: 116px;
	height: 32px;
	display: block;
}

.scc_horizontal
{
	display: inline;
}

.scc_vertical
{
	display: block;
}

.scc_horizontal .scc_menu_arrow
{
	background: url(/images/menu_down.gif) no-repeat right bottom;
}

.scc_vertical .scc_menu_arrow
{
	background: orange;
}

/* Custom css */
ul.scc_menu li
{
	width: 123px;
	height: 32px;
}

ul.scc_submenu_0 li
{
	text-align: left;
}


ul.scc_submenu_0 li a
{
	background: url(/images/menu_item1.gif) no-repeat right bottom;
	color: #006600;
	font-size: 11px;
	font-weight: normal;
}

ul.scc_submenu_0 li.scc_menu_arrow a
{
	background: url(/images/menu_left.gif) no-repeat right bottom;
}


ul.scc_submenu_0 li a:hover
{
	background: url(/images/sub_nav_hover_02.png) no-repeat right bottom;
}

ul.scc_submenu_0 li.scc_menu_arrow a:hover
{
	background: url(/images/sub_nav_hover_left.gif) no-repeat right bottom;
}


ul.scc_submenu_1
{
	left: 122px;
	top: -32px;	
}

ul.scc_submenu_1 li
{
	text-align: left;
}

ul.scc_submenu_0 ul.scc_submenu_1 li a
{
	background: url(/images/menu_item2.gif) no-repeat left bottom;
	height: 32px;
	color: #006600;
	font-size: 11px;
	width: 165px;
	line-height: 14px;
}

ul.scc_submenu_0 ul.scc_submenu_1 li a:hover
{
	background: url(/images/sub_nav_sub_hover_02.png) no-repeat right bottom;
	
}
