.tabsmenu {
font-family : arial, sans-serif;
width : 880px;
position : relative;
margin : 25px 0 10px 0;
font-size : 11px;
z-index : 0;
border-bottom: 1pt solid #b0b0b0;
float:left;
}
.tabsmenu ul li a, .tabsmenu ul li a:visited {
display : block;
text-decoration : none;
  background: url('images/tabsNavIA.gif');
	color: #ffffff;
width : 150px;
height : 30px;
text-align : center;
line-height : 30px;
font-size : 14px;
font-weight:normal;
overflow : hidden;
}


.tabsmenu .active {
color : #004b93;
background: url('images/tabsNavA.gif');
display : block;
text-decoration : none;
width : 150px;
height : 30px;
text-align : center;
line-height : 30px;
font-size : 14px;
font-weight:bold;
overflow : hidden;	
}


.tabsmenu ul {
padding : 0;
margin : 0;
list-style-type : none;
}
.tabsmenu ul li {
float : left;
position : relative;
height:30px;
}
.tabsmenu ul li ul {
display : none;
}
.tabsmenu ul li:hover a {
color : #fff;
background :  url('images/tabsNavH.gif');
height:30px;
/*width:99px;*/
}
.tabsmenu ul li:hover ul {
display : block;
position : absolute;
top : 35px;
left : 0;
/*width : 105px;*/
}
.tabsmenu ul li:hover ul li a.hide {
background : #fff;
border:1pt solid #004b93;
color : #004b93;
}
.tabsmenu ul li:hover ul li:hover a.hide {
background : #004b93;/*#6a3;*/
border:1pt solid #004b93;
color : #fff;
font-weight:bold;
}
.tabsmenu ul li:hover ul li ul {
display : none;
}
.tabsmenu ul li:hover ul li a {
display : block;
background : #eaeaea;
border:1pt solid #004b93;
color : #000;
}
.tabsmenu ul li:hover ul li a:hover {
/*background : #99b7d4;
color : #004b93;*/
color : #fff;
background : #36f;
font-weight:bold;
}
.tabsmenu ul li:hover ul li:hover ul {
display : block;
position : absolute;
left : 102px;
top : 0;
}
.tabsmenu ul li:hover ul li:hover ul.left {
left : -105px;
}

#tabsHere, #tabsContent{
 clear: both;
 float:left;
 width:888px;
 margin:0px;
/* height:35px;*/
}

#tabsHere UL, #tabsContent UL {
 padding : 0;
 margin:10px;
 margin-left:0px;
 list-style-type : none;
}

#tabsHere li, #tabsContent li {
 float : left;
 position : relative;
 height:30px;
 margin-right:10px;
}


/***************************************/
LI.linkItem {
  color: red;
	background: url('images/roundbullet.gif') no-repeat;
	padding-left: 15px;

}

LI.linkItemFirst { 
 	background:#ffffff;
	padding-left:0px;
}

LI.linkItemLast { 
  color: purple;
}
/***************************************/
