﻿
.presentationHolder {float:right; height:40px; margin-top:30px; margin-right:5px; vertical-align:bottom;}
.presentationHolder a {color:#4d4d4d !important;}
.presentationHolder a:visited {color:#4d4d4d !important;}
.presentationHolder a:hover {color:#4d4d4d !important;}

DIV#navTopContainer 
{
	position:relative;
	background-color:White;
	width:960px;
	height:37px;
	margin-bottom:18px;
	text-align:center;
	background-image: url('../../Images/topbar/butt_strip.gif');
    background-repeat:repeat-x;
    z-index:700;
}

.bg_rightEnd
{
	background-image: url('../../Images/topbar/butt_right.gif') !important;
	background-position:top right;
	background-repeat:no-repeat;
}

DIV#navTopContainer UL
{ 
	position:relative;
	list-style: none; 
	float:left; 
	padding: 0px;
	margin: 0px 0px 0px 0px;
	background-image: url('../../Images/topbar/butt_strip.gif');
    background-repeat:repeat-x;
    z-index:600;
}


DIV#navTopContainer UL LI
{ 
	list-style:none;
    position:relative; 
    float:left; 
    width:136px;
    margin:0px 0px 0px 0px;
    display:block;
    background-image:none;
    text-align:center;
    height:37px;
    padding: 0px 0px 0px 0px;
}

LI.first
{
	background-image: url('../../Images/topbar/butt_left.gif') !important;
	background-position:top left;
	background-repeat:no-repeat;
}

LI.last
{
	background-image: url('../../Images/topbar/butt_right.gif') !important;
	background-position:top right;
}

a.sepLine
{
	background-image: url('../../Images/topbar/butt_line.gif') !important;
	background-position:right;
	background-repeat:no-repeat;
}

DIV#navTopContainer UL LI A ,DIV#navTopContainer UL LI A:VISITED
{ 
	height:27px;
	padding-top:10px;
	text-decoration: none; 
	display:block;
	white-space: nowrap; 
	text-align:center; 
	color: #4d4d4d; 
	font-size:12px;
	font-weight:normal;
}

DIV#navTopContainer UL LI>A 
{ 
	width:auto ; 
}

DIV#navTopContainer UL LI A:hover 
{ 
	height:27px;
	padding-top:10px;
	text-decoration: none; 
	display:block;
	white-space: nowrap; 
	text-align:center; 
	color: #4d4d4d; 
	font-size:12px;
	font-weight:bold;
}

DIV#navTopContainer UL LI A.topMenuSelected
{ 
	text-decoration: none; 
	display:block;
	white-space: nowrap; 
	text-align:center; 
	color: #4d4d4d; 
	font-size:12px;
	font-weight:bold;
}


DIV#navTopContainer UL UL.topPages 
{ 
	text-align:center; 
	width:155px;
	display: none; 
	/*margin-top: 7px; */
	position: absolute; 
	left: 0px;
	top:40px;
	padding: 0px; 
    margin:0px;
    background-image:none;
    background-color:White !important;
    border-top:solid 1px #e8f1e1;
    border-left:solid 1px #e8f1e1;
    border-right:solid 1px #e8f1e1;
    z-index:300px;
    
}

DIV#navTopContainer UL UL.topPages LI 
{ 
	padding: 0px;
	margin: 0px;
	height:25px;
	width:155px;
	
}

DIV#navTopContainer UL UL.topPages A,DIV#navTopContainer UL UL.topPages A:visited
{ 
	text-align:center; 
	white-space: normal; 
	margin: 0px;
	padding:0px;
	display:block;
	font-size:11px;
	font-weight:normal;
	padding-top:5px;
	height:19px;
	border-bottom:solid 1px #e8f1e1;
	/* 
	we have 7px padding therefore width is 163 instead of 170.
	in IE 5.5 this doesn't work. 
	*/ 
} 

DIV#navTopContainer UL UL.topPages A:hover 
{ 
	display:block;
	color: #4d4d4d; 
	font-weight:bold;
	font-size:11px;
	font-weight:normal;
	padding-top:5px;
	height:19px;
	border-bottom:solid 1px #e8f1e1;
	text-decoration:underline;
}

DIV#navTopContainer UL UL.topPages LI.bottomLast 
{
	 background-image: url('../../Images/topbar/pdm.gif') !important;
	 background-repeat:no-repeat;
	 background-position:bottom;
	 padding: 0px;
	 margin: 0px;
}
DIV#navTopContainer UL UL.topPages UL
{ 
	/*margin: -30px 0px 0px 0px; */
	position: absolute; 
}  


