#headerMenu_2{
position: relative;
text-align: center;
font: 14px arial;
word-spacing: 30px;
background-color: transparent;
padding: 0px 0px 0px 0px;
}

#navlist{
margin: 0;
/* 
Distance of first menu item from left edge
If this value is changed, the following also needs to be changed in dropMenus.js for IE:
	dropMenuNegativeOffset = (padding-left + 6px)
*/
padding-left: 0px;
}
#navlist li{
display: inline;
list-style-type: none;
padding: 0;
margin: 0px 0px 0px 0px;
/* adds pad between the main menu items */
padding: 0px 0px 0px 0px;
}
#navlist li.rightmost{
background-image: none;
}
#headerMenu_2 a:link, #headerMenu_2 a:visited, #headerMenu_2 a:active{
color: #FFFFFF;
text-decoration: none;
}
#headerMenu_2 a:hover{
color: #CCCCCC;
text-decoration: none;
}
#headerMenu_2 a:link span.currSection , 
#headerMenu_2 a:visited span.currSection, 
#headerMenu_2 a:active span.currSection 
{
color: #CCCCCC;
text-decoration: none;
}

/* ********[ drop menu specific styles ]***************** */

.dropMenu{
visibility: hidden;
position: absolute;
background-image: url(http://www.creoproductions.com/mockup/images/background_dropmenu.gif);
background-repeat: repeat-y;
background-position: middle top;
padding: 0 13px !important;
padding: 0 11px;
border: solid 2px #999999;
border-top: 0;
}

.dropMenu ul{
padding: 0;
margin: 0;
}
.dropMenu ul li{
list-style-type: none;
padding: 0;
margin: 0;
}

#headerMenu_2 .dropMenu a:link, #headerMenu_2 .dropMenu a:visited, #headerMenu_2 .dropMenu a:active{
display: block;
margin: 0;
padding: 5px 0 5px 0;
font: 12px arial;
word-spacing: normal;
color: #FFFFFF;
text-align: left;
text-decoration: none;
}		
#headerMenu_2 .dropMenu a:hover{
color: #CCCCCC;
text-decoration: underline;
}

/* ********[ End drop menu specific styles ]***************** */