




/*#SAMenu1 */
#Menu1Holder ul
{
	display:block;
	position:relative;
	margin:0 0 0 10px;
	padding:0;
}

/* #SAMenu1 li */
#Menu1Holder ul li
{
	display:inline;
	position:relative;
	margin:0;
	padding:0;
    background: url(../img/elementit/topmenuspacer.gif) top right no-repeat;
	float:left;
}


/* #SAMenu1  */
#Menu1Holder ul li a
{
	margin:0;
	padding:0 10px 0 10px;
	float:left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #a0b8c5;
    line-height:30px;
	vertical-align: middle;
    text-transform:uppercase;
    /*letter-spacing:-1px;*/
}

/* #SAMenu1 li a.AtWay,#SAMenu1 li a.Selected, #SAMenu1 li a:hover */
#Menu1Holder ul li a.AtWay,#Menu1Holder ul li a.Selected, #Menu1Holder ul li a:hover
{
	text-decoration: none;
	color: #e0e9ee;
}




/* This is the footer menu */
#FooterMenu
{
    padding:5px 0 0 0;
    /*padding:12px 0 0 0;*/
    
}
#FooterMenu ul {
	display:block;
	position:relative;
	margin:0 0 0 35px;
	padding:0;
}

#FooterMenu ul li{
	display:inline;
	position:relative;
	margin:0 20px 0 0;
	padding:0;
	float:left;
}

#FooterMenu ul li a{
	margin:0;
	padding:0 0 0 8px;
	float:left;

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #9D001E;
	text-decoration: none;

    line-height:25px;
	vertical-align: middle;
    /*background: url(../img/elementit/redlinkbullet.gif) 0px 3px  no-repeat;*/

    background: url(../img/elementit/redlinkbullet.gif) 0px 10px  no-repeat;
}


#FooterMenu ul li a:hover, #FooterMenu ul li a.AtWay,#FooterMenu ul li a.Selected
{
	color: #FA221D!important;
    /*background: url(../img/elementit/graylinkbullet.gif) 0px 4px  no-repeat;*/
}

#FooterMenu ul li ul{
    display:none;
}





#FooterStuffFromDB
{
    display:inline;
    position:relative;
    padding:0;
    margin:0;
    
}
#FooterStuffFromDB ul {
	display:block;
	position:relative;
	margin:0 0 0 35px;
	padding:0;
}

#FooterStuffFromDB ul li{
	display:inline;
	position:relative;
	margin:0 20px 0 0;
	padding:0;
	float:left;
}

#FooterStuffFromDB ul li a{
	margin:0;
	padding:0 0 0 8px;
	float:left;

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #9D001E;
	text-decoration: none;

    line-height:25px;
	vertical-align: middle;
    background: url(../img/elementit/redlinkbullet.gif) 0px 10px  no-repeat;
}

#FooterStuffFromDB ul li a img
{
	padding:0;
    height:28px;
    border:none!important;
}


#FooterStuffFromDB ul li a:hover, #FooterStuffFromDB ul li a.AtWay,#FooterStuffFromDB ul li a.Selected
{
	color: #FA221D!important;
    /*background: url(../img/elementit/graylinkbullet.gif) 0px 4px  no-repeat;*/
}

#FooterStuffFromDB ul li ul{
    display:none;
}

