/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/*        MENU STYLES         */
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#menu {
width:678px;
height:29px;
display:block;
padding:0px 0px 0px 216px;
background:url(../images/menu.gif) no-repeat right;
border-right:solid 7px #fff;
z-index: 500;
}

#menu ul li{
list-style: none;
float: left;
padding: 0px;
margin: 0px;
}

#menu ul li a{
display: block;
height: 22px;
margin: 0px;
cursor: pointer;
text-decoration: none;
}

#menu ul {
list-style: none outside;
float:left;
padding: 0px;
margin: 0px;
}

#menu li {	
position:relative;
list-style: none outside;
}

#menu ul ul {
position:absolute;
z-index:500;
display:none;
width: 183px;
background:#0a2492;
border:solid 1px #080270;
top: 100%;
left: 0px;
}

#menu ul ul li {
float: none;
margin-left: 0px;
padding-left: 0px;
cursor: pointer;
}

#menu div {
float:left;
}


#menu ul ul li:hover {
background: #2d46b4;
}

#menu ul ul li a {
text-align:left;
color: #FFF;
font-size: 8pt;
font-weight: bold;
padding-top:1px;
padding-left: 10px;
line-height: 19px;
cursor: pointer;
display: block;
width:160px;
height: 21px;
}

#menu ul ul ul {
position:absolute;
top:0px;
left:100%;
}

div#menu ul ul,
div#menu ul li:hover ul ul
{display: none;}

div#menu ul li:hover ul,
div#menu ul ul li:hover ul
{display: block;}



.how {
	width:112px;
}

.features {
	width:114px;
}

.tools {
	width:113px;
}

.aboutus {
	width:113px;
}

.info {
	width:113px;
}

.contactus {
	width:113px;
}
