/* CSS Document */

/*side menu Orange = Products*/
a{
color: #990099;
text-decoration:none;
}

a:hover{
color:#FF99FF;
}

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

.contentbg{
background-image: url(../_img/content_bg_purple.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: #CC99FF;
text-decoration:none;
display:block;
width:120px;
}

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


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

#sidemenu_active{
color: #FF66CC;
}

/*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/purple.jpg);
background-position:center bottom;
background-repeat:no-repeat;
}

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