/*side menu BLUE = Services*/
a{
color: #3399FF;
text-decoration:none;
}

a:hover{
color: #00CCFF;
}

.topmenubg{
background-image:url(../_img/top_menubg_blue.jpg);
background-repeat:no-repeat;
background-position:bottom;
display:block;
height:51px;
}



.contentbg{
background-image: url(../_img/content_bg_blue.jpg);
background-repeat:repeat-y;
}


.sidemenu ul{
margin:0;
padding:0;
}

.sidemenu li{
padding-top:3px;
padding-bottom:1px;
list-style:none;
margin-left:-20px;
font-weight:bold;
}

.sidemenu li a{
color: #33CCFF;
text-decoration:none;
display:block;
width:120px;
}

.sidemenu li a:hover{
color: #66FFFF;
text-decoration:none;
}

.sidemenu ul li{
list-style:none;
margin-left:15px;
margin-left:0px;
font-weight:100;
text-decoration:none;
}

#sidemenu_active{
color: #66FFFF;
}

/*TOP MENU */

#topmenu_spacer{
display:block;
height:5px;
}

#topmenu_box{
width:708px;
margin-right:10px;
float:right;
}

#topmenu_arrow ul{
margin:0;
padding:0;
}

#topmenu_arrow li{
list-style:none;
display:inline;
padding-right:40px;
padding-left:25px;
font-weight:bold;

}

#topmenu_arrow li a{
color:white;
text-decoration:none;
padding-bottom:15px;
}

#topmenu_arrow li a:hover{
background-image:url(../_img/topmenu_arrows/blue.jpg);
background-position:center bottom;
background-repeat:no-repeat;
}

#topmenu_active{
background-image:url(../_img/topmenu_arrows/blue.jpg);
background-position:center bottom;
background-repeat:no-repeat;
}