/*top menu*/
.top_menu div a{
	float: left;
    display: block;
    height:30px;
	margin: 42px 0 0 0;
	background: url("../images/bg_topMenu.gif") left top repeat-x;
    font-family: verdana;
    font-weight: bold;
    color: #FFFFFF;
    text-decoration: none;
	padding: 18px 15px 0 15px;
}
.top_menu div a#left_topMenu{
	width:40px;
    padding:18px 0 0 0;
}
.top_menu div a#right_topMenu{
	background: url("../images/bg_topMenu_right.gif") no-repeat;
    width:3px;
    padding:18px 0 0 0;
}
.top_menu div span{
	background: url("../images/bg_topMenu_sep.gif") no-repeat;
    width:2px;
    height: 48px;
    margin: 42px 0 0 0;
    display: block;
    float: left;
    font-size:0px;
}
.top_menu div a:hover, .top_menu div a#active_topMenu{
	background: url("../images/bg_topMenu_active.gif") left top repeat-x;
	text-decoration:underline;
}
.top_menu div a:hover#left_topMenu{
	background: url("../images/bg_topMenu.gif") left top repeat-x;
}

/*------- flags -------*/
.left_side ul{
	padding:0;
    margin: 0 20px 0 35px;
}
.left_side ul li{
	list-style-type: none;
    border-bottom: 1px solid #C6D5DC;
    margin:0 0 5px 0;
    padding: 0 0 5px 0;
}
.left_side ul li a{
    display: block;
    height: 36px;
	text-decoration: none;
    font-size:12px;
    color: #4E4E4E;
    font-family:"Trebuchet MS", Tahoma, sans-serif;
	background: url("../images/bg_leftMenu.gif") left top no-repeat;
}
.left_side ul li a:hover{
	background: url("../images/bg_leftMenu.gif") left bottom no-repeat;
    color: #524D8A;
}
.left_side ul li a#activeLeft{
	background: url("../images/bg_leftMenu_active.gif") left top no-repeat;
    color: #524D8A;
}
.left_side ul li a img{
	vertical-align: bottom;
    margin: 3px 10px 0 17px;
    float: left;
}

 /* noActive menu*/
.left_side ul#noActive li{
	color: #B3B5B8;
	background: url("../images/leftMenu_arrow.gif") left top no-repeat;
    height: 36px;
    font-family:"Trebuchet MS", Tahoma, sans-serif;
    font-size:12px;    
}
.left_side ul#noActive li img{
	float: left;
    margin: 3px 10px 0 17px;
	vertical-align: bottom;
}


/* footer menu*/
.footer_menu{
	float: right;
    padding:0;
    margin: 25px 10px 0 0;
}
.footer_menu li{
	list-style-type: none;
    display: inline;
    color: #FFFFFF;
    font-weight: bold;
}
.footer_menu li a{
	color: #FFFFFF;
    font-weight: bold;
    text-decoration: none;
}
.footer_menu li a:hover{color:#524D8A}
.footer_menu li span{padding: 0 0 0 3px}
