/* ************************
*******   Main Menu    ******
************************* */

ul.mainmenu_list{
	padding:0;
	margin:0;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-weight: bold;
}
li.mainmenu_item{
	margin-top: 8px;
	margin-bottom: 8px;
}
li.mainmenu_item a{
	display:block;
	padding-top: 8px;
	padding-bottom: 10px;
	padding-left: 16px;
    text-decoration:none;
    color:#fff;
	background: url(/images/scc_btn7.jpg) no-repeat center;
}
li.mainmenu_item a:hover{
    color:dimgray;
}

/* --------------------------------------------------- */

/* ************************
*******   Sub Menu    ******
************************* */
div.submenu_list{
	width: 520px;
	margin: 0 auto;
	margin-bottom: 10px;
	background-color: #fff;
}
div.submenu_item{
	display: inline;
	float: left;
	width: 130px;
}
div.submenu_item a{
	display: block;
	margin-left: 1px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	text-decoration:none;
    color:#fff;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-weight: bold;
	background: url(/images/scc_btn7.jpg) no-repeat center;
}
div.submenu_item a:hover{
    color:dimgray;
}
/* --------------------------------------------------- */

/* ************************
*******   Footer Menu    ******
************************* */
div.ftrmenu_cntnr{
	text-align: center;
}
span.ftrmenu_sep{
	color: #536593;
}
ul.ftrmenu_list{
	display: inline;
	padding:0;
	margin:0;
	font-weight: bold;
	text-align: center;
}
li.ftrmenu_item{
	display: inline;
}
li.ftrmenu_item a{
    text-decoration:none;
	color: #536593; /*#7CA6CE;*/
}
li.ftrmenu_item a:hover{
    color:red;
}
/* --------------------------------------------------- */
