﻿div#BrandNavigation
{
	background: #FFFFFF;
	padding: 10px 0 10px 0;
	margin: 0;
	width: 938px;
}

#BrandNavigation div.inactive,
#BrandNavigation div.active
{
    float:left;
    height:20px;
    position:relative;
    left: 6px;
    top: 0px;
    margin: 0 -8px -3px 0;
    padding: 0;
}

#BrandNavigation div.active
{
    margin-right: 0px;
}

#BrandNavigation div.tableft
{
    width: 6px;
    height: 20px;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
}

#BrandNavigation div.tabcenter
{
    height: 20px;
    display: block;
    padding-left: 6px;
    padding-right: 19px;

}

#BrandNavigation div.tabright
{
    width: 19px;
    height: 20px;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
}

#BrandNavigation .active div.tableft
{
    background: transparent url(../Images/tab_active_left.gif) no-repeat left top;
    height: 20px;
}

#BrandNavigation .active div.tabcenter a
{
    background: transparent url(../Images/tab_active_center.gif) repeat-x left top;
    color: #2C3F68;
}

#BrandNavigation .active div.tabright
{
    background: transparent url(../Images/tab_active_right.gif) no-repeat left top;
    height: 20px;
}

#BrandNavigation .inactive div.tableft
{
    background: transparent url(../Images/tab_left.gif) no-repeat left top;
}

#BrandNavigation .inactive div.tabcenter a
{
    background: transparent url(../Images/tab_center.gif) repeat-x left top;
}

#BrandNavigation .inactive div.tabright
{
    background: transparent url(../Images/tab_right.gif) no-repeat left top;
}

#BrandNavigation a
{
    color: #FFFFFF;
	text-transform: lowercase;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	line-height: 20px;
	height: 20px;
	padding-left: 5px;
	padding-right: 0px;
	display: block;	
}

#BrandNavigation a:hover
{
	text-decoration: underline;
}
