.tab, a.tab, .tab, a.tab:visited
{
	color:#666666;
	background-color:White;
	font-size:13px;
	padding-left:7px;
	padding-right:7px;
	margin-top:3px;
	padding-bottom:1px;
	text-decoration:none;
	font-weight:normal;
	border-top:solid 2px white;
	white-space:nowrap;
}
a.tab:hover, a.tab:active, a.tab:focus, .tab:hover, .tab:active, .tab:focus
{
	color:white;
	background-color:#999999;
	font-size:13px;
	padding-left:7px;
	padding-right:7px;
	margin-top:3px;
	padding-bottom:1px;
	text-decoration:none;
	font-weight:normal;
	border-top:solid 2px white;
	white-space:nowrap;
}

a.tab_current, a.tab_current:visited
{
	color:white;
	background-color:#666666;
	font-size:13px;
	padding-left:7px;
	padding-right:7px;
	margin-top:3px;
	padding-bottom:1px;
	text-decoration:none;
	font-weight:normal;
	border-top:solid 2px white;
	white-space:nowrap;
}
a.tab_current:hover, a.tab_current:active, a.tab_current:focus
{
	color:white;
	background-color:#999999;
	font-size:13px;
	padding-left:7px;
	padding-right:7px;
	margin-top:3px;
	padding-bottom:1px;
	text-decoration:none;
	font-weight:normal;
	border-top:solid 2px white;
	white-space:nowrap;
}

.tabhover
{
	color:white;
	background-color:#999999;
	font-size:13px;
	padding-left:7px;
	padding-right:7px;
	margin-top:3px;
	padding-bottom:1px;
	text-decoration:none;
	font-weight:normal;
	border-top:solid 2px white;
	white-space:nowrap;
}



.sep
{
    color: #666666;
    background-color:white;   
    font-size:16px;
    padding:0;
    margin:0;
}


#uiSearch, #uiLogin
{
    display:none;    
    border:3px solid #666666;
    position:absolute;
    top:0px;left:0px;
    background-color:White;
    z-index:1000;
    box-shadow:0 3px 10px #888;-moz-box-shadow:0 3px 10px #888;-webkit-box-shadow:0 3px 10px #888;
    width:230px;
    padding:10px;
}


.navigation
{
    margin:0;
    padding:0;
    padding-top:2px;
    margin-top:65px;
    margin-bottom:3px;
    border-top: 1px solid #666666;
    width:930px;
}
.subtab
{
    display:none;    
}
#subnavigation
{
    display:none;    
    border:3px solid #666666;
    position:absolute;
    top:0px;left:0px;
    background-color:White;
    z-index:1000;
    box-shadow:0 3px 10px #888;-moz-box-shadow:0 3px 10px #888;-webkit-box-shadow:0 3px 10px #888;
}
#subnavigation table tr td{font-size:10px;}
#subnavigation a, #subnavigation a:link, #subnavigation a:visited
{
    text-decoration:none;
    font-size:14px;
    color:#3366aa;
    font-weight:normal;
    line-height:27px;
}
#subnavigation a:hover, #subnavigation a:active, #subnavigation a:focus
{
    text-decoration:underline;
    color:#336699;
}

.tabitem
{
    padding-left:5px;
    padding-right:3px;
    padding-bottom:5px;
    
}
.tabitem:hover, .tabitem:active, .tabitem:focus
{
    background-color:#efefef;/*#2986C6;*/
    color:#333333;;
}
.tabitem:hover a, .tabitem:active a, .tabitem:focus a
{
    color:#ffffff;
    text-decoration:underline;
}


/*Old Style Menu*/
a.tabX
{
	background-image:url(../../images/but_midd.gif);
	background-repeat:repeat-x;
	background-position:center;
	color:#333399;
	height:30px;
	font-size:10px;
	margin-right:3px;
	text-decoration:none;
	font-weight:bold;
	vertical-align:top;
	float:left;
	width:auto;
}
a.tabX div.middle, a.tabX div.middle_current
{
	float:left;
	width:auto;
	height:30px;
	text-align:center;
}
a.tabX div.left, a.tabX div.left_current
{
	background-image:url(../../images/but_left.gif);
	background-repeat:no-repeat;
	background-position:right;
	width:7px;
	height:30px;
	float:left;
}
a.tabX div.right, a.tabX div.right_current
{
	background-image:url(../../images/but_right.gif);
	background-repeat:no-repeat;
	background-position:left;
	width:7px;
	height:30px;
	float:left;
}

a.tabX:hover, a.tabX:active, a.tabX div.middle_current
{
	background-image:url(../../images/butOv_midd.gif);
	color:#FFFFFF;
	cursor:hand;
}
a.tabX:hover div.left, a.tabX:active div.left, a.tabX div.left_current
{
	background-image:url(../../images/butOv_left.gif);
}
a.tabX:hover div.right, a.tabX:active divX.right, a.tabX div.right_current
{
	background-image:url(../../images/butOv_right.gif);
}
/*End Old style Menu*/