/* ######### Drop Down ULs CSS ######### */


.ddsubmenustyle, .ddsubmenustyle ul{ /*topmost and sub ULs, respectively*/
font: normal 13px Verdana;
margin: 0;
padding: 0;
position: absolute;
left: 0;
top: 0;
list-style-type: none;
background: #f3f3f3;
border: 0px solid black;
border-bottom-width: 0;
visibility: hidden;
z-index: 100;
}

.ddsubmenustyle li a{
display: block;
width: 210px; /*width of menu (not including side paddings)*/
color: black;
background-color: #f3f3f3;
text-decoration: none;
padding: 4px 5px;
border-bottom: 1px solid #cccccc;
}

* html .ddsubmenustyle li{ /*IE6 CSS hack*/
display: inline-block;
width: 170px; /*width of menu (include side paddings of LI A*/
}

.ddsubmenustyle li a:hover{
background-color: black;
color: white;
}

/* ######### Neutral CSS  ######### */

.downarrowpointer{ /*CSS for "down" arrow image added to top menu items*/
padding-left: 4px;
border: 0;
}

.rightarrowpointer{ /*CSS for "right" arrow image added to drop down menu items*/
position: absolute;
padding-top: 3px;
left: 100px;
border: 0;
}

.ddiframeshim{
position: absolute;
z-index: 500;
background: transparent;
border-width: 0;
width: 0;
height: 0;
display: block;
}

#m_about a:link, #m_about a:active, #m_about a:visited{
	background:url(../images/m_about_off.jpg) no-repeat;
	width:260px;
	height:29px;
}

#m_about a:hover{
	background:url(../images/m_about_on.jpg) no-repeat;
}

#m_creative a:link, #m_creative a:active, #m_creative a:visited{
	background:url(../images/m_creative_off.jpg) no-repeat;
	width:260px;
	height:29px;
}

#m_creative a:hover{
	background:url(../images/m_creative_on.jpg) no-repeat;
}

#m_solutions a:link, #m_solutions a:active, #m_solutions a:visited{
	background:url(../images/m_solutions_off.jpg) no-repeat;
	width:260px;
	height:29px;
}

#m_solutions a:hover{
	background:url(../images/m_solutions_on.jpg) no-repeat;
}

#m_system a:link, #m_system a:active, #m_system a:visited{
	background:url(../images/m_system_off.jpg) no-repeat;
	width:260px;
	height:29px;
}

#m_system a:hover{
	background:url(../images/m_system_on.jpg) no-repeat;
}

#m_news a:link, #m_news a:active, #m_news a:visited{
	background:url(../images/m_news_off.jpg) no-repeat;
	width:260px;
	height:29px;
}

#m_news a:hover{
	background:url(../images/m_news_on.jpg) no-repeat;
}

#m_contact a:link, #m_contact a:active, #m_contact a:visited{
	background:url(../images/m_contact_off.jpg) no-repeat;
	width:260px;
	height:26px;
}

#m_contact a:hover{
	background:url(../images/m_contact_on.jpg) no-repeat;
}

#m_home a:link, #m_home a:active, #m_home a:visited{
	background:url(../images/m_home_off.jpg) no-repeat;
	width:260px;
	height:29px;
}

#m_home a:hover{
	background:url(../images/m_home_on.jpg) no-repeat;
}