.atTabbedMenu ul.AspNet-Menu
{
	width: 655px;
	height: 46px;
	background-image: url(../images/tabbedmenu/tabs_full.gif);
	background-repeat: no-repeat;
	padding: 0 37px 0 8px;
}
.atTabbedMenu li
{
	width: 131px;
	height: 46px;
	background-image: url(../images/tabbedmenu/tab.gif);
	background-repeat: no-repeat;
	padding: 15px 0 0 0;
    text-align: left;
	font-family: Tahoma;
    font-size: 11px;
    font-weight: normal;
}
.atTabbedMenu li:hover, /* list items being hovered over */
.atTabbedMenu li.AspNet-Menu-Hover
{/*
    background-image: url(../images/tabbedmenu/tab_selected.gif);
    background-repeat: no-repeat;*/
}

.atTabbedMenu a{ padding-left: 10px; color: #255ba7; }

.atTabbedMenu a:hover{ color: #be2026; }

.atTabbedMenu .AspNet-Menu-Selected /* this tier is selected */
{
    background-image: url(../images/tabbedmenu/tab_selected.gif);
    background-repeat: no-repeat;
}

.atTabbedMenu .AspNet-Menu-Selected a /* this tier is selected */
{
    color: #be2026;
}

.atTabbedMenu li.AspNet-Menu-Leaf a, /* leaves */
.atTabbedMenu li.AspNet-Menu-Leaf span
{
    background-image: none !important;
}

.tabContents
{
	width: 678px;
    border-left:solid 1px #d6d2cb;
    border-right:solid 1px #d6d2cb;
    border-bottom:solid 1px #d6d2cb;
    padding: 10px;
    background-color: #ffffff;
	background-repeat: no-repeat;
	
  	font-family: Tahoma;
  	font-size: 12px;
  	color: #555555;
  	text-align: left;
}
