#siteTabs-blu {
	width: 630px;	
	border: #000 solid 0px; 
	font-size: 12px;
	font-family: Arial, Helvetica, "Lucida Grande", "Lucida Sans Unicode", sans-serif;
position:relative;
z-index:100;
	padding: 0px 0px 0px 0px;
	margin:0 0 0 0;
	float:right;
}
/* remove all the bullets, borders and padding from the default list styling */
#siteTabs-blu ul {
padding:0;
margin:0;
list-style-type:none;
float:right;
}
#siteTabs-blu ul ul {
width:160px;
 
}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
#siteTabs-blu li {
float:left;
position:relative;

}
/* style the links for the top level */
#siteTabs-blu a, #siteTabs-blu a:visited {
display:block;
font-size:12px;
line-height: 14px;
text-decoration:none; 
color:#000; 
height:23px; 
}
/* a hack so that IE5.5 faulty box model is corrected */
* html #siteTabs-blu a, * html #siteTabs-blu a:visited {
width:0px;
w\idth:0px;
}

/* style the second level background */
#siteTabs-blu ul ul a.drop, #siteTabs-blu ul ul a.drop:visited {
background:#009ee0 url(../assets/images/construct/drop.gif) bottom right no-repeat;

}
/* style the second level hover */
#siteTabs-blu ul ul a.drop:hover{
background:#009ee0 url(../assets/images/construct/drop.gif) bottom right no-repeat;
}
#siteTabs-blu ul ul :hover > a.drop {
background:#009ee0 url(../assets/images/construct/drop.gif) bottom right no-repeat;
}
/* style the third level background */
#siteTabs-blu ul ul ul a, #siteTabs-blu ul ul ul a:visited {
background:#009ee0;
display:none;
}
/* style the third level hover */
#siteTabs-blu ul ul ul a:hover {
background:#009ee0;
background-position: 0px -74px
display:none;
}



/* hide the sub levels and give them a positon absolute so that they take up no room */
#siteTabs-blu ul ul {
visibility:hidden;
position:absolute;
height:0;
top:23px;
left:1px; 
width:160px;
}
/* another hack for IE5.5 */
* html #siteTabs-blu ul ul {
top:23px;
t\op:23px;
}

/* position the third level flyout menu */
#siteTabs-blu ul ul ul{
display:none;
left:160px; 
top:0;
width:160px;
display:none;
}
/* position the third level flyout menu for a left flyout */
#siteTabs-blu ul ul ul.left {
display:none;
left:-160px;
}


/* style the table so that it takes no ppart in the layout - required for IE to work */
#siteTabs-blu table {position:absolute; top:0; left:0;}

/* style the second level links */
#siteTabs-blu ul ul a, #siteTabs-blu ul ul a:visited {
background:#009ee0; 
color:#FFF; 
height:auto; 
font-size:12px;
line-height: 15px;
padding:5px 10px 5px 10px; 
width:104px;
border:0px solid #666666; 


/* yet another hack for IE5.5 */
}
* html #siteTabs-blu ul ul a{
width:160px;
w\idth:139px;
}


/* style the top level hover */
#siteTabs-blu a:hover, #siteTabs-blu ul ul a:hover{
color:#80cff0; 
background-position: 0px -23px;
}
#siteTabs-blu :hover > a, #siteTabs-blu ul ul :hover > a {
color:#80cff0 !important;
background-position: 0px -23px;
}

/* make the second level visible when hover on first level list OR link */
#siteTabs-blu ul li:hover ul,
#siteTabs-blu ul a:hover ul{
visibility:visible; 
}
/* keep the third level hidden when you hover on first level list OR link */
#siteTabs-blu ul :hover ul ul{
visibility:hidden;
display:none;
}

/* make the third level visible when you hover over second level list OR link */
#siteTabs-blu ul :hover ul :hover ul{ 
visibility:visible;
display:none;
}



#siteTabs-blu #current a, #siteTabs-blu ul li a.trail {
	color: #fff;
	z-index:10;
	background-position: 0px -23px;
}

#siteTabs-blu .current2 a {
	color: #fff;
	z-index:10;
background-position: 0px -23px;
}



#nav .current2 a:hover {
	color: #333;
	z-index:10;
	background-position: 0px -23px;
}

