#siteTabs {
	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 ul {
padding:0;
margin:0;
list-style-type:none;
float:right;
}
#siteTabs 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 li {
float:left;
position:relative;

}
/* style the links for the top level */
#siteTabs a, #siteTabs 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 a, * html #siteTabs a:visited {
width:0px;
w\idth:0px;
}

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

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



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

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

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

/* style the second level links */
#siteTabs ul ul a, #siteTabs ul ul a:visited {
background:#770d68; 
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 ul ul a{
width:160px;
w\idth:139px;
}


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

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

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

}


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

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



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


