#navMain {
width:680px; 
position:relative;
z-index:150;
text-transform:uppercase;
color:#666666;
font-size:13px;
margin-left:130px;
_margin-left:0;
_padding:0 0 0 120px;
_background-color:#FF0000;
_margin-right:-30px;
_width:auto;
}
/* remove all the bullets, borders and padding from the default list styling */
#navMain ul {
padding:0;
margin:0;
list-style-type:none;
}
#navMain ul ul {
width:200px;
}
#navMain li {
float:left;
position:relative;
}
/* style the links for the top level */
#navMain a, #navMain a:visited {
display:block;
padding: 0 6px;
line-height:18px;
font-weight:bold;
border-right: 2px solid #666666;
}

#navMain a.last, #navMain a.last:visited{
	padding-right:0;
	border-right:none;
}

/* hide the sub levels and give them a positon absolute so that they take up no room */
#navMain ul ul {
visibility:hidden;
position:absolute;
height:0;
top:19px;
_top:18px;
left:-2px; 
width:150px;
}

/* pleft drop down */
#navMain ul ul.left {
left:-80px;
}

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

/* style the second level links */
#navMain ul ul a, #navMain ul ul a:visited {

color:#fff; 
height:auto; 
line-height:1em; 
padding:5px 10px; 
width:150px;

background-image:url(../img/css_img/bg_mainContent.png);
background-position: top left;
background-repeat:repeat;
display:block;
padding:2px;
color:#E5E5E5;
font-weight:normal;
text-transform:capitalize;
border:1px solid #666;
margin-top:-1px;
_background-color:#000000;

/* yet another hack for IE5.5 */
}
* html #navMain ul ul a{
width:150px;
w\idth:129px;
}


/* style the top level hover */
#navMain a:hover, #navMain ul ul a:hover{
color:#FFEF00;
}
#navMain :hover > a, #navMain ul ul :hover > a {
color:#FFEF00;
}

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

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