﻿
#menuleft
{
	background:url(../images/orange/bgmenu.jpg) no-repeat top;
	width:100%;
	height:250px;
}

.menuitem
{
	background:url(../images/orange/menu.jpg) no-repeat right;
}

.submenu .menuitem
{
	background:url(../images/orange/menu.jpg) no-repeat right;
}


.borderTop
{
    background: url(../images/orange/bordertop.jpg) repeat-x;
    background-color: White;
}
.borderTop div
{
    background: url(../images/orange/bordertopright.jpg) 100% 0 no-repeat;
}
.borderTop div div
{
    background: url(../images/orange/bordertopleft.jpg) no-repeat;
    height: 29px;
        color:#FFF;
    line-height:29px;
    font-weight:bold;
    padding-left:30px;
}

#newsletter
{
	background:url(../images/orange/newsletterbg_blue.jpg) no-repeat center;
	height:77px;
	margin:5px;
}


.submenu a:link
{
	text-decoration:none;
	color:#FFF;
}
.submenu a:hover
{
	color:#951001;
	text-decoration:none;
}
.submenu a:active
{
	text-decoration:none;
	color:#FFF;
}
.submenu a:visited
{
	text-decoration:none;
	color:#FFF;
}